An unpacker/repacker for Grasshopper Manufacture .RSL format.
It should work with most if not all Grasshopper Manufacture games using this format.
I know a lot of modders out there don't have much patience, so using this tool is quite simple.
Just drag and drop the .rsl
file(s) onto the rslExtract.exe
or Python script. As simple as that! You can also use --no-recurse
to disable recursively unpacking .RSL files.
To repack, drag the folder(s) onto the rslPack.exe
. You can also use --overwrite
to automatically overwrite original .RSL file if it exists.
Thanks to SutandoTsukai181 for making PyBinaryReader and helping me with this project.
Thanks to ketruB for testing.