diff options
author | Jeremy Newman | 2002-07-16 18:34:56 +0000 |
---|---|---|
committer | Jeremy Newman | 2002-07-16 18:34:56 +0000 |
commit | 0d943903c748fbaf7e780b9c94b31d69d523618c (patch) | |
tree | 413180ec72a5a32b6e7c62895627c01833f038b2 | |
parent | 6d3c8cbe6ec98f4ab681c865594a4a6082a05bb8 (diff) | |
download | scummvm-rg350-0d943903c748fbaf7e780b9c94b31d69d523618c.tar.gz scummvm-rg350-0d943903c748fbaf7e780b9c94b31d69d523618c.tar.bz2 scummvm-rg350-0d943903c748fbaf7e780b9c94b31d69d523618c.zip |
update about the savepath config file option
svn-id: r4577
-rw-r--r-- | readme.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt index a1476a1d23..12ce042591 100644 --- a/readme.txt +++ b/readme.txt @@ -313,12 +313,15 @@ Scumm games, not other games (such as Simon the Sorcerer) Savegames: ---------- -Savegames are by default put in the current directory. You can use the -environment variable SCUMMVM_SAVEPATH to specify where to put save games. -Don't forget the trailing directory separator. Also be aware that saved games -can, and probably WILL, break between ScummVM releases. +Savegames are by default put in the current directory. You can specify the save +in the config file by setting the savepath parameter. See the example config +file later in this readme. -Bash Example: +You can also use the environment variable SCUMMVM_SAVEPATH to specify where to +put save games. Don't forget the trailing directory separator. Also be aware +that saved games can, and probably WILL, break between ScummVM releases. + +Bash (Linux) Example: export SCUMMVM_SAVEPATH=/tmp/scummvm_savegames/ Windows example: @@ -479,6 +482,7 @@ An example config file is as follows: [scummvm] gfx_mode=supereagle fullscreen=true + savepath=C:\saves\ [tentacle] path=C:\tentacle\ |