supermario/readme.md

26 lines
1003 B
Markdown
Raw Normal View History

2019-04-02 16:12:47 +00:00
# Introduction
The SuperMario sources (passed around as "System 7.1") are interesting
reading, but they cannot be built as-is. This project aims to produce
several modifications to SuperMarioProj ("patchsets") that can be
applied to the code and compiled into something useful.
You will need the SuperMarioProj sources to get started. These are not
hosted here, but a script is provided to import them from an HFS disk
image: `bin/getsrc System7.1.dmg`.
# Patching
Two Python scripts are provided to help use and modify the patchsets:
`bin/deepen` and `bin/flatten`. The first converts a folder of `.patch`
files to a branch in a git repository, and the second does the opposite.
Detailed help is available by running each with the `-h` switch.
2019-04-04 15:01:03 +00:00
By default, worktrees will be placed in `worktree/` (Git-ignored). I
suggest naming worktrees in lowercase to help avoid confusion with
patchset names, which are capitalised.
2019-04-02 16:12:47 +00:00
# Building
To build the sources, check out BuildCubeE (soon to be renamed).