View Single Post
Old 11-06-2011   #177
wookieboy76
Member
 
Join Date: Mar 2011
Location: cxxntland
Posts: 483
Likes: 31
Liked 61 Times in 45 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
Originally Posted by atmosfear View Post
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

Last edited by wookieboy76; 11-06-2011 at 03:02 PM. Reason: read it properly
wookieboy76 is offline   Reply With Quote