Path of Exile modding tool and mods menu

User Tag List

Page 3 of 39 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 578
  1. #31
    akfgedfsas's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    62
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell what the ".ogg : Sound (1s silence)" does? Cause it doesn't seem to be doing anything


    #!/usr/bin/python3
    import binascii
    import sys
    import time
    import re
    import os
    import threading
    import queue

    displaylabel=""

    masterfilter_restrict=[
    "\.ogg$"
    ]

    masterfilter_exclude=[
    ]

    with open(os.path.join("assets", "minimal.ogg"), "rb") as fin :
    minimal_ogg=fin.read()

    def execute(filename, backupfiledata, modifyggpk):
    return minimal_ogg, None, None
    here's the code so dont need to search.

    Path of Exile modding tool and mods
  2. #32
    MasterDMFour's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2014
    Posts
    141
    Thanks G/R
    12/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Managed to swap armour and swap gem MTXs out but looking to get the harder stuff added such as particles and stuff. Is any of this even possible without having any MTX?

    Anyone able to give me pointers on how to add effects to armor and stuff?
    Last edited by MasterDMFour; 05-29-2018 at 10:31 PM.

  3. #33
    owned23leech's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, this is really nice!

    So what are the different file types like .ao, .aoc and .dds? The tool right now needs usability. Some sort of preview and changing the files on fly.

    weta2blackcat.png

    Code:
    name "Weta to black cat"
    title "Weta to black cat"
    restriction "/Art/2DItems/Pets/Weta_basic\.dds$"
    replacewith "/Art/2DItems/Pets/Cat_black\.dds$"
    
    restriction "/Metadata/Pet/Weta/Basic\.act$"
    replacewith "/Metadata/Pet/Cat/Black\.act$"
    
    restriction "/Metadata/Pet/Weta/Basic\.ao$"
    replacewith "/Metadata/Pet/Cat/Black\.ao$"
    
    restriction "/Metadata/Pet/Weta/Basic\.aoc$"
    replacewith "/Metadata/Pet/Cat/Black\.aoc$"
    
    restriction "/Metadata/Pet/Weta/Basic\.ot$"
    replacewith "/Metadata/Pet/Cat/Black\.ot$"
    
    restriction "/Art/Models/Pet/GiantWeta/rig\.amd$"
    replacewith "/Art/Models/Pet/Cat/Rig\.amd$"
    Kinda funny.
    Last edited by owned23leech; 05-30-2018 at 01:11 AM.

  4. #34
    MasterDMFour's Avatar Active Member
    Reputation
    16
    Join Date
    Oct 2014
    Posts
    141
    Thanks G/R
    12/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I recently saw Sythilis post on the discord to find the correct gem names using the developer plugin but I tried and couldn't workout how he got to this screen here: https://puu.sh/AvTvE/e85c43b984.png

    I can only seem to get to https://gyazo.com/e076d55bab0627d0e0abb0cda91987fb.png, anyone able to explain how to get that ActiveSkill drop down list and stuff? Am I supposed to be using the NumPad5 and stuff?
    Last edited by MasterDMFour; 05-30-2018 at 01:38 PM.

  5. #35
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MasterDMFour View Post
    I recently saw Sythilis post on the discord to find the correct gem names using the developer plugin but I tried and couldn't workout how he got to this screen here: https://puu.sh/AvTvE/e85c43b984.png

    I can only seem to get to https://gyazo.com/e076d55bab0627d0e0abb0cda91987fb.png, anyone able to explain how to get that ActiveSkill drop down list and stuff? Am I supposed to be using the NumPad5 and stuff?
    Because you need to dig deeper into activeskill

  6. #36
    akfgedfsas's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    62
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apparently this thing changes one of the tags and i cant use things like poe nulleffects and visualGGPK for example.

  7. #37
    owned23leech's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's definitely tricky!

    https://a.uguu.se/fqcjia7Pac2e.webm

    Going to tweak it, but I'm super happy now.

  8. #38
    Bhross's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i still dont know how to do anything. any help is appreciated guys

  9. #39
    ShakeJunk's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can i replace herald of ice with automaton herald of ice ?

  10. #40
    aureliq's Avatar Member
    Reputation
    1
    Join Date
    May 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone should make video tutorial step by step how to change textures.
    Anyone willing to tell me how to enable those textures?
    I want to have those:
    Sin Character Effect
    Purple Necrotic Gloves
    Gore Boots
    Demon King Portal Effect
    Breachlord Portrait Frame
    Celestial Hood
    Overlord of Highgate
    Arctic Ice Golem
    Raise Mummy Skin
    Stygian Raise Spectre
    Arctic Skull Hatred Effect
    Ghostflame Raging Spirit Effect
    Summon Statues Skin
    Summon Statues Skin fo Vall Gem


    And if possible, Extra gore.
    I`m assuming you can't do anything with pets if you don't have one.

  11. #41
    rowxs's Avatar Member
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    160
    Thanks G/R
    35/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i dont understand after i type in py __init__.py
    it launch but it kept scanning it's not working for me... am i doing something wrong?

    phythonpoe.JPG

  12. #42
    owned23leech's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    19
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changing the pet can crash the client. For example modding the weta and then there's a exile with a weta in the map your client will simply crash.

  13. #43
    bcz's Avatar Contributor
    Reputation
    171
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/139
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey just wanted to say thank you so much for this. Back in the day I used to make edits manually but got out of the habit. Missed messing around with it all so I went looking for a more practical method and found this and man its prefect. Its been a few years since I wrote anything in python so took me all evening to fully understand the structure but had fun anyway. Best thing since libggpk. Cheers

    And here's a tiny example for others, a useful function that you can use that wasn't mentioned anywhere

    Code:
    title "minimap"
    restriction "\/player\.png$"
    replacewithasset "test_inverted_player.png"
    This is useful if you want to use a local file as a replacement for other files. More specifically, for non text files such as images, music, skinmesh files, etc... You could also think of it as just a shortcut function which combines the process of "inserting" custom files into the ggpk and then assigning things to them.

    ss0469.png

    result
    ss0470.jpg
    Last edited by bcz; 06-15-2018 at 12:31 AM.

  14. #44
    Shiroineko's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow.. thanks!! no need to spend a single cent on this game!!!

    LoL!.jpg
    Last edited by Shiroineko; 07-03-2018 at 11:11 PM.

  15. #45
    nonamedayz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shiroineko View Post
    wow.. thanks!! no need to spend a single cent on this game!!!

    LoL!.jpg
    how you do this? Can you show your mod.txt

Page 3 of 39 FirstFirst 1234567 ... 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 01:02 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