Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 551 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 551 Bytes

Hardcore Mode

A mod for Celeste that adds a permadeath mode. Yes I know the code is a mess, no I don't care :D

This repo is just for the code - see the GameBanana page for more info and releases.

Note for building

Unlike most Celeste mods, the csproj file references the XNA version of the game rather than the FNA version, so you may need to change the references locally if you're using the FNA version. Removing all the Microsoft.Xna.Framework DLLs and referencing FNA.dll instead should suffice.