Mars Horizon

Mars Horizon

View Stats:
is there a way how to edit the save file?
The save file are in the .dat format. So a plain data. But it seems it is somehow structured, but i do not know the formattion. does anybody posess the skill of cracking that riddle?

If you let Notepad++ to read that universe.dat save file, then you can clearly see these symbols everywhere
  • (ASCII Code 1): Start of Header (SOH) – often used to mark the beginning of a section of data.
  • (ASCII Code 4): End of Transmission (EOT) – sometimes used to mark the end of a section of data.
  • (ASCII Code 3): End of Text (ETX) – can indicate the end of a text segment.
  • (ASCII Code 7): Bell/Alert (BEL) – usually a control character that might signify a delimiter or separator in the data.
  • (ASCII Code 6): Acknowledgment (ACK) – often used in communication protocols to signify acknowledgment of data.
Which seems at least for me that this file represents some kind of Table or kind of a database structure.

But i do not know how to read it or edit it.
Is here anybody who can or should i just ask somewhere else?
< >
Showing 1-1 of 1 comments
what do you want to edit?
< >
Showing 1-1 of 1 comments
Per page: 1530 50