README
README
README
<head>
<title>README</title>
<style>
BODY {
background: #fff;
color: #444;
padding-left: 20%;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 20%;
font-family: sans-serif;
line-height: 1.6em;
}
DT {
font-weight: bold;
margin-top: .33em;
}
H2 {
color: #000;
margin-left: -2.5em;
}
H3 {
color: #000;
margin-left: -1.5em;
}
.editsection {
display: none;
}
</style>
</head>
<body>
<h2>Basic Help</h2>
<p>
To advance through the game, <tt>left-click</tt> or press the <tt>space</tt>
or <tt>enter</tt> keys. When at a menu, <tt>left-click</tt> to make
a choice, or use the arrow keys to select a choice and <tt>enter</tt>
to activate it.
</p>
<h3>Game Menu</h3>
<p>
When playing a game, <tt>right-click</tt> or press the <tt>escape</tt>
key to enter the game menu. The game menu gives the following
choices:
</p>
<dl>
<dt>Return</dt>
<dd>Returns to the game.</dd>
<dt>Save Game</dt>
<dd>Allows you to save a game by clicking on a save slot.</dd>
<dt>Load Game</dt>
<dd>Allows you to load a game by clicking on a save slot.
Clicking on "Auto" accesses the automatic save slots.</dd>
<dt>Preferences</dt>
<dd>
Changes the game preferences (options/configuration):
<dl>
<dt>Display</dt>
<dd>Switches between fullscreen and windowed mode.</dd>
<dt>Transitions</dt>
<dd>Controls the display of transitions between game
screens.</dd>
<dt>Text Speed</dt>
<dd>Controls the rate at which text displays. The further
to the right this slider is, the faster the text will display.
All the way to the right causes text to be shown instantly.</dd>
<dt>Auto-Forward Time</dt>
<dd>Controls automatic advance. The further to the left
this slider is, the shorter the amount of time before the game
advances. All the way to the right means text will never
auto-forward.</dd>
<dt>Skip</dt>
<dd>Chooses between skipping messages that have been
already seen (in any play through the game), and skipping all
messages.</dd>
<dt>After Choices</dt>
<dd>Controls if skipping stops upon reaching a menu.</dd>
<dt>Music, Sound, and Voice Volume</dt>
<dd>Controls the volume of the Music, Sound effect, and
Voice channels, respectively. The further to the right these
are, the louder the volume.</dd>
<dt>Input</dt>
<dd>Lets you control the game using a joystick.</dd>
</dl>
</dd>
</dl>
<dl>
<dt>Main Menu</dt>
<dd>Returns to the main menu, ending the current game.</dd>
<dt>Help</dt>
<dd>Shows this help screen.</dd>
<dt>Quit</dt>
<dd>Exits the game; the game will be closed and ended.</dd>
</dl>
<h2>Legal Notice</h2>
<p>
This program contains free software licensed under a number of
licenses, including the GNU Lesser Public License. A complete list
of software is available at <a
href="http://www.renpy.org/doc/html/license.html"
>http://www.renpy.org/doc/html/license.html</a>.
</p>
</body>
</html>