Main
Links
Games
Main
Download
Documentation
Development
Bug list

Savegames

FreeSCI attempts to store savegames portably; for this reason, most of the game data is saved as plain text, while the graphics are written to png[1] files.

Savegame directory policy

The general FreeSCI directory policy is simple: If there is a $HOME, use ~/.freesci/[game name]/ as your playground, if there is no home, use the current working directory. Savegames are true to that policy. Each save game has a directory associated with itself, and this directory is relative to the directory mentioned above. For example, if you execute "save_game frobnitz" in SQ3 on your *BSD box while your $HOME is set to /home/rogerw, the save game files would be written to /home/rogerw/.freesci/SQ3/frobnitz/.

Files

Obsolete files

The following files were generated by earlier versions of FreeSCI, but are no longer used:

Caveats

FreeSCI's file saving and restoration functionality isn't perfect. Please be aware of the following flaws and limitations before you dig out your flame thrower:

Notes

[1]

Portable Network Graphics. A very portable graphics format with lossless compression, a free reference implementation, and dozens of useful features.