• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Recent content by simon

  1. S

    Cave Story+ Linux/Windows - incompatible saves?

    Thank you. I edited my previous post since some of the numbers might have been wrong.
  2. S

    Cave Story+ Linux/Windows - incompatible saves?

    Unfortunately the save game handling in Cave Story is a bit messed up. Instead of proper serialization, it just uses something like len = sizeof(SaveData); fread(&gSaveData, 1, len, file); SaveData is a C struct consisting of lots of arrays and other structs. Everyone familiar with C...
Back
Top