-Savefiles are not compatible between versions -Savefiles break when moved to a different device/computer -Savefiles break when you update Windows
All of these are mostly due to how GameMaker handles the ds_map_secure_save function. I could replace all those calls with json_encode and json_decode.
Forward compatibility may need further testing.