mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
some corrections
svn-id: r12749
This commit is contained in:
parent
d0b9bb118e
commit
afd45ef2e1
@ -63,7 +63,7 @@ Examples:
|
||||
Running Monkey Island, fullscreen, from a hard disk:
|
||||
\begin{verbatim}
|
||||
C:\Games\LucasArts\scummvm.exe -f
|
||||
-pC:\Games\LucasArts\monkey\ monkey
|
||||
-pC:\Games\LucasArts\monkey\ monkey
|
||||
\end{verbatim}
|
||||
Running Full Throttle from CD, fullscreen and with subtitles enabled:
|
||||
\begin{verbatim}
|
||||
|
@ -29,7 +29,7 @@ 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\\
|
||||
Tilde (~) & Show/hide the debugging console\\
|
||||
Tilde \verb#~# & Show/hide the debugging console\\
|
||||
Ctrl-s & Shows memory consumption\\
|
||||
$[$ and $]$ & Music volume, down/up\\
|
||||
- and + & Text speed, slower/faster\\
|
||||
|
10
doc/08.tex
10
doc/08.tex
@ -10,10 +10,10 @@
|
||||
By default, the configuration file is saved in, and loaded from:
|
||||
%
|
||||
\begin{itemize}
|
||||
\item Windows: <windir>$\backslash$ scummvm.ini
|
||||
\item Unix: ~/.scummvmrc
|
||||
\item Mac OS X: ~/Library/Preferences/ScummVM Preferences
|
||||
\item Others: scummvm.ini in the current directory
|
||||
\item Windows: \verb#<windir>\scummvm.ini#
|
||||
\item Unix: \verb#~/.scummvmrc#
|
||||
\item Mac OS X: \verb#~/Library/Preferences/ScummVM Preferences#
|
||||
\item Others: \verb#scummvm.ini# in the current directory
|
||||
\end{itemize}
|
||||
%
|
||||
An example config file looks as follows:
|
||||
@ -131,8 +131,8 @@ Flight of the Amazon Queen adds the following non-standard keywords:\\
|
||||
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:
|
||||
|
||||
Simon the Sorcerer 1 \& 2 add the following non-standard keywords:\\
|
||||
\begin{tabular}[h]{lll}
|
||||
fade &bool &If true, fade effect is enabled\\
|
||||
music\_mute &bool &If true, music is muted\\
|
||||
|
@ -73,8 +73,8 @@ Thanks!
|
||||
Tony Warriner and everyone at Revolution Software Ltd. for sharing
|
||||
with us the source of some of their brilliant games, allowing us to
|
||||
release Beneath a Steel Sky as freeware... and generally being
|
||||
supportive above and beyond the call of duty.\\
|
||||
~\\
|
||||
supportive above and beyond the call of duty.
|
||||
|
||||
Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at
|
||||
LucasFilm/LucasArts who made SCUMM the insane mess to reimplement
|
||||
that it is today. Feel free to drop us a line and tell us what you
|
||||
|
@ -20,6 +20,7 @@
|
||||
%\setlength{\headheight}{0cm}
|
||||
|
||||
\setlength{\parindent}{0mm}
|
||||
|
||||
\setlength{\parskip}{1.5ex plus0.5ex minus0.5ex}
|
||||
|
||||
\date {2004/01/18}
|
||||
|
Loading…
x
Reference in New Issue
Block a user