Path of Exile modding tool and mods menu

User Tag List

Page 5 of 39 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 576
  1. #61
    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)
    I'm trying to replace vortex with black hole vortex.
    Does anyone knows what are the correct vortex and black hole ao/aoc ?

    I tryed to use
    restriction "./Metadata/Effects/Spells/frostvortex/rig.aoc"
    replacewith "./Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheShaper/super_blackhole/rig.aoc"

    but it seens not to be it...

    Path of Exile modding tool and mods
  2. #62
    cardiganz's Avatar Member
    Reputation
    4
    Join Date
    Jan 2019
    Posts
    1
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Genocyber View Post
    I'm trying to replace vortex with black hole vortex.
    Does anyone knows what are the correct vortex and black hole ao/aoc ?

    I tryed to use
    restriction "./Metadata/Effects/Spells/frostvortex/rig.aoc"
    replacewith "./Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheShaper/super_blackhole/rig.aoc"

    but it seens not to be it...
    restriction "Metadata/Effects/Spells/frost_bolt/sml_maelstrom.ao$"
    replacewith "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheShaper/super_blackhole/rig.ao$"

    restriction "Metadata/Effects/Spells/frost_bolt/sml_maelstrom.aoc$"
    replacewith "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheShaper/super_blackhole/rig.aoc$"

    this seems to be it i think.

  3. Thanks Genocyber, Anasterian (2 members gave Thanks to cardiganz for this useful post)
  4. #63
    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 Genocyber View Post
    I'm trying to replace vortex with black hole vortex.
    Does anyone knows what are the correct vortex and black hole ao/aoc ?

    I tryed to use
    restriction "./Metadata/Effects/Spells/frostvortex/rig.aoc"
    replacewith "./Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/TheShaper/super_blackhole/rig.aoc"

    but it seens not to be it...
    This one should be the Black Hole mtx:

    title "Black Hole Vortex"

    restriction "Metadata/Effects/Spells/frost_bolt/sml_maelstrom.ao$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/frost_bolt/maelstrom.ao$"

    restriction "Metadata/Effects/Spells/frost_bolt/sml_maelstrom.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/Spells/frost_bolt/maelstrom.aoc$"

    I give credit to cardiganz for finding the base spell id, I couldn't find it on my own and was looking for it a few days ago.

    P.S. Does anyone know how to swap the base Lightning Warp to the Innocence one? I managed to change only the up and down part, but can't find the base for the target /Metadata/Effects/Microtransactions/Spells/lightning_warp/innocence/target.ao.

  5. Thanks Genocyber (1 members gave Thanks to Anasterian for this useful post)
  6. #64
    RGRP's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    i have a question

    How could the effect change to a skill?

  7. #65
    RGRP's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I replace it and see it in the game?

  8. #66
    Robodance's Avatar Member
    Reputation
    2
    Join Date
    Jan 2019
    Posts
    1
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For all MF TornadoShot Players,

    I have made a Automod for both MTX for TS.

    name "TornadoShot"

    title "TornadoShot to CrystalTS"

    restriction "/Metadata/Effects/Spells/tornado_shot/second_arrow.ao"
    replacewith "/Metadata/Effects/Spells/tornado_shot_crystal/second_arrow.ao"

    restriction "/Metadata/Effects/Spells/tornado_shot/second_arrow.aoc"
    replacewith "/Metadata/Effects/Spells/tornado_shot_crystal/second_arrow.aoc"

    restriction "/Metadata/Effects/Spells/tornado_shot/tornadoarrow.ao"
    replacewith "/Metadata/Effects/Spells/tornado_shot_crystal/tornadoarrow.ao"

    restriction "/Metadata/Effects/Spells/tornado_shot/tornadoarrow.aoc"
    replacewith "/Metadata/Effects/Spells/tornado_shot_crystal/tornadoarrow.aoc"

    restriction "/Metadata/Effects/Spells/tornado_shot/trailtornado.ao"
    replacewith "/Metadata/Effects/Spells/tornado_shot_crystal/trailtornado.ao"

    restriction "/Metadata/Effects/Spells/tornado_shot/trailtornado.aoc"
    replacewith "/Metadata/Effects/Spells/tornado_shot_crystal/trailtornado.aoc"

    restriction "/Metadata/Particles/tornado_shot/mid.pet"
    replacewith "/Metadata/Particles/tornado_shot/crystal/mid.pet"

    title "TornadoShot to EbonyTS"

    restriction "/Metadata/Effects/Spells/tornado_shot/second_arrow.ao"
    replacewith "./Metadata/Effects/Microtransactions/Spells/tornado_shot/second_arrow.ao"

    restriction "/Metadata/Effects/Spells/tornado_shot/second_arrow.aoc"
    replacewith "./Metadata/Effects/Microtransactions/Spells/tornado_shot/second_arrow.aoc"

    restriction "/Metadata/Effects/Spells/tornado_shot/tornadoarrow.ao"
    replacewith "./Metadata/Effects/Microtransactions/Spells/tornado_shot/tornadoarrow.ao"

    restriction "/Metadata/Effects/Spells/tornado_shot/tornadoarrow.aoc"
    replacewith "./Metadata/Effects/Microtransactions/Spells/tornado_shot/tornadoarrow.aoc"

    restriction "/Metadata/Effects/Spells/tornado_shot/trailtornado.ao"
    replacewith "./Metadata/Effects/Microtransactions/Spells/tornado_shot/trailtornado.ao"

    restriction "/Metadata/Effects/Spells/tornado_shot/trailtornado.aoc"
    replacewith "./Metadata/Effects/Microtransactions/Spells/tornado_shot/trailtornado.aoc"

    restriction "/Metadata/Particles/tornado_shot/mid.pet"
    replacewith "/Metadata/Effects/Microtransactions/Spells/tornado_shot/mid.pet"
    For me it works perfectly.

  9. Thanks RGRP (1 members gave Thanks to Robodance for this useful post)
  10. #67
    victoriusss's Avatar Member
    Reputation
    10
    Join Date
    Dec 2016
    Posts
    45
    Thanks G/R
    15/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How i can resize textures .dds?

  11. #68
    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)
    Need help with swapping Faith Guard WIngs to Crucible wings. I use this, but everytime game crashes.

    restriction "/Art/Models/Items/Armours/BodyArmours/Microtransactions/wings/FaithguardWings/FaithGuardWings\.sm$"
    replacewith "/Art/Models/Items/Armours/BodyArmours/Microtransactions/wings/CrucibleWings/CrucibleWings\.sm$"

  12. #69
    RGRP's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I try, but can not someone who can put the seraph of Spectral Throw and red arc would appreciate it
    Last edited by RGRP; 01-27-2019 at 05:00 PM.

  13. #70
    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
    Need help with swapping Faith Guard WIngs to Crucible wings. I use this, but everytime game crashes.

    restriction "/Art/Models/Items/Armours/BodyArmours/Microtransactions/wings/FaithguardWings/FaithGuardWings\.sm$"
    replacewith "/Art/Models/Items/Armours/BodyArmours/Microtransactions/wings/CrucibleWings/CrucibleWings\.sm$"
    try these:
    title "Faithguard Wings to Crucible"
    restriction "/Metadata/Effects/Microtransactions/BodyArmours/Wings/FaithGuardWings.ao$"
    replacewith "/Metadata/Effects/Microtransactions/BodyArmours/Wings/CrucibleWings/CrucibleWingsHeld.ao$"
    restriction "/Metadata/Effects/Microtransactions/BodyArmours/Wings/FaithGuardWings.aoc$"
    replacewith "/Metadata/Effects/Microtransactions/BodyArmours/Wings/CrucibleWings/CrucibleWingsHeld.aoc$"

  14. Thanks RGRP (1 members gave Thanks to Anasterian for this useful post)
  15. #71
    RGRP's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I try, but can not someone who can put the seraph of Spectral Throw and red arc would appreciate it

  16. #72
    RGRP's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Robodance View Post
    For all MF TornadoShot Players,

    I have made a Automod for both MTX for TS.



    For me it works perfectly.
    I try, but can not someone who can put the seraph of Spectral Throw and red arc would appreciate it

  17. #73
    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)
    someone with experience can teach me/us how to change golem gem (just one type is fine ill figure the rest), and portals. If any of you know how to do it please kindly share xD

  18. #74
    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)
    Thanks for the tool. I've managed to do a few things, though i cant seem to attach character effects on a weapon effect. (epks)...

    That said im lost on how to change the imperial staff weapon. Extracting the dds files ive confirmed the staff6 matches... but when i change the files nothing changes ingame. Its like I had done nothing at all... I cant find any other staff file that is remotely relevant to it.

  19. #75
    MetkataTipcheto's Avatar Member
    Reputation
    1
    Join Date
    Sep 2014
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone knows how can I apply Celestial MTX w/ Sinnocence Wings to my Marauder ? Looks like this: PoE Celestial MTX w/ Sinnocence Wings - YouTube or just apply any set/wings to it? Thank youu

Page 5 of 39 FirstFirst 123456789 ... 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 12:17 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