Conversation
Extracts the scenarios from a StarCraft 64 cartridge dump and repackages them as .scm/.scx files PC StarCraft can load. Python, standard library only. Ships no game data -- the user supplies their own ROM. Builds on heinermann's BOLTextract for the Mass Media BOLT container.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds one entry under Tools → File Extractors / Inserters.
sc64-maps extracts the scenarios from a StarCraft 64 cartridge dump and repackages them as
.scm/.scxfiles that PC StarCraft loads and plays. The N64 port stores its maps in the same CHK format the PC game uses, inside a Mass Media BOLT archive, so the work is unpacking and rewrapping rather than conversion..z64/.v64/.n64)Happy to reword or move it if another section fits better.