https://github.com/OverSurge/PS1-Argonaut-Reverse
Harry Potter, Croc 2 PS1 (and more..) reverse engineering (documentation and scripts)
https://github.com/OverSurge/PS1-Argonaut-Reverse
croc game games harry-potter playstation ps1 reverse-engineering
Last synced: 2 months ago
JSON representation
Harry Potter, Croc 2 PS1 (and more..) reverse engineering (documentation and scripts)
- Host: GitHub
- URL: https://github.com/OverSurge/PS1-Argonaut-Reverse
- Owner: OverSurge
- License: mit
- Created: 2020-04-12T11:34:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T23:18:25.000Z (over 3 years ago)
- Last Synced: 2023-03-09T05:22:09.931Z (about 3 years ago)
- Topics: croc, game, games, harry-potter, playstation, ps1, reverse-engineering
- Language: Python
- Homepage:
- Size: 652 KB
- Stars: 72
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-file-format-reversing - PS1-BRender-Reverse - Reverse engineering tools for PlayStation 1 BRender engine games like Harry Potter and Croc 2. (Game & Studio Tools / Argonaut Games)
README
# PS1 Argonaut Games Reverse Engineering
Unofficial documentation of PS1 Argonaut games' file formats & game assets extraction scripts
[](https://discord.gg/feMkSQeFms)
## Documentation
If you want to learn more about PS1 Argonaut games' file formats, check [this piece of documentation](Documentation/General%20information.md) (WIP).
## Game assets extraction
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.
### Supported games
- Aladdin in Nasira's Revenge ❌
- Alien Resurrection ❌
- Croc 1 ❌
- Croc 2 PS1 ✅
- Croc 2 Demo PS1 (including DUMMY WADs) ✅
- Harry Potter 1 PS1 ✅
- Harry Potter 2 PS1 ✅
- The Emperor's New Groove ❌
### Extraction scripts
All supported game assets should already be uploaded here:
[](https://github.com/OverSurge/PS1-Argonaut-Assets)
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:
1. [](https://www.python.org/downloads/)
2. (Optional) Create a virtual environment (`venv`) and activate it.
3. Install the required Python packages: `pip install -r requirements.txt`.
4. Run one of the 2 scripts :
- `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.
---
#### Huge thanks to my friends Dobbyatemysock and supluk for supporting me and sharing their ideas
#### Thanks to MasterLeoBlue for advising me to use my scripts on Croc 2: it was a good idea