rhelmot / CelesteMagicTimer

Autosplitter program for Celeste on Linux
MIT License
11 stars 7 forks source link

make_room_splits.py doesn't seem to be working #20

Open SushiInYourFace opened 3 years ago

SushiInYourFace commented 3 years ago

I have the autosplitter functional, and have verified that by running celeste_timer.py and stream.py, both of which do exactly what they are supposed to. However, when trying to make room splits, and following the instructions to go to the start of the chapter I want to make splits for and press enter, nothing happens. I've experimented with different places in the first room of the chapter, different chapters, and starting from a fresh file. None of these things seem to help at all, and I get no feedback from the script. Is this an issue with the code, or is it possibly something I'm doing wrong?

SushiInYourFace commented 3 years ago

After looking through the code, and experimenting a bit more, it seems like after pressing enter at the start, you need to play through the chapter to create the route. If this is needed, it's probably a good idea to inform the user of this somehow.