Required Software - EverestAPI/Resources GitHub Wiki
These are the required and recommended software for creating mods for Celeste.
Click to expand Table of Contents
- A copy of Celeste π from Steam, itch.io, or Epic Games.
- Everest π for loading and playing custom maps and other mods.
- Any text editor
- Any program that can create
.zip
archive files (7zip π is a free and reliable option).
- LΓΆnn π for creating maps.
- (Optional) FMOD Studio Version 1 π for adding custom music.
- (Optional) Any art program suitable for pixel art (LibreSprite π is a good free option).
- The Vanilla Graphics Dump π to use as a reference for textures and their locations.
- Any art program suitable for pixel art (LibreSprite π is a good free option).
- (Optional) FMOD Studio Version 1 π for replacing music and sound effects.
- (Optional) Any art program suitable for high-resolution art (GIMP π or Krita π are free options) for drawing UI elements.
- Visual Studio 2015 or newer or another IDE with C# language support, or the cross-platform dotnet cli π.
- You need to have the .NET Framework >=4.5.2 targeting pack installed. If you are using Visual Studio 2022 (latest), either install the .NET Framework 4.5.2 Targeting Pack π manually or install the .NET Framework 4.6 targeting pack and make your library target that instead (if you are using a template, this may require manually editing the
TargetFramework
in your .csproj file).