diff options
author | Travis Howell | 2005-03-12 00:47:17 +0000 |
---|---|---|
committer | Travis Howell | 2005-03-12 00:47:17 +0000 |
commit | c39a92933d4d66f7436bbaf3b152f906d24ccfd7 (patch) | |
tree | d1b9663a1eef912f2da4471458f894060404865a /doc | |
parent | a52de03324bf07891be4ff4e161668ed59a78d6e (diff) | |
download | scummvm-rg350-c39a92933d4d66f7436bbaf3b152f906d24ccfd7.tar.gz scummvm-rg350-c39a92933d4d66f7436bbaf3b152f906d24ccfd7.tar.bz2 scummvm-rg350-c39a92933d4d66f7436bbaf3b152f906d24ccfd7.zip |
Add key to toggle speech/subtitles
svn-id: r17082
Diffstat (limited to 'doc')
-rw-r--r-- | doc/05_04.tex | 2 | ||||
-rw-r--r-- | doc/08.tex | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/05_04.tex b/doc/05_04.tex index b074d23b77..e238ba53be 100644 --- a/doc/05_04.tex +++ b/doc/05_04.tex @@ -31,6 +31,8 @@ Simon games. Ctrl 0-9 and Alt 0-9 & Load and save game state\\ Ctrl-g & Runs in really REALLY fast mode\\ Ctrl-d & Starts the debugger\\ + Ctrl-t & Switch been 'Voice only', 'Text and Voice'\\ + & and 'Text Display only'\\ Tilde \verb#~# & Show/hide the debugging console\\ Ctrl-s & Shows memory consumption\\ $[$ and $]$ & Music volume, down/up\\ diff --git a/doc/08.tex b/doc/08.tex index 7c508ca600..a6a17a6b7c 100644 --- a/doc/08.tex +++ b/doc/08.tex @@ -77,6 +77,7 @@ The following keywords are recognized: \\ language &string Specify language (en, de, fr, it, pt, es, jp,\\ & zh, kr, se, gb, hb, cz, ru)\\ + speech\_mute &bool &If true, speech is muted\\ subtitles &bool Set to true to enable subtitles.\\ talkspeed &number Text speed\\ \\ @@ -122,14 +123,12 @@ Broken Sword II adds the following non-standard keywords:\\ object\_labels &bool &If true, object labels are enabled\\ reverse\_stereo &bool &If true, stereo channels are reversed\\ sfx\_mute &bool &If true, sound effects are muted\\ - speech\_mute &bool &If true, speech is muted\\ \end{tabular} Flight of the Amazon Queen adds the following non-standard keywords:\\ \begin{tabular}[h]{lll} music\_mute &bool &If true, music is muted\\ sfx\_mute &bool &If true, sound effects are muted\\ - speech\_mute &bool &If true, speech is muted\\ \end{tabular} Simon the Sorcerer 1 \& 2 add the following non-standard keywords:\\ @@ -138,6 +137,4 @@ Simon the Sorcerer 1 \& 2 add the following non-standard keywords:\\ music\_mute &bool &If true, music is muted\\ slow\_down &number &Makes games slower (1- 10)\\ sfx\_mute &bool &If true, sound effects are muted\\ - speech\_mute &bool &If true, speech is muted\\ - & &[Simon the Sorcerer 2 only]\\ \end{tabular} |