Path of Exile modding tool and mods menu

User Tag List

Page 6 of 39 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 578
  1. #76
    koala1234's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone been able to replace default winter orb with Celestial version?
    I've dug around and found that winter orb is called FrostFury in the files.

    For Automaton Divine Ire, you won't get the entire automaton effect, but the beam is red. I crash when I tried to replace more effects than this.

    title "Divine Ire"
    restriction "./Metadata/Effects/Spells/divine_tempest/beam_cannon.ao"
    replacewith "./Metadata/Effects/Microtransactions/Spells/divine_ire/automaton/beam_cannon.ao"
    restriction "./Metadata/Effects/Spells/divine_tempest/beam_cannon.aoc"
    replacewith "./Metadata/Effects/Microtransactions/Spells/divine_ire/automaton/beam_cannon.aoc"
    restriction "./Metadata/Effects/Spells/divine_tempest/beam_nova.ao"
    replacewith "./Metadata/Effects/Microtransactions/Spells/divine_ire/automaton/beam_nova.ao"
    restriction "./Metadata/Effects/Spells/divine_tempest/beam_nova.aoc"
    replacewith "./Metadata/Effects/Microtransactions/Spells/divine_ire/automaton/beam_nova.aoc"
    restriction "./Metadata/Effects/Spells/divine_tempest/Graphs/Saiyan.fxgraph"
    replacewith "./Metadata/Effects/Microtransactions/Spells/divine_ire/automaton/Graphs/AutomatonSaiyan.fxgraph"
    restriction "./Metadata/Effects/Spells/divine_tempest/superexile.epk"
    replacewith "./Metadata/Effects/Microtransactions/Spells/divine_ire/automaton/superexile.epk"

    Path of Exile modding tool and mods
  2. #77
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know what files have the areas maps? I want to use that with a pattern recognition to have a idea of dead ends without using memory writing

  3. #78
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Genocyber View Post
    Does anyone know what files have the areas maps? I want to use that with a pattern recognition to have a idea of dead ends without using memory writing
    Maps are in memory data received from the server. I dont think there's any file with map information in it.

  4. Thanks Genocyber (1 members gave Thanks to TehCheat for this useful post)
  5. #79
    xbruhh's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anybody help me, i'm trying to change to gloom herald of ice to celestial, i tried this

    name "Gloom to Celestial Herald of Ice"

    restriction "/Metadata/Effects/Microtransactions/Spells/heralds/gloom/gloomice.epk$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/heralds/celestial/epk_ICE.epk$"

    restriction "/Metadata/Effects/Microtransactions/Spells/heralds/gloom/gloomice_explode.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/heralds/celestial/ice_explode.ao$"

    restriction "/Metadata/Effects/Microtransactions/Spells/heralds/gloom/gloomice_explode.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/heralds/celestial/ice_explode.aoc$"

    but it didn't work.

  6. #80
    xratedownz's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    226
    Thanks G/R
    23/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Exception in thread Thread-5:
    Traceback (most recent call last):
    File "C:\Users\asdas\AppData\Local\Programs\Python\Python37\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
    File "C:\Users\asdas\AppData\Local\Programs\Python\Python37\lib\threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
    File "C:\PoE\poemods_threads.py", line 129, in actionthread
    with open(self.modg.ggpkname, "r+b") as ggpkpointerio :
    PermissionError: [Errno 13] Permission denied: 'C:\\Games\\Path of Exile\\Content.ggpk'

    what is this error? please help
    Last edited by xratedownz; 05-11-2019 at 10:02 AM.

  7. #81
    boowak's Avatar Member
    Reputation
    2
    Join Date
    May 2019
    Posts
    15
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can i replace font file(*.ttf) with this tool???

  8. #82
    IChangedMyUsername's Avatar Contributor Dance! ;^) CoreCoins Purchaser
    Reputation
    169
    Join Date
    Mar 2013
    Posts
    720
    Thanks G/R
    257/65
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I almost got the unreleased Cyclone mtx working. Couldnt find all the right things to swap, so its not complete.

    Looks like this so far:
    Unreleased Cyclone MTX

  9. #83
    haoxj's Avatar Member
    Reputation
    1
    Join Date
    Aug 2018
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IChangedMyUsername View Post
    I almost got the unreleased Cyclone mtx working. Couldnt find all the right things to swap, so its not complete.

    Looks like this so far:
    Unreleased Cyclone MTX
    SICK! can you share please? xD

  10. #84
    cyriel's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IChangedMyUsername View Post
    I almost got the unreleased Cyclone mtx working. Couldnt find all the right things to swap, so its not complete.

    Looks like this so far:
    Unreleased Cyclone MTX
    40% of the league is playing cyclone according to poenin.. they're about to make some serious bank

  11. #85
    koyasha's Avatar Member
    Reputation
    15
    Join Date
    Jun 2019
    Posts
    7
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys - a girl ITT

    I can't for the life of me figure out how to finalize the changes I'm making to the .sm file trying to switch Tabula for Abyss Armour MTX. Could you please help me out?

    Taking my Witch as an example, I did the following:

    1) Created a .txt file in the 'automods' folder with the text below:

    name "Abyss Armour for Tabula"

    title "Abyss Armour for Tabula"
    restriction "/Art/Models/Items/Armours/BodyArmours/Unique/TabulaRasa/BodyTabulaRasaInt.sm"
    replacewith "/Art/Models/Items/Armours/BodyArmours/Microtransactions/AbyssArmour/AbyssArmourBodyInt\.sm$"
    2) Launched the __init__.py, found the .../BodyTabulaRasaInt.sm file.

    3) Selected my mod from the dropdown, checked a box to apply it and another box to use my restrict filter (screenshot below).

    cap1.JPG

    4) Then I click modify, see my changes applied to the file at the bottom > quit the application, open PoE - and Tabula is still its old Tabula self.

    What am I doing wrong?

    Thx!
    Attached Thumbnails Attached Thumbnails Path of Exile modding tool and mods-cap1-jpg  
    Last edited by koyasha; 06-22-2019 at 07:40 PM.

  12. #86
    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)

    My automods (portal,skill..) and belt of the deceiver aura stuff

    Hi, giving a bunch of stuff that i managed to do.

    cyclone.txt Illusion cyclone
    toxic rain.txt Night lotus toxic rain
    ri fire.txt celestial righteous fire
    portal.txt Dragon portal
    ligthning warp.txt Innocence Lightning warp
    incinerate.txt Blue incinerate
    frostbomb.txt celestial frost bomb
    frostbolt.txt Black hole frostbolt
    flamedash.txt corsair flame dash (without the green burn on the ground )
    contagion.txt blue contagion
    vortex.txt black hole vortex
    herald.txt Celestial Herald of Ice + Faith Guard Herald of Thunder and Ash
    hoa.txt Celestial Herald of agony + purity



    FOR THE BELT OF THE DECEIVER AURA STUFF: (ps: you can do it with any item (microtransaction included) that has an aura effect)
    Find the belt of the deceiver.epk , click on it , click extract, go to the extracted folder and copy the text below in the belt of the deceiver.epk(its the manticore aura effect and the mystic weapon effect + the dragonhunter footprint trail only(doesnt have the mark on the ground)).
    Then relaunch the program and find the belt of the deceiver.epk , click on it , click INSERT and enjoy.

    AttachedObject "root" "Metadata/Effects/Microtransactions/Aura/belt_of_deceiver/belt_of_deceiver.ao"
    ParticleEffect "frameupper" "Metadata/Effects/Microtransactions/Character_FX/manticore/pet/manticore_charFX.pet"
    AttachedObject "<lock>" "Metadata/Effects/Microtransactions/Character_FX/manticore/manticore_groundaura.ao"
    ParticleEffect "lweaponbuff" "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/fairgraves_mystic/pet/blade.pet"
    ParticleEffect "rweaponbuff" "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/fairgraves_mystic/pet/blade.pet"
    TrailEffect "lweaponbuff" "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/fairgraves_mystic/pet/trail.trl"
    TrailEffect "rweaponbuff" "Metadata/Effects/Microtransactions/Weapon_effects/Weapon_effects/fairgraves_mystic/pet/trail.trl"
    AttachedObject "Head_Attachment" "Metadata/Effects/Microtransactions/BodyArmours/SunspireArmour/light.ao"
    ParticleEffect "bodyfx" "Metadata/Effects/Microtransactions/Character_FX/Celestial/PET Files/celestial_body.pet"
    TrailEffect "trailfoot_01" "Metadata/Effects/Microtransactions/foot_prints/DragonHunter/pets/footprint_trails.trl"
    TrailEffect "trailfoot_02" "Metadata/Effects/Microtransactions/foot_prints/DragonHunter/pets/footprint_trails.trl"

    Looks like this : pic2.jpg

    Im looking for the SPIDER SPARK effect.
    Last edited by Nagax9; 06-18-2019 at 09:08 PM. Reason: Added herald

  13. Thanks dlr5668, Silent_Warrior (2 members gave Thanks to Nagax9 for this useful post)
  14. #87
    kenji1234's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone knows what is the name of spell : Summon Ice Golem ??

    I'm able to find the MTX model for Ice golem, but cant find Ice golem spell.

  15. #88
    tvinki's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2014
    Posts
    159
    Thanks G/R
    34/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after use this tool cant open ggpk with "poeNullEffects" or PoeSmoother program

    invalid tag: p

    how to fix it ?
    use PackCheck.exe still same
    Last edited by tvinki; 06-19-2019 at 09:49 AM.

  16. #89
    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)
    Originally Posted by kenji1234 View Post
    Anyone knows what is the name of spell : Summon Ice Golem ??

    I'm able to find the MTX model for Ice golem, but cant find Ice golem spell.

    U should look in /Metadata/Monster i didn't try it but i think the ice golem is /Metadata/Monsters/IceElemental/IceElementalSummonedClockwork


    Lightning golem stormcaller:
    restriction "/Metadata/Monsters/LightningGolem/LightningGolem.ao$"
    replacewith "/Metadata/Monsters/LightningGolem/LightningGolemStormcaller.ao$"

    restriction "/Metadata/Monsters/LightningGolem/LightningGolem.aoc$"
    replacewith "/Metadata/Monsters/LightningGolem/LightningGolemStormcaller.aoc$"

    restriction "/Metadata/Monsters/LightningGolem/LightningGolemSummoned.act$"
    replacewith "/Metadata/Monsters/LightningGolem/LightningGolemStormcallerSummoned.act$"
    Last edited by Nagax9; 06-19-2019 at 03:49 PM.

  17. #90
    kenji1234's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nagax9 View Post
    U should look in /Metadata/Monster i didn't try it but i think the ice golem is /Metadata/Monsters/IceElemental/IceElementalSummonedClockwork
    Yes,you are right and the ice golem mtx work prefectly. Thanks you.

Page 6 of 39 FirstFirst ... 2345678910 ... 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 07:31 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search