Everest - Celeste Mod Loader / Mod API https://everestapi.github.io/
Find a file
2025-08-27 17:09:45 +02:00
.azure-pipelines Include Branch [dev|stable|beta] or pr# at end of version string 2025-06-11 06:44:37 -07:00
.github Bump checkout back to v5 2025-08-24 00:22:21 +02:00
Celeste.Mod.mm Restore "Merge pull request #925 from maddie480/fancy-unicode-characters" 2025-08-23 20:14:58 +02:00
DiscordGameSDK Merge pull request #885 from SnipUndercover/anonymize-paths 2025-06-06 20:56:19 +02:00
EverestSplash Merge pull request #885 from SnipUndercover/anonymize-paths 2025-06-06 20:56:19 +02:00
external Update MonoMod 2025-02-05 23:13:13 +01:00
github This is getting messy 2018-02-05 18:10:32 +01:00
lib-ext@591f7c12fc Update Steamworks.NET and steam_api 2025-08-15 00:50:28 +02:00
lib-stripped Update Steamworks.NET and steam_api 2025-08-15 00:50:28 +02:00
MiniInstaller Merge pull request #956 from roblabla/update-steamworks 2025-08-24 12:23:13 +02:00
NETCoreifier Merge pull request #885 from SnipUndercover/anonymize-paths 2025-06-06 20:56:19 +02:00
.editorconfig Get Everest to build with Celeste 1.3.3.14 2021-01-22 23:29:19 +01:00
.gitattributes init 2018-01-31 14:11:23 +01:00
.gitignore add JetBrains config folder to .gitignore 2022-03-12 21:37:15 +01:00
.gitmodules Revive headless mode (again) 2025-04-20 11:33:11 +02:00
CONTRIBUTING.md Reduce last call window to 3 days 2025-05-22 23:46:30 +02:00
Everest.sln Move the everest boot splash to a different process (and project) 2024-01-11 00:14:02 +01:00
global.json Update to .NET 8 (new) (#828) 2025-04-19 22:38:56 +02:00
LICENSE Move sample mods out of this repo 2018-02-28 21:56:17 +01:00
README.md Update to .NET 8 (new) (#828) 2025-04-19 22:38:56 +02:00

Everest - Celeste Mod Loader / Base API

License: MIT


Build Status

Check the website for installation / usage instructions.

Using MonoMod, an open-source C# modding utility.

We're in the game modding category on the "Mt. Celeste Climbing Association" Discord server:

Discord invite

Mod Development:

For information about mod development, check out the Everest Wiki or ask questions in the #modding_help channel on discord.

Compiling Everest yourself

  • If you just want to install Everest, go to the Everest website.
  • If you've previously installed Everest and updated Celeste or switched betas / branches, delete the orig directory where Celeste is installed.
    • macOS: Right-click and browse the Celeste app in Finder, then navigate to Contents, then MacOS.
  • Clone the Everest repo + submodules, either in your IDE or via the CLI.
  • Restore Nuget packages either via your IDE or the command line.
  • Everest requires version 9.0.0 or higher of .NET SDK, as well as the .NET 8.0 runtime, for the build process.

Windows

  • Open the .sln in the repo with Visual Studio
  • Publish all projects
    • NOTE: It is very important that you publish the project instead of simply building it, as otherwise required dependency DLLs won't be copied!
  • Copy everything in MiniInstaller\bin\Release\net8.0\publish and Celeste.Mod.mm\bin\Release\net8.0\publish to your Celeste directory, replacing existing files
  • Run MiniInstaller-win64.exe on 64-bit or MiniInstaller-win.exe on 32-bit

macOS / Linux

  • Install the mono runtime
  • Publish all projects
    • With MonoDevelop: Open the .sln in the repo with MonoDevelop
    • Manually: Open the terminal in the Everest directory and run msbuild or dotnet publish
    • NOTE: It is very important that you publish the project instead of simply building it, as otherwise required dependency DLLs won't be copied!
  • Copy everything in MiniInstaller/bin/Release/net8.0/publish and Celeste.Mod.mm/bin/Release/net8.0/publish to your Celeste directory
    • macOS: Celeste.app/Contents/Resources
  • Run ./MiniInstaller-linux or ./MiniInstaller-osx

Contributing

Contributions of any kind are welcome, and a guide on how to contribute effectively to the Everest project is available here. Make sure to join the discussion in the Celeste Discord, and feel free to ask any questions you have there as well.

Other Ways To Contribute

This project is created, improved, and maintained entirely by volunteers. If you would like to show your support for this project, consider donating to one or more of its contributors.