-
Active Member
Originally Posted by
username1989
Did you too have your computer stop you from running this thing? As in it's potentially not safe and all?
Running what? libggpk2? If so not at all, i've been using it for years now, no problems so far.
GitHub - aianlinb/VisualGGPK2: Library for Content.ggpk of PathOfExile (Rewrite of libggpk)
-
Member
Hi again, so i was only able to change body armour skin so far because i use a unique body armour, so i just changed it's skin in it's folder with my characters attributes in the end, but how do i for example change my cloak on another, or if i use rare gloves or rare boots then how do i change skin on them? Tried changing it in every folder with the corresponding attributes, the game just didn't start..
Last edited by username1989; 05-10-2024 at 10:06 AM.
-
Member
Btw if anyone somehow has path of exile content.ggpk file of version pre 3.5 can you put it here? i was trying to restore the old animation on my skill but it's easier said then done not being a programmer. Perhaps i can just copy old files in new content.ggpk and it'll do.
-
Member
Last edited by username1989; 05-23-2024 at 09:49 PM.
-
Member
So,i know how to change mtx's but when i try to change kb it has less files compered to mtx files as a result partial change how do i handle that
-
Active Member
Sharing my Lightning Strike MTX Compilation
Use VisualGGPK2 to replace Bundles2/metadata/effects/spells/lightning_strike_02 with the folder of the mtx you want.
MTX LS.7z - Google Drive
Last edited by Fragma1; 1 Day Ago at 12:15 AM.
-
Post Thanks / Like - 3 Thanks
-
Member
U have Celestial Power Siphon Effect?
-
Member
can we actually mod us the killcounter map device even if we dont have it??
-
Member
How to import these icons, 👍
How to add and display the files in GGPK, and how to judge the corresponding pictures and files
Thank you in advance
Last edited by hebe7751; 2 Days Ago at 02:06 AM.
Reason: 👍
-
Member
where can i find other skills? like rf or any skills?
-
Member
Originally Posted by
Fragma1
Sharing my Lightning Strike MTX Compilation
Use VisualGGPK2 to replace Bundles2/metadata/effects/spells/lightning_strike_02 with the folder of the mtx you want.
After using all of them for a while i recommend void emperor.
MTX LS.7z - Google Drive
where can i find other skills? like rf or any skills?
-
Member
blood.PNG
anyone know what this effect + detonate dead bloody gibs is called/where it is in visualgppk?
-
Active Member
Originally Posted by
mrhacker02
where can i find other skills? like rf or any skills?
Base skill effects are always located in: Bundles2/metadata/effects/spells
For paid effects is: Bundles2/metadata/effects/microtransactions/spells
A lot of skills have different names in game files, so sometimes u have to search a name that sounds similar to the skill you want and check for files names or the text inside those files.
-
Member
Originally Posted by
bcz
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.
Attachment 62056
result
Attachment 62057
Brother, please tell me the import path and the syntax to write in which files. Thank you
-
Member
Originally Posted by
Fragma1
Base skill effects are always located in: Bundles2/metadata/effects/spells
For paid effects is: Bundles2/metadata/effects/microtransactions/spells
A lot of skills have different names in game files, so sometimes u have to search a name that sounds similar to the skill you want and check for files names or the text inside those files.
thanks, if i want to change the weapon effect where can i change it? tyvm