N64-Platform64 icon indicating copy to clipboard operation
N64-Platform64 copied to clipboard

A 2.5D side-scroller adventure game for the Nintendo 64.


Build Status

A free and open source 2.5D side-scrolling adventure game for the Nintendo 64.

Compilation

Below are instructions for compiling different parts of Platform64.

Engine

N64
  1. Ensure you have libultra installed.
  2. If you haven't already, you must first compile the Builder tool, and preferably place it in the project's source directory. Launch the tool once and ensure it is configured to match your libultra install.
  3. Execute Builder.exe and go to Settings->Import project settings. Load platform.nbp.
  4. Press the compile button to generate the ROM.

Tools

Builder

Please consult the Tools/Builder folder for compilation instructions.

MemMapper

Please consult the MemMapper repository for compilation instructions.

NRDC

Please consult the NRDC repository for compilation instructions.

UNFLoader

Please consult the UNFLoader repository for compilation instructions.