PS1 Argonaut Reverse
1.0.0
Unofficial documentation of PS1 Argonaut games' file formats & game assets extraction scripts
If you want to learn more about PS1 Argonaut games' file formats, check this piece of documentation (WIP).
PS1 Argonaut games mostly use custom file formats for animations, 3D models, textures, maps and audio.
This toolkit can extract some of these file formats, in some games only.
All supported game assets should already be uploaded here:
If you cannot find the assets you're looking for, they are probably not yet extractable by this toolkit.
If you still want to use the extraction scripts, please follow these steps:
venv
) and activate it.pip install -r requirements.txt
.python extract_files_from_dat.py
: Extracts files (.WAD for example) from raw game files (.DIR/.DAT).python export_assets.py
: Extracts assets (textures, music, levels, etc.) from raw game files or .WAD files.Add --help
at the end of the command if needed.