rhelmot / CelesteRandomizer

Celeste mod to produce randomized maps from existing level data
MIT License
35 stars 14 forks source link

Celeste Randomizer

This is an Everest mod for Celeste that automatically generates randomly constructed maps by treating each room as a building block that can fit against certain other rooms in designated ways.

settings menu gameplay screenshot debug mode map

Installation

Download from the gamebanana page and copy the zip file into your Celeste installation's Mods folder.

Player Advice

Difficulty modes

The difficulty modes are intended as follows:

If you need a difficulty easier than Easy, you should disable the maps that you don't feel comfortable with.

Of course, all of this is entirely subjective and was categorized by me, so if you have any questions or suggestions on what should be easier or harder, let me know :)

Map construction algorithms

Randomizing custom maps

You can add custom maps to the randomizer! All it takes is a lot of clerical work. For each room, you need to describe the exact ways the player is capable of moving from exit to exit in this format, and then bundle the configuration file with your map (or with another mod, we're not picky).