Home - coloursofnoise/Resources GitHub Wiki
Everest:link: Wiki!
Welcome to theCome say hi on the Celeste Discord:link:, and tell us what you're working on!
Make sure to check out the sidebar on the right for a list of community-written guides, tutorials, and reference pages.
Frequently Asked Questions
If you run into issues while playing with Everest, make sure to read the Common Crashes page to see if a fix has been provided.
If you're having trouble installing Everest, check the Install Issues page instead.
The Essentials:
- Frequently Asked Questions.
- How to use mods on PC:link:.
- How to make a map (additional guide).
- How to make a texture pack/skin mod.
- How to modify the game's code.
- How to package your mod for release.
- How to add custom audio.
- What does Debug Mode do?
Other Useful Links
Contributing
We are always looking for people to help contribute to this wiki!
Feel free to add Tutorials, reference guides, or anything else you might think is needed. After adding a page, please add it to the Sidebar under the relevant category, or add a new category if necessary.
Where possible, we are trying to update old pages and create new pages following the system described here:link:.
If you want to modify this wiki using git, follow the instructions here:link:, bundle:link: your changes and ping an Everest Team member to get them added.
If you plan on moving or renaming files, please use git filter-repo --path-rename
:link: to change their paths in history. GitHub wikis cannot handle renamed files. For prominent pages that may be linked to often, keep the original page with a link to the renamed one.
Note that all relative links to other wiki pages should be treated as if all files are in the same folder.
If you are working on a page, add it to the In Progress section of this article.
For any questions, join the celeste Discord:link: and ask under #modding_help
In Progress
- Ouis
- Celeste Reference
- Monocle Reference
Undocumented Features
This is a compilation of as-yet undocumented Everest features.
It's purpose is to serve as a place to check if a feature exists, and as a to-do list for future documentation.
Links to relevant source-code, commits, or PRs should be included.
MapData Processor
https://github.com/EverestAPI/Everest/blob/dev/Celeste.Mod.mm/Mod/Module/EverestMapDataProcessor.cs
EverestModuleSettings SubMenus
https://github.com/EverestAPI/Everest/pull/325
(should be added to the Mod Settings page)