Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Scripts for extracting data from Bleach: Soul Resurrección/Ignition on PS3.

License

Notifications You must be signed in to change notification settings

SockNastre/BleachPS3-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project is not planned on being continued or supported, you may look for an alternative or continue to use the code/software here. Thank you.

Requires Python 3

Information

All batch scripts here run through Python scripts in "pyscripts" folder. The batch script is useful for multiple file dragging and dropping, otherwise the Python scripts can just be used.

If you want to get into contact with anyone involved with these scripts, the best place to get in contact is the Resurrección Toolkit Discord.

resfat_parse.bat / parse_resfat.py

Drag and drop resFat .bin file onto the script file, it will output (as a text file) the SPK associated with the resFat and also what sections exist within those SPK.

TO DO: Print more general information about the resFat at the beginning of the text file.

spk_unpack.bat / unpack_spk.py

Drag and drop .spk archives onto the script file, it will unpack the inside contents of the archive. Although many of the times these outputted formats are proprietary and require another tool.

srtxt_parse.bat / parse_srtxt.py

Drag and drop .srtxt text files onto the script file, it will output (as a text file) the text and special symbols within the srTxt file.

texcol_unpack.bat / unpack_texcol.py (WORK-IN-PROGRESS)

Drag and drop .texcol texture collection files onto the script file, it will unpack all the texture files in the collection as DDS textures.