Preview
Open Original
This repo does not include all assets necessary for compiling the game. An original copy of the game is required to extract the assets.
sm64
โโโ actors: object behaviors, geo layout, and display lists
โโโ assets: animation and demo data
โ โโโ anims: animation data
โ โโโ demos: demo data
โโโ bin: C files for ordering display lists and textures
โโโ build: output directory
โโโ data: behavior scripts, misc. data
โโโ doxygen: documentation infrastructure
โโโ enhancements: example source modifications
โโโ include: header files
โโโ levels: level scripts, geo layout, and display lists
โโโ lib: N64 SDK code
โโโ sound: sequences, sound samples, and sound banks
โโโ src: C source code for game
โ โโโ audio: audio code
โ โโโ buffers: stacks, heaps, and task buffers
โ โโโ engine: script...
This repo does not include all assets necessary for compiling the game. An original copy of the game is required to extract the assets.
sm64
โโโ actors: object behaviors, geo layout, and display lists
โโโ assets: animation and demo data
โ โโโ anims: animation data
โ โโโ demos: demo data
โโโ bin: C files for ordering display lists and textures
โโโ build: output directory
โโโ data: behavior scripts, misc. data
โโโ doxygen: documentation infrastructure
โโโ enhancements: example source modifications
โโโ include: header files
โโโ levels: level scripts, geo layout, and display lists
โโโ lib: N64 SDK code
โโโ sound: sequences, sound samples, and sound banks
โโโ src: C source code for game
โ โโโ audio: audio code
โ โโโ buffers: stacks, heaps, and task buffers
โ โโโ engine: script processing engines and utils
โ โโโ game: behaviors and rest of game source
โ โโโ goddard: rewritten Mario intro screen
โ โโโ goddard_og: backup of original Mario intro screen
โ โโโ menu: title screen and file, act, and debug level selection menus
โ โโโ port: port code, audio and video renderer
โโโ text: dialog, level names, act names
โโโ textures: skybox and generic texture data
โโโ tools: build tools
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.