Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buu342/n64-platform64

A 2.5D side-scroller adventure game for the Nintendo 64.
https://github.com/buu342/n64-platform64

game homebrew nintendo-64

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

---
[![Build Status](https://dev.azure.com/buu342/Platform64/_apis/build/status/buu342.N64-Platform64?branchName=master)](https://dev.azure.com/buu342/Platform64/_build/latest?definitionId=1&branchName=master)

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](Tools/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](Tools/Builder#builder) folder for compilation instructions.

MemMapper

Please consult the [MemMapper](https://github.com/buu342/CPP-MemMapper) repository for compilation instructions.

NRDC

Please consult the [NRDC](https://github.com/buu342/N64-NRDC) repository for compilation instructions.

UNFLoader

Please consult the [UNFLoader](https://github.com/buu342/N64-UNFLoader) repository for compilation instructions.