Path of Exile modding tool and mods menu

User Tag List

Page 37 of 39 FirstFirst ... 33343536373839 LastLast
Results 541 to 555 of 578
  1. #541
    stealdivinity's Avatar Member
    Reputation
    3
    Join Date
    Jan 2022
    Posts
    3
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wannac View Post
    anyone success spectral helix mtx replace? try with spectral_spinning_weapon but no luck.
    Originally Posted by User59 View Post
    It is spectral hammer, but the mtx files has some files that are present that is not available on normal skill, anyone know a way around this ?
    ------------------------------------------------------------

    Home Brew Nightfall Spectral Helix
    Replace :
    Spectral_Hammer_Cast
    ..._Impact
    ..._wall_impact01

    and edit
    Trail_Large

    Code:
    material "Art/particles/Spectral_Hammer/weapon_attachment_particles/sharp_main.mat"
    ------------ change to :
    Code:
    material "Art/Microtransactions/spell/nightfall_spectralhelix/textures/black3.mat"
    outcome :


    ------------------------------------------------------------

    something even more visible ?

    play with options
    Code:
    	material "Art/Microtransactions/spell/nightfall_spectralhelix/textures/black3.mat"
    	camera_facing 1
    	start_distance_threshold 0
    	max_segment_distance 5000
    	segment_distance_threshold 80
    	update_speed_threshold 2100
    	segment_duration 0.45
    	segment_period 0.001
    	texture_stretch 2
    	color 4 4 0 1 1 1 0 "Linear" 0.227621 1 1 1 1 "Flat" 0.39131 1 1 1 0.859594 "Smooth" 0.5 1 1 1 0.3944 "Linear"
    	scale 1 2 0 11.003 "Linear" 0.5 11.003 "Linear" 0
    	velocity_model_x 1 2 0 0 "Linear" 0.45 0 "Linear" 0
    	velocity_model_y 1 2 0 0 "Linear" 0.45 0 "Linear" 0
    	velocity_world_z 1 2 0 0 "Linear" 0.45 0 "Linear" 0
    	emit_scale 1 2 0 2.58657 "Linear" 1 2.58657 "Linear"
    	emit_color  4 2 0 1 1 1 1 "Linear" 1 1 1 1 1 "Linear"
    	locked_to_parent 0
    	uv_mode 0
    outcome

    ----------------------------------------------
    i have no idea what i'm doing so take care :P
    No impact Its poor compared to original but still better than this invincible skill

    u can eddit Spectral_Hammer_WeaponAttachment
    Code:
    SkinMesh
    {
    	skin = "Art/Models/Effects/spectral_weapon_throw/spectral_weapon_throw.sm"
    }
    to
    Code:
    SkinMesh
    {
    	skin = "Art/Microtransactions/spell/nightfall_spectralhelix/spinner/spinner.sm"
    }
    it looks like shit - but u will know where is this f*** hitbox for sure
    Last edited by stealdivinity; 02-11-2022 at 03:39 PM. Reason: more info :P

    Path of Exile modding tool and mods
  2. Thanks wannac, m1tchzz (2 members gave Thanks to stealdivinity for this useful post)
  3. #542
    kinhdoanhsmall's Avatar Member
    Reputation
    1
    Join Date
    Jan 2021
    Posts
    18
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have found a way to change effect of new "bottle faith sulphur flask"

  4. #543
    snckmykek's Avatar Member
    Reputation
    1
    Join Date
    Mar 2022
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know how todelete post All works, thanks!
    Attached Thumbnails Attached Thumbnails Path of Exile modding tool and mods-1-jpg   Path of Exile modding tool and mods-2-jpg  
    Last edited by snckmykek; 03-14-2022 at 11:25 AM.

  5. #544
    azura69420's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any one know where to find Fleshcrafter Necromancer Silk & Alberon's Warpath Soldier Boots?
    I tried editing bodyInt1AInt.sm , bodyInt1BInt.sm , bodyInt1CInt.sm & bodyInt2AInt.sm , bodyInt2BInt.sm , bodyInt2CInt.sm for Fleshcrafter but nothing works.
    Last edited by azura69420; 04-15-2022 at 07:10 PM. Reason: edit

  6. #545
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, Has anyone located the Archnemesis wings?
    I Found them once but can't figure out where they are now...

    TYVM~

  7. #546
    azura69420's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bundles2/Metadata/Effects/Microtransactions/BodyArmours/Wings/ArchnemesisWings

  8. #547
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot, I guess the /BodyArmours threw me off ^^;

  9. #548
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to remove the ground effects of precision, I had success with other spells by deleting particles but I cant seem to target the right file for this one.
    Also same issue with the hand effects of herald of lightning.

    Is there a more elegant way to remove the fx? My solution was just to delete the line with .sm and particles.

    thanks in advance

  10. #549
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there! any chance I could get some help with changing body armours with robes?
    I was trying to get Warlock body/robe on the Temple body.
    Matching the waistline is what I have trouble with. Sometimes I manage to match waist but the physics are off...

    TYVM~

  11. #550
    yemmuongi's Avatar Member
    Reputation
    2
    Join Date
    May 2022
    Posts
    6
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi i cant find skill Spark , where is location its every one ??

  12. #551
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey there, I was checking older posts and I found this mention of spark on page 7:
    "Manage to find the name of the spark skill : electrical_surge, but i didn't succeed in having the FULL microtransaction effect , it looks like a little spider without the spark and the leg doesn't move.
    can someone help me pls ."

    Not all names are straight forward, good luck ^^;
    Last edited by ImFreedingTheCATS; 05-12-2022 at 04:16 PM. Reason: mistake

  13. #552
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yemmuongi View Post
    Hi i cant find skill Spark , where is location its every one ??
    Hey there, I was checking older posts and I found this mention of spark on page 7:
    "Manage to find the name of the spark skill : electrical_surge, but i didn't succeed in having the FULL microtransaction effect , it looks like a little spider without the spark and the leg doesn't move.
    can someone help me pls ."

    Not all names are straight forward, good luck ^^;

  14. #553
    43663421's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone can help me find Kinetic_Bolt? I cant find it

  15. #554
    ImFreedingTheCATS's Avatar Member
    Reputation
    1
    Join Date
    Apr 2022
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know how to mod shields? having trouble finding the base ao/aoc they seem to be mostly drops?

    ty~

  16. #555
    PoeNightmare's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey

    Could someone please explain, whats the easiest way to find a choosen MTX?

    I'm trying to change the Aura of the Vitality Skill Gem but could not find it anywhere.
    Also trying to change the Emberkeep Armor from the supporter Pack.

    Could someone please help me find them? (Search function is not that great )


    Is there some kind of table describing the folder Structure? Ive seen some paths on poedb but they are not there anymore e.g. Emberkeep Armor: Metadata/Items/MicrotransactionItemEffects/MicrotransactionEliteEmberkeepBodyArmour

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 01:19 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