Path of Exile modding tool and mods menu

Shout-Out

User Tag List

Page 23 of 41 FirstFirst ... 192021222324252627 ... LastLast
Results 331 to 345 of 611
  1. #331
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gangebob View Post
    anyone has stygian VD file?
    I used this last league, haven't tried in 3.11 though:

    Code:
    title "Stygian Volatile Dead"
    restriction "./Metadata/Effects/Spells/volatile_dead/fire_orb_playerskill.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/fire_orb_playerskill.ao$"
    restriction "./Metadata/Effects/Spells/volatile_dead/fire_orb_playerskill.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/fire_orb_playerskill.aoc$"
    
    restriction "./Metadata/Effects/Spells/volatile_dead/second_explode_playerskill.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/second_explode_playerskill.ao$"
    restriction "./Metadata/Effects/Spells/volatile_dead/second_explode_playerskill.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/second_explode_playerskill.aoc$"
    
    restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/corpse_explode.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/stygian_corpse_playerskill.ao$"
    restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/corpse_explode.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/stygian_corpse_playerskill.aoc$"
    
    restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/volatiledead_aoe.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/summon_circle_playerskill.ao$"
    restriction "./Metadata/Effects/Spells/monsters_effects/act7/Ralakesh_Totem/alira_volatile_dead/volatiledead_aoe.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/volatile_dead/stygian/summon_circle_playerskill.aoc$"

    Path of Exile modding tool and mods
  2. #332
    Nagax9's Avatar Member
    Reputation
    14
    Join Date
    Jun 2019
    Posts
    14
    Thanks G/R
    16/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Viper Bow , Change Any NON-Unique Bow to the Viper Bow (even monsters):

    name "Viper Bow"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow01/Bow01.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow02/Bow02.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow03/Bow03.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow04/Bow04.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow05/Bow05.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow06/Bow06.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow07/Bow07.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    restriction "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Bow08/Bow08.sm$"
    replacewith "./Art/Models/Items/Weapons/TwoHandWeapons/Bows/Microtransactions/ViperBow/ViperBow.sm$"

    Looks like this : screenshot-0007.png

  3. Thanks Silent_Warrior, dlr5668 (2 members gave Thanks to Nagax9 for this useful post)
  4. #333
    Rozyerg's Avatar Member
    Reputation
    1
    Join Date
    Sep 2015
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by masterick View Post
    same, tried replacing split arrow to blood split arrow but its missing the trail, the basic split arrow doesnt have any trail.
    Code:
    restriction "/Metadata/Effects/Spells/split_arrow_02/split_arrow.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/split_arrow/blood/rig.ao$"
    
    restriction "/Metadata/Effects/Spells/split_arrow_02/split_arrow.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/split_arrow/blood/rig.aoc$"
    Thanks for this, works well. Default split arrow is a joke lol.
    123.jpg

    It's a shame it's without trail tho. Maybe someone can think of workaround? Like attaching mtx effects to heralds, but the trail to something else? 🤔

  5. #334
    miracle1's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2014
    Posts
    270
    Thanks G/R
    114/30
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I enable cyclone visual effects? i tried to extract from original .ggpk then insert into my modified .ggpk but i think i fucked up and still can't see cyc visual effects

  6. #335
    masterick's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    24
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rozyerg View Post
    Thanks for this, works well. Default split arrow is a joke lol.
    123.jpg

    It's a shame it's without trail tho. Maybe someone can think of workaround? Like attaching mtx effects to heralds, but the trail to something else? ��
    np, i made it because during that league i played split arrow bleed gladiator and was annoyed by the fact that split arrow is almost invisible.

  7. #336
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Automaton Arc by Nagax9 and gangebob stopped working at 3.11
    now client is using arc_03\ files as default arc beam and hit

  8. Thanks Nagax9 (1 members gave Thanks to Silent_Warrior for this useful post)
  9. #337
    Nagax9's Avatar Member
    Reputation
    14
    Join Date
    Jun 2019
    Posts
    14
    Thanks G/R
    16/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a working blade vortex?
    Bug for me with the old file.
    Last edited by Nagax9; 06-29-2020 at 09:04 PM.

  10. #338
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lightning warp is also broken, now ggg uses lightning_warp_02 files.
    Made bloody-ish one, enjoy the power ytjN22H.jpg of Darkness
    Code:
    title "Blood Lightning Warp"
    restriction "/Metadata/Effects/Spells/lightning_warp_02/warp_Up.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/explode1_UP.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/warp_Up.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/explode1_UP.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/warp_Up_NoShake.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/explode1_UP.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/warp_Up_NoShake.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/explode1_UP.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/warp_Down.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/explode2_DN.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/warp_Down.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/explode2_DN.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/target.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/target.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/marker.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/target.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/marker.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/target.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/marker_monster.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/target.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/marker_monster.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/target.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp_aoe.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/surge.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp_aoe.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/surge.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp_aoe_from.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/surge.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp_aoe_from.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/surge.aoc$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp_aoe_NoShake.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/surge.ao$"
    
    restriction "/Metadata/Effects/Spells/lightning_warp_02/lightning_warp_aoe_NoShake.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/lightning_warp/blood/surge.aoc$"
    Last edited by Silent_Warrior; 06-29-2020 at 02:16 PM.

  11. Thanks Anasterian, Nagax9 (2 members gave Thanks to Silent_Warrior for this useful post)
  12. #339
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I tried making the Celestial Caustic Arrow MTX using this:

    Code:
    title "Celestial Caustic Arrow"
    restriction "./Metadata/Effects/Spells/ground_effects_v3/caustic/acidic_ground.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_caustic_ground_01.ao$"
    restriction "./Metadata/Effects/Spells/ground_effects_v3/caustic/acidic_ground.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_caustic_ground_01.aoc$"
    
    restriction "./Metadata/Effects/Spells/caustic_arrow/projectile/caustic_arrow.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_proj_01.ao$"
    restriction "./Metadata/Effects/Spells/caustic_arrow/projectile/caustic_arrow.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_proj_01.aoc$"
    
    restriction "./Metadata/Effects/Spells/caustic_arrow_02/causticimpact.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_aoe.ao$"
    restriction "./Metadata/Effects/Spells/caustic_arrow_02/causticimpact.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_aoe.aoc$"
    It works fine but it doesn't scale the aoe of the poison ground with the celestial effect, it is very small.

    I tried changing only the .sm files of the poison ground and it scales correcly
    Code:
    restriction "./Art/Models/Effects/ground_effects_v3/caustic/causticgrd.sm$"
    replacewith "./Art/Microtransactions/spell/caustic_arrow/celestial/models/caustic_ground/celestialmist.sm$"
    but if I then apply the .ao files to animate it, it goes back to being small. Any ideas?

    I did notice that the celestial ground effects are divided in 5 different files (./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_caustic_ground_01-05.ao), while the latest visuals of Caustic Arrow (version 3 according to the files) only has one (/Metadata/Effects/Spells/ground_effects_v3/caustic/acidic_ground.ao).

    Any help is much appreciated!

  13. #340
    beitahaha's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anasterian View Post
    So I tried making the Celestial Caustic Arrow MTX using this:



    but if I then apply the .ao files to animate it, it goes back to being small. Any ideas?

    I did notice that the celestial ground effects are divided in 5 different files (./Metadata/Effects/Microtransactions/Spells/caustic_arrow/celestial/celestial_caustic_ground_01-05.ao), while the latest visuals of Caustic Arrow (version 3 according to the files) only has one (/Metadata/Effects/Spells/ground_effects_v3/caustic/acidic_ground.ao).

    Any help is much appreciated!


    You have made more progression way more than me. I'm struggling to replace the Toxic rain as well, any ideas on that? I think they are pretty much sharing same groud effects.
    Last edited by beitahaha; 06-29-2020 at 08:11 PM.

  14. #341
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This one works fine, but the flowers disappear instantly without fading:

    Code:
    title "Night Lotus Toxic Rain"
    restriction "/Metadata/Effects/Spells/rain_of_spores/BloomPod.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/bloom_lotus.ao$"
    restriction "/Metadata/Effects/Spells/rain_of_spores/BloomPod.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/bloom_lotus.aoc$"
    
    restriction "/Metadata/Effects/Spells/rain_of_spores/spore_drop.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_arrow_drop.ao$"
    restriction "/Metadata/Effects/Spells/rain_of_spores/spore_drop.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_arrow_drop.aoc$"
    
    restriction "/Metadata/Effects/Spells/rain_of_spores/vine_attach.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_vines.ao$"
    restriction "/Metadata/Effects/Spells/rain_of_spores/vine_attach.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_vines.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_spores/pod_roots.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_roots.ao$"
    restriction "./Metadata/Effects/Spells/rain_of_spores/pod_roots.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_roots.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_spores/arrow.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/arrow.ao$"
    restriction "./Metadata/Effects/Spells/rain_of_spores/arrow.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/arrow.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_spores/spore_burst.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_aoe.ao$"
    restriction "./Metadata/Effects/Spells/rain_of_spores/spore_burst.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/lotus_aoe.aoc$"
    
    restriction "./Metadata/Effects/Spells/rain_of_spores/spores_shootup.ao$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/shooting_lotus.ao$"
    restriction "./Metadata/Effects/Spells/rain_of_spores/spores_shootup.aoc$"
    replacewith "./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/shooting_lotus.aoc$"
    I found a .pet fade file (./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/PET/pods/petals_fade.pet), but I can't find the .ao file that uses it.

    As always any help is appreciated

  15. #342
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anasterian, does existing one Toxic Rain mod (that is already present in poemods) not working correctly?
    I'm not playing toxic, but tried it and it seems looking awesome cool. or is it not complete?

  16. #343
    Anasterian's Avatar Active Member
    Reputation
    20
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    14/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silent_Warrior View Post
    Anasterian, does existing one Toxic Rain mod (that is already present in poemods) not working correctly?
    I'm not playing toxic, but tried it and it seems looking awesome cool. or is it not complete?
    Almost complete, but if you notice the flowers disappear instantly instead of fading, it's just missing that one animation sadly.

  17. #344
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anasterian View Post

    I found a .pet fade file (./Metadata/Effects/Microtransactions/Spells/rain_of_spores/blackrose/PET/pods/petals_fade.pet), but I can't find the .ao file that uses it.
    it's in Metadata\Effects\Microtransactions\Spells\virulent_arrow\nightlotus\blooming_lot us.aoc
    mb this will help a bit?

  18. Thanks Anasterian (1 members gave Thanks to Silent_Warrior for this useful post)
  19. #345
    cpjj's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Need help for Celestial Ice Nova Replacement(

Page 23 of 41 FirstFirst ... 192021222324252627 ... LastLast

Similar Threads

  1. Replies: 18
    Last Post: 09-13-2015, 07:19 PM
  2. [Selling] Path of Exile currency,items and gems. (Garena SEA )
    By l24life in forum PoE Buy Sell Trade
    Replies: 60
    Last Post: 02-14-2015, 03:55 AM
  3. [Selling] Path of Exile currency,items and gems. (Garena SEA ) Ambush
    By Adrian Low in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 04-28-2014, 05:15 AM
  4. [Selling] Path Of Exile Softcore Orbs and Items
    By S3z3 in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 04-29-2013, 07:06 AM
  5. [Selling] Path of Exile : Currency , Gems and Uniques
    By theRey in forum PoE Buy Sell Trade
    Replies: 4
    Last Post: 03-27-2013, 03:09 PM
All times are GMT -5. The time now is 06:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search