• Welcome Back Guest,
    There's currently a few rebranding bugs, one being emails aren't working, we're aware of this and will work on this as we have time. If you need a password reset, please contact us on Discord links in the navbar.

PS2 Stargazer - Extract PSX STAR files

Brawl

New member
Joined
Jun 22, 2022
Messages
1
scrothzjnv.png
Stargazer is a tool developed by me which can extract "STAR" files from the PSX which are used by its package manager.

It's developed in Go and hence cross-plattform.
To use it, either drag your ".star" file onto the binary or use the command line:

Code:
stargazer <file> [output dir (optional)]

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).

I have also added experimental packing in an extra branch and created an issue to keep track of it.
 
Back
Top Bottom