/dinosdk

custom code in Dinosaur Planet!

Primary LanguageC++

DinoSDK

Workspace for building custom DLLs for Dinosaur Planet.
Windows-only for now, sorry nerds ¯\_(ツ)_/¯

Currently this includes a small example menu, that can be easily extended:

Instructions

  1. Clone the repo, using a git client, or download the repo using Code (green button) -> Download ZIP
  2. Make sure there are no spaces in the path to DinoSDK!
  3. Put your cracked ROM (rename it to dino.z64) in build/rom
  4. Now run build/extract_fst.bat
  5. Now you can run dll_test/make.bat, which will produce a new rom for you in build/rom called out.z64

Tip: you can edit files in build/fst_work

DinoSDK uses DinoFST to convert MIPS .ELFs to DP compatible .DLLs and extract/repackage the ROM. Please see that repository for more info to the inner workings as well as credits: https://github.com/HugoPeters/dinofst