View Single Post
Old 11-06-2011   #173
atmosfear
Member
null
 
Join Date: Oct 2010
Posts: 32
Likes: 1
Liked 16 Times in 1 Post
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Originally Posted by wookieboy76 View Post
I get no press START screen on main UC3 desert home screen?, i have the psarc folder (applied the fix files), bin.psarc and text1.psarc and anime psarc file, ive beenplaying around withthisforfew days, when i move my backup folders off bin, actor33, text1, thegame runs but slower loading times. i delete the small game data after trying each file out as psarc or as folders,nothing works unless i have those 3 original folders back in the main folder off game, i get spinning ring forever, ring freeze, or no press START on home screen
************* [ - Post Merged - ] *************


i need toknowthis also, i havedoneit by dragging the dc1 folder to psarc.exe and renaming the psarc file to bin.psarc, but dont know if that iscorrect
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.

Last edited by atmosfear; 11-06-2011 at 01:26 PM.
atmosfear is offline   Reply With Quote