Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.01 KB

Donkey Kong 64 Practice ROM

Practice ROM for Donkey Kong 64 that assists with practising the game for speedrunning.

Building Pre-requisites

  1. Python (version 3 or higher) or a text editor that can run a python terminal
  2. n64chain

Build Setup

  1. Create a folder called /rom in the root of the repo
  2. Place a vanilla DK64 ROM in the /rom directory. You must source this yourself (this file must not be marked as read only)
  3. Through a command window, run ./build.bat {file_name} in the root directory (eg. ./build.bat dk64.z64)
  4. In the /rom directory, the developer version of the practice rom dk64-practice-rom-dev.z64.

Development Tools

Below is a list of tools that you may find useful