forked from EXOK/Celeste64
-
Notifications
You must be signed in to change notification settings - Fork 12
Code Mod Setup
Jasmine 'Jazzrabbit' Stephens edited this page Apr 6, 2024
·
1 revision
The easiest way to create a new code mod is to use our code mod template provided here:
https://github.com/FujiAPI/Code-Mod-Template
This repo contains a basic project with the setup you need to get started making code mods. This project is also set up to be built locally for local testing using dotnet build
and to be published to a zip folder ready to release using dotnet publish
.
Follow the instructions in the readme file in that repo to set it up and get started.