1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
<HTML>
<HEAD>
<LINK REL=STYLESHEET type="text/css" HREF="stylesheet.css">
</HEAD>
<BODY BACKGROUND="images/briefing.png">
<TABLE STYLE="width: 100%">
<TR>
<TD STYLE="width: 50%; text-align: LEFT;"><A HREF="playing.html"><= Basic Gameplay</A></TD>
<TD STYLE="width: 50%; text-align: RIGHT;"><A HREF="features.html">Structures and Features =></A></TD>
</TR>
</TABLE>
<P><DIV CLASS="line"></DIV></P>
<CENTER><IMG SRC="../images/title.png"></CENTER>
<H3>Controls</H3>
<H4>Default Main Controls</H4>
<P>Controls can be changed in the options screen. N/A stands for Not Assigned by default. This control
can be changed in the options screen.</P>
<TABLE STYLE="width:100%">
<TR><TD WIDTH="25%">Up</TD><TD>Arrow up</TD></TR>
<TR><TD>Down</TD><TD>Arrow down</TD></TR>
<TR><TD>Left</TD><TD>Arrow left</TD></TR>
<TR><TD>Right</TD><TD>Arrow right</TD></TR>
<TR><TD>Jump</TD><TD>Right mouse button</TD></TR>
<TR><TD>Fire</TD><TD>Left mouse button</TD></TR>
<TR><TD>Quick Grenade</TD><TD>Right shift</TD></TR>
<TR><TD> </TD><TD> </TD></TR>
<TR><TD>Lock / Unlock Target</TD><TD>Middile mouse button</TD></TR>
<TR><TD>Cycle Target</TD><TD>N/A</TD></TR>
<TR><TD>Cycle Weapon*</TD><TD>N/A</TD></TR>
<TR><TD>Action</TD><TD>Return</TD></TR>
<TR><TD> </TD><TD> </TD></TR>
<TR><TD>Rotate Camera Left**</TD><TD>N/A</TD></TR>
<TR><TD>Rotate Camera Right**</TD><TD>N/A</TD></TR>
<TR><TD> </TD><TD> </TD></TR>
<TR><TD>Status</TD><TD>Tab</TD></TR>
<TR><TD>Pause</TD><TD>P</TD></TR>
</TABLE>
<P>
* - The mouse wheel can be used to scroll through weapons<BR>
** - The mouse can be used to rotate the camera left and right
</P>
<H4>Additional Controls</H4>
<P>Weapons slots can be activated by pressing the corresponding slot key,</P>
<TABLE STYLE="width:100%">
<TR><TD WIDTH="25%">Weapon Slot #1</TD><TD>1</TD></TR>
<TR><TD WIDTH="25%">Weapon Slot #2</TD><TD>2</TD></TR>
<TR><TD WIDTH="25%">Weapon Slot #3</TD><TD>3</TD></TR>
<TR><TD WIDTH="25%">Weapon Slot #4</TD><TD>4</TD></TR>
</TABLE>
<P>The player has the ability to give the Blobs they are with orders. Order controls are as follows,</P>
<TABLE STYLE="width:100%">
<TR><TD WIDTH="25%">Orders: Follow</TD><TD>7</TD></TR>
<TR><TD WIDTH="25%">Orders: Wait</TD><TD>8</TD></TR>
<TR><TD WIDTH="25%">Orders: Use</TD><TD>9</TD></TR>
<TR><TD WIDTH="25%">Orders: Retreat</TD><TD>0</TD></TR>
</TABLE>
<P><DIV CLASS="line"></DIV></P>
<TABLE STYLE="width: 100%">
<TR>
<TD STYLE="width: 50%; text-align: LEFT;"><A HREF="playing.html"><= Basic Gameplay</A></TD>
<TD STYLE="width: 50%; text-align: RIGHT;"><A HREF="features.html">Structures and Features =></A></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|