-
Member
Originally Posted by
dlr5668
check readme. after voting I moved it to optional folder
Thx. But after copy file to `Path-of-Exile-modding-tool\extracted` and run `Start.cmd`, fog is not removed.
In the previous version, the fog was removed, but in the current version it is a little scattered.
-
Member
Originally Posted by
niktar
How to remove deliriums fog? After new patch fog not removed.
To remove the fog, after starting the program,need click Insert?
The way I did:
copy the Metadata folder and its contents from : "\optional\null delirium fog\extracted" into main "extracted" folder
edit "exclude" file, delete "League_Affliction/fogAttachment" line, save
run start.cmd and press "insert"
(pressing insert puts back all the files from extracted folder and subfolders if not listed in exclude.txt)
at first shows inserting alot of files but it just probably scans.. wait for it.. and eventually will show actually inserted number of files
some info of this is actually written in readme.md file
-
Contributor
Originally Posted by
kornel
The way I did:
copy the Metadata folder and its contents from : "\optional\null delirium fog\extracted" into main "extracted" folder
edit "exclude" file, delete "League_Affliction/fogAttachment" line, save
run start.cmd and press "insert"
(pressing insert puts back all the files from extracted folder and subfolders if not listed in exclude.txt)
at first shows inserting alot of files but it just probably scans.. wait for it.. and eventually will show actually inserted number of files
some info of this is actually written in readme.md file
Right, I will update readme
github.com/vadash/EZVendor
-
Member
Hey guys, appreciate all the great info! i'm just starting out and i want to change my firs blood effect to the Project weapon effect (starting with something simple):
name "weaponeffect"
title "weaponeffect"
# replace sword effect
restriction"./Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/firstblood2/example_WP_FirstBlood.ao$"
replacewith"./Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/thaumaturgy_project/omni_green_project_wp.ao$"
restriction"/Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/firstblood2/example_WP_FirstBlood.aoc$"
replacewith"./Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/thaumaturgy_project/omni_green_project_wp.aoc$"
There's like a million things for thaumaturgy how am i suppose to know which one is which...
and i see some amd and ast...not sure what that is.
./Art/Microtransactions/weapon_effects/thaumaturgy_project/mb/omni_green_project_wp.amd
./Art/Microtransactions/weapon_effects/thaumaturgy_project/mb/omni_green_project_wp.ast
What am I doing wrong here?...
Last edited by gucciflipflops; 04-21-2020 at 07:31 PM.
-
Member
anyone has earthquake skill effect ?
-
Member
Originally Posted by
Anasterian
Try this:
title "Automaton Storm Brand"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/activesigil.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/activesigil.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/activesigil.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/activesigil.aoc$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/dmgbeam.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/dmgbeam.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/dmgbeam.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/dmgbeam.aoc$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/impact.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/impact.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/impact.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/impact.aoc$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/recall_circle.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/recall_circle.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/recall_circle.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/recall_circle.aoc$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/recall_target.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/recall_target.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/recall_target.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/recall_target.aoc$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/sigil.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/sigil.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/sigil.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/sigil.aoc$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/travelbeam.ao$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/travelbeam.ao$"
restriction "./Metadata/Effects/Spells/conduit_sigil/lightning/travelbeam.aoc$"
replacewith "./Metadata/Effects/Spells/conduit_sigil/redLightning/travelbeam.aoc$"
my conten.ggpk doesnt have "conduit_sigil" lines at all. will be awesome if someone share automaton storm brand config
-
Member

No money to buy mtx = POE mods is the solution =)
-
Post Thanks / Like - 1 Thanks
dlr5668 (1 members gave Thanks to poemain01 for this useful post)
-
Member
what setting disables fog monster and enemy projectiles ? i get randomly hit and its getting annoying
-
Member
I think its particle materials, whenever I disable it the monster from fog disappear but still in there.
-
Member
Please tell me how to add Vaal Power Siphon / Power Siphon to exceptions.
In exclude.txt I tried to enter such lines, without result.
Power siphon
VaalPowerSiphon
soulsyphon
Problem resolved. If someone needs Celestial Power Siphon
Code:
name "Celestial Power Siphon"
title "Celestial Power Siphon"
restriction "/Metadata/Effects/Spells/power_siphon/absorb/player_absorb_01.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/absorb/celestial/player_absorb_01.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/absorb/player_absorb_01.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/absorb/celestial/player_absorb_01.aoc$"
restriction "/Metadata/Effects/Spells/power_siphon/absorb/player_absorb_02.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/absorb/celestial/player_absorb_02.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/absorb/player_absorb_02.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/absorb/celestial/player_absorb_02.aoc$"
restriction "/Metadata/Effects/Spells/power_siphon/absorb/player_absorb_03.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/absorb/celestial/player_absorb_03.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/absorb/player_absorb_03.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/absorb/celestial/player_absorb_03.aoc$"
restriction "/Metadata/Effects/Spells/power_siphon/onkill/main/siphon_main.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/onkill/main/celestial/siphon_main.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/onkill/main/siphon_main.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/onkill/main/celestial/siphon_main.aoc$"
restriction "/Metadata/Effects/Spells/power_siphon/onkill/subtle/siphon_sub.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/onkill/subtle/celestial/siphon_sub.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/onkill/subtle/siphon_sub.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/onkill/subtle/celestial/siphon_sub.aoc$"
restriction "/Metadata/Effects/Spells/power_siphon/projectile/power_siphon_projectile.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/projectile/celestial/power_siphon_projectile.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/projectile/power_siphon_projectile.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/projectile/celestial/power_siphon_projectile.aoc$"
restriction "/Metadata/Effects/Spells/power_siphon/projectile/soul_hit.ao$"
replacewith "/Metadata/Effects/Spells/power_siphon/projectile/celestial/soul_hit.ao$"
restriction "/Metadata/Effects/Spells/power_siphon/projectile/soul_hit.aoc$"
replacewith "/Metadata/Effects/Spells/power_siphon/projectile/celestial/soul_hit.aoc$"]
Last edited by RuLight; 04-24-2020 at 04:32 AM.
-
Post Thanks / Like - 1 Thanks
dlr5668 (1 members gave Thanks to RuLight for this useful post)
-
Member
can anyone help me with replacing bane lich armour set for wild armour set, thank you so much.
-
Member
Last edited by manutdrule; 05-01-2020 at 09:19 AM.
-
Member
With this addon can ban your account??
-
Member
Originally Posted by
Nefhi
With this addon can ban your account??
It's still risky, but I don't think you'll get banned since they have other priorities.
I asked directly the support a long time ago and even after their answer i've been using this kind of programs like POE smoother. Also I told them it was because performance issues.
Here is their answer : https://i.imgur.com/1TdYNG8.png
-
Member
So after i used the auto mod "poesmoother", i want to exclude the spells that i use. as an example "flame dash" how would i go about excluding anything to do with flame dash?
i've tried pressing "search", it shows the 52k files but it doesn't let me actually search for one item. how do i go about finding and excluding? any help would be appreciated.