Skip to content

Tools for the Red Dead Revolver PS2 prototype (Jan 15, 2002).

License

Notifications You must be signed in to change notification settings

Murugo/RDR-Proto-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Red Dead Revolver (Prototype) Tools

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.

Extractor

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:

  1. Install the latest version of Python 3.x.x.

  2. Extract SWAT.ZIP from the game .ISO using a tool such as 7-Zip.

  3. Drag-and-drop SWAT.ZIP onto extract-swat.py, or run from the command line:

    python extract-swat.py C:\path\to\game.iso

TEX to PNG

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:

  1. Install the latest version of PyPNG.

  2. 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]

About

Tools for the Red Dead Revolver PS2 prototype (Jan 15, 2002).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages