rhelmot / CelesteRandomizer

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

When I set a different difficulty for each hole in the terminal room, I don’t know how to set the difficulty for CustomWarp: true of 2A or 5AB. #136

Closed AAA1459 closed 2 years ago

rhelmot commented 2 years ago

CustomWarps are assumed to be "free" transitions. If you need one of them to be gated by something, you should put it in a subroom, and add an internal edge between your subrooms which has requirements attached.

AAA1459 commented 2 years ago

Ah thanks i get it