|
Doesnt look that difficult.
Just make sure you work in its own folder as to not mix the files with others. I.e. and empty one
Say for example
c:\gamedata\ might be a folder you wanna use.
Now you would extract to this folder
paktool /e thenameof.archive c:\gamedata\
this will extract all files to that folder
Do your editing and when done
paktool /p thenameof.archive2 c:\gamedata\ (use a new archive file so you can keep a backup of the old one)
that should repack the files into a new archive
copy the original archive and back it up incase of problems, then remove it and copy and paste your new archive into the same folder as the old one, renaming it to the old archives filename.
And start the game.
|