Open fraktalsyndrom opened 12 years ago
I propose adding a function that dumps the state of the game to a text file according to a format defined by us (as opposed to relying on java serialization automagics). This way only changes that remove functionality would make older replays incompatible.
I like it. This solution requires some careful design work, but will hopefully yield much more change-resistant replays.
.srp files immediately become incompatible with the client when changes are made. Can anything be done to remedy this?