lexys-labyrinth
lexys-labyrinth copied to clipboard
Niceness: trying to switch characters when that would not be legal (e.g. while in between tiles) should buffer the switch until it would next be legal
I always found this very finicky in CC2
I take it this doesn't work in CC2, then? (I agree with you, but of course the current input handling was designed around getting replays running.)
I take it this doesn't work in CC2, then? (I agree with you, but of course the current input handling was designed around getting replays running.)
Oh, yep, would break replay compat :/ Would there be a way to tag replays as coming from Lexy? That way you could make replays ignore "illegal" character switches unless it's a Lexy replay
I mean I could just add another compat flag for it, and then if you want to record a CC2 replay you get CC2 input handling.
Ah, forgot it would be just like any other ruleset difference. That should work.