Skip to content

Modding API for Dinosaur Planet: Recompiled.

Notifications You must be signed in to change notification settings

DinosaurPlanetRecomp/dino-recomp-mod-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dinosaur Planet: Recompiled - Mod API

This repository contains headers for creating mods for Dinosaur Planet: Recompiled, including:

  • Macros for annotating function patches, hooks, and more.
  • Imports for all functions made available to mods from recomp itself.

Writing Mods

Please see the Recomp Modding document for a general explanation of the N64 recomp modding framework.

Tip

You will also need the Decomp Bridge to create your mod. Please see the official mod template for an example setup.

Versioning

Mod API releases are associated with a specific version of the recomp. For example, to target version 0.1.2 of the recomp you would use version 0.1.2 of this repository. The minimum_recomp_version property of your mod's TOML manifest should equal the version of this repository that you compile against.

Please do not use commits ahead of the latest tagged version for published mods as it does not guarantee your mod will work correctly on any stable recomp release.

About

Modding API for Dinosaur Planet: Recompiled.

Resources

Stars

Watchers

Forks

Languages