
SDE, BWAPI owner, hacker.
I'm working on a tool that can extract content from a Starcraft 64 rom.
Right now it will extract only the uncompressed files. I'll work on compressed files when I feel like it.
[attach=4462]
Using the program:- Make sure you have a Starcraft64 rom (details will not be provided, asking for roms is against the rules).
- Convert it to the z64 container format. Tool64 will do this.
- Open it with a hex editor and split the file at the beginning of the identifier "BOLT". You can do this easily with XVI-32 by doing an ASCII search for "BOLT" and then clicking Edit -> Delete to cursor.
- Save the new file in the BOLT.exe folder and open the command line.
- Navigate to the BOLT.exe folder and run "BOLT starcraft64.bin".
- Several files without real names will be spit out into the BOLT.exe folder. Most of these will be GRP files that you can open up with any GRP program.
Topic will be updated with more details as the program progresses.
Todo:- Make it read the BOLT archive without modifying the z64 rom container.
- Research on the hashes/filenames.
- Research on sound format (I couldn't identify any WAV files).
- Research on compression format (Probably another LZSS variant, used by hundreds of games).
- Research on file flags.
[attach=4462]
Attachments:
I remember an old friend doing this a long time ago, trying to get Resurrection IV out.
You find it yet?
.riney on Discord.
Riney on Steam (
Steam)
@RineyCat on Twitter
Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.
Quote from name:Dark_Marine
I remember an old friend doing this a long time ago, trying to get Resurrection IV out.
You find it yet?

One of those other SC sites already remade the map entirely.
Didn't the remake ALL the bonus maps?
None.

SDE, BWAPI owner, hacker.
Eh, there's no telling when I'll get back to working on this. 0_0
But yeah, the GRPs appear at half their size. Maps are compressed and can't be extracted just yet. There are also some unknown files, probably video or music data.
Ooh, if you get a copy of "rage", let me know.
None.
Recently was told about some UMS maps that were in sc64, but not for PC, these maps are:
any chance someone can extract them, would be appreciated.
I recently re-downloaded Notepad++ and added the Hexeditor DLL file, if i could learn this I might be able to extract maps.

SDE, BWAPI owner, hacker.
Source code is garbage btw lol.