A set of tools for the Red Dead Revolver Jan 15, 2002 prototype (PlayStation 2).
Please feel free to also contribute to the TCRF page.
extract-swat.py can be used to extract all game files from SWAT.ZIP. This archive stores all files in a large central directory on disk. For convenience, this script creates subdirectories to group similar file types.
How to use:
-
Install the latest version of Python 3.x.x.
-
Extract
SWAT.ZIPfrom the game .ISO using a tool such as 7-Zip. -
Drag-and-drop
SWAT.ZIPontoextract-swat.py, or run from the command line:python extract-swat.py C:\path\to\game.iso
tex2png.py converts extracted .TEX image files to .PNG format. The script should accept most image files from SWAT.ZIP, but some types may be unsupported. Mipmaps are currently ignored.
In addition to the step above, you will need to:
-
Install the latest version of PyPNG.
-
Drag-and-drop the .TEX file onto
tex2png.py, or run from the command line:python tex2png.py C:\path\to\image.tex [C:\path\to\output.png]