4 comments
Avatar Placeholder
BoomerBoxer
If anyone has trouble saving, I've figured out how to fix it.

  1. Go to the directory to where the game is installed.
  2. Go to Data > Scripts > UniverseState.lua
  3. Open the file with Notepad or Notepad++
  4. Search for the following string:
    Storage.saveData('Saves/' .. self.saveName .. '.sav', saveData
    and then replace it with
    Storage.saveData('Saves/' .. self.saveName .. '.sav', saveData, true
  5. The game should now start saving your progress automatically.
    Note: This cannot restore previous games. Those games are lost forever, and you unfortunately have to restart from the beginning.
Avatar
Criveratech
its not saving :(
Hide Replies 1
Avatar Placeholder
BoomerBoxer
i've figured how to fix it

  1. Go to the directory to where the game is installed.
  2. Go to Data > Scripts > UniverseState.lua
  3. Open the file with Notepad or Notepad++
  4. Search for the following string:
    Storage.saveData('Saves/' .. self.saveName .. '.sav', saveData
    and then replace it with
    Storage.saveData('Saves/' .. self.saveName .. '.sav', saveData, true
  5. The game should now start saving your progress automatically.
    Note: This cannot restore previous games. Those games are lost forever, and you unfortunately have to restart from the beginning.
Avatar
mario blok
the game does not work