Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Updating a game?

  • #1, de ygmantell h 8 years ago Zitieren
    So I just had a quick question:
    I recently got my game Seek Not a Lighthouse on Steam (!) and got a bug report from a player.
    I fixed the bug, but now if I upload the update to Steam, will users have to start over from the beginning?  Will their saves be corrupted? 

    Thanks!
  • #2, de sebastian h 8 years ago Zitieren
    depends on the bug and how you fixed it. do you added new conditions, values or "objects" to the data structure?
    These were not present in old savea and could cause problems. 
  • #3, de ygmantell h 8 years ago Zitieren
    Got it, thanks!  I just added in an interaction that was supposed to change the scene but didn't.  Just added a few action parts.  Based on what you've said, it doesn't seem like it would be a problem.

    Thanks!
  • #4, de afrlme h 8 years ago Zitieren
    It's mostly things like new conditions, values & if queries related to them that can cause an issue as they don't exist in the savegame xml data. The savegames contain a lot of stuff in them & the engine seems to have a brainfart when it comes to something that didn't exist before. It's strange though as you would just expect it to use the default value if it can't find it in the data.
  • #5, de trepn h 8 years ago Zitieren
    Just curious, would it be possible to add new conditions? Do something like applying  save file evolutions/migrations?
  • #6, de afrlme h 8 years ago Zitieren
    New conditions & values are one of the issues with existing save data. Create a bunch or surplus conditions & values somewhere that you can use later on if needed. Should prevent any issue with existing save files as the conditions already exist in the save data - by ID as far as I'm aware.