mirror of
https://github.com/DramaticShape/DramaticShapeVoxelMod.git
synced 2026-08-12 09:00:51 +02:00
Put the ROM here
pipeline/build.py looks for a Pokemon Stadium (US 1.0) ROM in this folder:
model_extract/baseroms/baserom.z64
.z64, .n64 and .v64 byte orders are all accepted — the pipeline detects the
magic and normalises on load. Any ROM file dropped in this folder is picked up.
Expected md5 of the US 1.0 ROM: ed1378bc12115f71209a77844965ba50. A different
ROM still runs, but the build prints a warning since the offsets are keyed to
this revision.
Search order (first hit wins):
model_extract/baseroms/baserom.z64model_extract/baseroms/us/baserom.z64baseroms/us/baserom.z64at the repo root — the locationmake inituses- any
*.z64/*.n64/*.v64in this folder
Or point at one explicitly:
model_extract/pipeline/build.py --rom=/path/to/baserom.z64
The ROM is not included and is not tracked by git.