persistence

  1. CivilizationAce

    Runtime error setting data to be persisted

    GameConfiguration.SetValue(key, fMissedChanceTotal)produces the runtime error:function expected instead of nilAnyone know why and how I should proceed please?
  2. greyTiger

    Persisting custom data with saves

    Has anyone been able to persist custom data when a game is saved, and then have that same information loaded when the game is reloaded? I was trying this using the SetValue and GetValue of the GameConfiguration object but it appears that the data is cleared when the game is reloaded. I use a...
Back
Top Bottom