[Scummvm-cvs-logs] CVS: scummvm README,1.205,1.206
Travis Howell
kirben at users.sourceforge.net
Tue Dec 2 00:11:00 CET 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv10684
Modified Files:
README
Log Message:
Switch nosubtitles option to subtitles, to match others and help with Simon2 issue.
Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/README,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -d -r1.205 -r1.206
--- README 26 Nov 2003 20:43:17 -0000 1.205
+++ README 2 Dec 2003 08:09:07 -0000 1.206
@@ -328,7 +328,7 @@
-m, --music-volume=NUM Set the music volume, 0-255 (default: 192)
-o, --master-volume=NUM Set the master volume, 0-255 (default: 192)
-s, --sfx-volume=NUM Set the sfx volume, 0-255 (default: 192)
- -n, --nosubtitles Disable subtitles (use with games that have voice)
+ -n, --subtitles Enable subtitles (use with games that have voice)
-b, --boot-param=NUM Pass number to the boot script (boot param)
-d, --debuglevel=NUM Set debug verbosity level
-u, --dump-scripts Enable script dumping if a directory called 'dumps'
@@ -776,7 +776,7 @@
[tentacle]
path=C:\tentacle\
- nosubtitles=true
+ subtitles=true
master_volume=98
music_volume=40
sfx_volume=255
@@ -812,7 +812,7 @@
language string Specify language (en, de, fr, it, pt, es, jp,
zh, kr,se, gb, hb)
- nosubtitles bool Set to true to suppress subtitles.
+ subtitles bool Set to true to enable subtitles.
talkspeed number Text speed (default: 60)
fullscreen bool Fullscreen mode
More information about the Scummvm-git-logs
mailing list