lexys-labyrinth icon indicating copy to clipboard operation
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

Open ncrecc opened this issue 4 years ago • 4 comments

I always found this very finicky in CC2

ncrecc avatar Dec 29 '20 16:12 ncrecc

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.)

eevee avatar Dec 29 '20 18:12 eevee

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

ncrecc avatar Dec 29 '20 19:12 ncrecc

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.

eevee avatar Dec 29 '20 19:12 eevee

Ah, forgot it would be just like any other ruleset difference. That should work.

ncrecc avatar Dec 29 '20 19:12 ncrecc