Originally Posted by atmosfear
Guys, if you want to properly re-package your unpacked .psarc files, you need the original psarc.exe from sony ps3 sdk and then run this in the folder where your unpacked psarc folder are located (actor33 animstream4 bin pak23 text1):
Code:
cd foldername
psarc create -i --to=..\foldername.psarc .
cd ..
(Obviously replace foldername with the actual name like actor33.)
This way your first folder in the hierarchy will be excluded from the .psarc, but subfolder will be included (e.g. dc1 folder of bin). It is important to use the -i switch to enable case insensitive archive, otherwise you will see hangs if the game tries to access files with different case then that stored in the archive (eg. tried to load MyMap.pak instead of mymap.pak). Omitting the -i switch was the reason that my initial version of the fix froze in chapter 5.
|
Re-read that a couple off times and get what your saying now about case sensitive files, That code file,and your meaning off run this, do we just copy and paste it in the (main) folder where the extracted psarc folders are? or save it as a word file and add it to it?
by the way your a clever ****er aint ya