Skip to content

echoslabs/FujiFork

 
 

Repository files navigation

Fuji: A Celeste 64 Mod Loader

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.

Installation

  • For Windows users:
  • For Linux/MacOS users you may follow this guide

License

  • 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.

Contributing

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.

Building

See SETUP.md for build instructions.

About

Celeste 64 Mod Loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • GLSL 0.5%