[Scummvm-cvs-logs] CVS: scummvm readme.txt,1.70,1.71
Jeremy Newman
laxdragon at users.sourceforge.net
Tue Jul 16 11:35:02 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm costume.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.93,1.94 actor.h,1.11,1.12 script.cpp,1.64,1.65 script_v1.cpp,1.124,1.125 script_v2.cpp,1.74,1.75 scummvm.cpp,1.180,1.181 scumm.h,1.184,1.185 object.cpp,1.78,1.79
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv26847
Modified Files:
readme.txt
Log Message:
update about the savepath config file option
Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- readme.txt 10 Jul 2002 18:31:21 -0000 1.70
+++ readme.txt 16 Jul 2002 18:34:56 -0000 1.71
@@ -313,12 +313,15 @@
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 @@
[scummvm]
gfx_mode=supereagle
fullscreen=true
+ savepath=C:\saves\
[tentacle]
path=C:\tentacle\
- Previous message: [Scummvm-cvs-logs] CVS: scummvm costume.h,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.93,1.94 actor.h,1.11,1.12 script.cpp,1.64,1.65 script_v1.cpp,1.124,1.125 script_v2.cpp,1.74,1.75 scummvm.cpp,1.180,1.181 scumm.h,1.184,1.185 object.cpp,1.78,1.79
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list