This is a mod for Celeste which adds Ruined Castle, a (currently) single-screen Proof-of-Concept map featuring randomly generated obstacles.
Check the mod out on Gamebanana for easy install to try it out.
- Install Everest
- Install dotnet 7.0
- Clone repo into the
Mods
folder of your Celeste install - Run
dotnet build
in the root of the repo - Adjust
everest.yaml
to point to the build RuinedCastle.dll instead of the root dir- On Windows with dotnet 7.0 this should be
bin\Debug\net7.0\RuinedCastle.dll
- On Windows with dotnet 7.0 this should be
- Ensure
everest.yaml
:- Just has the DLL set as
RuinedCastle.dll
(not pointing to local built version) - Has the version bumped if required
- Just has the DLL set as
- Run
package.bat
- Upload to Gamebanana