-
Member
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.
-
Active Member
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.
-
Member
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.
-
Active Member
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.
-
Originally Posted by
MasterDMFour
Because you need to dig deeper into activeskill
-
Member
Apparently this thing changes one of the tags and i cant use things like poe nulleffects and visualGGPK for example.
-
Member
It's definitely tricky!
https://a.uguu.se/fqcjia7Pac2e.webm
Going to tweak it, but I'm super happy now.
-
Member
i still dont know how to do anything. any help is appreciated guys
-
Member
how can i replace herald of ice with automaton herald of ice ?
-
Member
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.
-
Member
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
-
Member
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.
-
Contributor
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.
-
Post Thanks / Like - 1 Thanks
hebe7751 (1 members gave Thanks to bcz for this useful post)
-
Member
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.
-
Member
Originally Posted by
Shiroineko
wow.. thanks!! no need to spend a single cent on this game!!!
LoL!.jpg
how you do this? Can you show your mod.txt