View Single Post
  #2  
Old 17-02-2007, 13:33
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
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.
Reply With Quote