stargazer/README.md

15 lines
405 B
Markdown
Raw Permalink Normal View History

2022-06-22 21:22:45 +02:00
# Stargazer
Tool to extract STAR files from the PSX used by its package manager "PackmanJr".
## Usage
```bash
2022-06-22 21:26:54 +02:00
stargazer <file> [output dir (optional)]
2022-06-22 21:22:45 +02:00
```
2022-06-22 21:26:54 +02:00
If no output directory is given, the file is extracted to the file name minus the extension plus "`_extracted`" (e.g. `xPackmanJr_0.105.star` -> `xPackmanJr_0.105_extracted`).
2022-06-22 21:22:45 +02:00
## Credits
Thanks to @martravi for helping with reverse-engineering!