Extracts STAR files from the PSX used by its package manager
Go to file
Andreas Bielawski 5fae89a394
Initial commit
2022-06-22 21:22:45 +02:00
.github/workflows Initial commit 2022-06-22 21:22:45 +02:00
.gitignore Initial commit 2022-06-22 21:22:45 +02:00
LICENSE Initial commit 2022-06-22 21:22:45 +02:00
README.md Initial commit 2022-06-22 21:22:45 +02:00
go.mod Initial commit 2022-06-22 21:22:45 +02:00
main.go Initial commit 2022-06-22 21:22:45 +02:00

README.md

Stargazer

Tool to extract STAR files from the PSX used by its package manager "PackmanJr".

Usage

./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!