Fuji is a basic Mod Loader for Celeste 64: Fragments of the Mountain, a game made by the original Celeste developers in under 2 weeks for Celeste's 6th Anniversary. It is forked from the source code of that game.
Fuji is still very early in development, but is currently able to load custom levels alongside the main game, as well as loading additional assets such as custom models, custom dialog, custom textures, etc... It also implements some new functionality like custom skins, and the ability to load code mods from DLLs.
- For Windows users:
- Download the latest release here.
- Unzip the project.
- Put your mods into the Mods folder that comes with Fuji.
- Open
Celeste64-Fuji.exe
to start playing!
- For Linux/MacOS users you may follow this guide
- The Celeste IP and everything in the
Content
folder are owned by Maddy Makes Games, Inc. - The
Source
folder, with exceptions where noted, is licensed under MIT. - The
Source/Audio/FMOD
folder contains bindings and binaries from FMOD. - This mod loader is adapted from Celeste 64's Source code, but it is not made or Endorsed by the game's creators.
Make sure you fork the dev
branch. The main
branch is for stable builds and beta
for beta builds, so they can't be pushed to directly.
Do not modify the vanilla gameplay. We'd like Fuji to hopefully be a speedrun/TAS-compatible mod loader. Stuff like visual/critical bug fixes is fine.
Otherwise, feel free to submit PRs for pretty much anything. If you're looking for inspiration, look at currently open feature requests without implementation progress.
See SETUP.md for build instructions.