Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/buu342/n64-platform64
- Owner: buu342
- License: wtfpl
- Created: 2022-03-04T15:23:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T23:32:35.000Z (over 1 year ago)
- Last Synced: 2023-05-21T00:19:54.180Z (over 1 year ago)
- Topics: game, homebrew, nintendo-64
- Language: C
- Homepage:
- Size: 926 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
N641) 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
BuilderPlease 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.