Add keyboard shortcuts for FF

svn-id: r22338
This commit is contained in:
Travis Howell 2006-05-04 12:53:10 +00:00
parent 881d8ce833
commit 8ff4409f49
2 changed files with 33 additions and 9 deletions

19
README
View File

@ -687,10 +687,6 @@ other games.
Escape - Skips cutscenes
Space - Skips current line of text
The Legend of Kyrandia:
Ctrl 0-9 and Alt 0-9 - Load and save game state
Ctrl-d - Starts the debugger
Simon the Sorcerer 1 & 2:
Ctrl 0-9 and Alt 0-9 - Load and save game state
Ctrl-d - Starts the debugger
@ -707,6 +703,21 @@ other games.
combined speech & subtitles
[Simon the Sorcerer 2 only]
The Feeble Files
Ctrl-d - Starts the debugger
F7 - Switch characters
F9 - Hitbox names on/off
s - Sound effects on/off
b - Background sounds on/off
p - Pauses
t - Switch between speech and subtitles
v - Switch between subtitles only and
combined speech & subtitles
The Legend of Kyrandia:
Ctrl 0-9 and Alt 0-9 - Load and save game state
Ctrl-d - Starts the debugger
Note that using ctrl-f and ctrl-g are not recommended: games can crash when
being run faster than their normal speed, as scripts will lose synchronisation.

View File

@ -70,11 +70,6 @@ other games.
Escape & Skips cutscenes\\
Space & Skips current line of text\\
\end{tabular}
\item The Legend of Kyrandia:\\
\begin{tabular}{ll}
Ctrl 0-9 and Alt 0-9 & Load and save game state\\
Ctrl-d & Starts the debugger\\
\end{tabular}
\item Simon the Sorcerer 1 \& 2:\\
\begin{tabular}{ll}
Ctrl 0-9 and Alt 0-9 & Load and save game state\\
@ -92,6 +87,24 @@ other games.
& combined speech \& subtitles\\
& (Simon the Sorcerer 2 only)\\
\end{tabular}
\item The Feeble Files:\\
\begin{tabular}{ll}
Ctrl-d & Starts the debugger\\
F7 & Switch characters\\
F9 & Hitbox names on/off\\
s & Sound effects on/off\\
b & Background sounds on/off\\
p & Pauses\\
t & Switch between speech and subtitles\\
v & Switch between subtitles only and\\
& combined speech \& subtitles\\
& (Simon the Sorcerer 2 only)\\
\end{tabular}
\item The Legend of Kyrandia:\\
\begin{tabular}{ll}
Ctrl 0-9 and Alt 0-9 & Load and save game state\\
Ctrl-d & Starts the debugger\\
\end{tabular}
\end{itemize}
Note that using ctrl-f and ctrl-g are not recommended: games can crash when
being ran faster than their normal speed, as scripts will lose synchronisation.