mirror of
https://github.com/Brawl345/stargazer.git
synced 2024-11-16 21:29:21 +01:00
15 lines
418 B
Markdown
15 lines
418 B
Markdown
|
# Stargazer
|
||
|
|
||
|
Tool to extract STAR files from the PSX used by its package manager "PackmanJr".
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```bash
|
||
|
./stargazer stargazer <file> [output dir (optional)]
|
||
|
```
|
||
|
|
||
|
If not 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`).
|
||
|
|
||
|
## Credits
|
||
|
Thanks to @martravi for helping with reverse-engineering!
|