Path of Exile modding tool and mods menu

User Tag List

Page 28 of 39 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 578
  1. #406
    AMagicCarp's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to remove the stuck arrows from iceshot in the wall because it cause lags after a while. Can someone help me ?

    Path of Exile modding tool and mods
  2. #407
    portible1's Avatar Member
    Reputation
    1
    Join Date
    Aug 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone replaced the wings without a donor in this slot (body attachment), because i can't do this with the [ GlimmerwoodCloak/HarvestCloak ] (which I have)?

  3. #408
    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 AMagicCarp View Post
    I want to remove the stuck arrows from iceshot in the wall because it cause lags after a while. Can someone help me ?
    The effects you want to remove should be:

    Code:
    ./Metadata/Effects/Spells/icearrow_02/arrow_ice_stuck.ao
    ./Metadata/Effects/Spells/icearrow_02/arrow_ice_stuck.aoc
    I don't know the correct synthax to remove an effect though, if anyone can help it would be much appreciated!

  4. #409
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Anasterian View Post
    The effects you want to remove should be:

    Code:
    ./Metadata/Effects/Spells/icearrow_02/arrow_ice_stuck.ao
    ./Metadata/Effects/Spells/icearrow_02/arrow_ice_stuck.aoc
    I don't know the correct synthax to remove an effect though, if anyone can help it would be much appreciated!
    title "remove the stuck arrows from iceshot in the wall"
    restriction "./Metadata/Effects/Spells/icearrow_02/arrow_ice_stuck.ao$"
    execute "null_ao"
    restriction "./Metadata/Effects/Spells/icearrow_02/arrow_ice_stuck.aoc$"
    execute "null_aoc"
    1111111111111111111111
    github.com/vadash/EZVendor

  5. Thanks Anasterian, Silent_Warrior (2 members gave Thanks to dlr5668 for this useful post)
  6. #410
    gangebob's Avatar Member
    Reputation
    5
    Join Date
    Sep 2016
    Posts
    41
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lookong for celestial blight. hope some someone can do it. tried by myself but no luck(

  7. #411
    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)
    looking for a holy flame totem ghostflame replace

  8. #412
    Patrykos141's Avatar Active Member
    Reputation
    17
    Join Date
    Sep 2020
    Posts
    21
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know where are located all wings? Cause in Metadata/Items/Armours/Capes there is only few

  9. #413
    Patrykos141's Avatar Active Member
    Reputation
    17
    Join Date
    Sep 2020
    Posts
    21
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to add weapon effect?

  10. #414
    miracle1's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2014
    Posts
    263
    Thanks G/R
    111/30
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @dlr5668 take my energy . I hope we will still be able to remove effects after new patch.

  11. #415
    Huaojozu's Avatar Member
    Reputation
    6
    Join Date
    Jun 2013
    Posts
    33
    Thanks G/R
    0/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like everything is in .bins now... that's certainly going to make things harder, especially when it comes to more precise mods like changing/adding particle effects or trails. At first glance, it looks like replacing entire .bins should still produce the desired results, so swapping armor for example should still work, but we will need to do some testing.

  12. #416
    antroxxx's Avatar Member
    Reputation
    8
    Join Date
    Jan 2015
    Posts
    72
    Thanks G/R
    3/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by poemods View Post
    Path of Exile modding tool and mods
    GitHub - poemods/Path-of-Exile-modding-tool

    • Search modify compare extract insert replace armour spells microtransactions in any way.
    • Many known mods (.aoc .otc .epk .pet .atlas .env ...) or create yours.
    • Batch process files. Create automods (.txt files with basic filters and commands) to apply all your mods in sequence (see two examples below).
    • Restrict and exclude filters to modify only some files.
    • Resize textures. Textures (.DDS) are decompressed when extracted, ready to feed a DDS optimizer (DDSOpt, ...) to improve both performance and quality.
    • Automatic backup. Defragment. Works on all PoE versions, does not depend on Grinding Gear Games updates : file search and file mods rely on Python.re regular expressions
    • Any OS. Install Python 3. Open the command line and run pip3 install brotli. Click __init__.py to launch app.

    Example : TabulaRasa model change for Microtransaction
    any chance of an update?

  13. #417
    Patrykos141's Avatar Active Member
    Reputation
    17
    Join Date
    Sep 2020
    Posts
    21
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn, file doesnt have permission, is it beacause of this new update?

  14. #418
    BearBorrow's Avatar Member
    Reputation
    1
    Join Date
    Jan 2020
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not able to mod anymore
    getting error message saying "only one file can replace others"
    i think they changed in-game files

  15. #419
    jinhaoxuan's Avatar Member
    Reputation
    1
    Join Date
    Jul 2020
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, is there no way to mod anymore? i kinda need the smoother tbh hope someone can work on it, i'm willing to help.

  16. #420
    tvl257's Avatar Member
    Reputation
    1
    Join Date
    Jul 2020
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, without this my FPS is tanking rather hard for my old PC too. Hopefully it can continue

Page 28 of 39 FirstFirst ... 242526272829303132 ... 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 10:47 PM. 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