File: commandline.html

package info (click to toggle)
blobandconquer 1.11-dfsg%2B20-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 89,664 kB
  • sloc: cpp: 39,032; ansic: 362; makefile: 142
file content (47 lines) | stat: -rw-r--r-- 2,351 bytes parent folder | download | duplicates (6)
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
<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="tips.html">&lt;= Hints and Tips</A></TD>
<TD STYLE="width: 50%; text-align: RIGHT;"><A HREF="trouble.html">Trouble Shooting =&gt;</A></TD>
</TR>
</TABLE>

<P><DIV CLASS="line"></DIV></P>

<CENTER><IMG SRC="../images/title.png"></CENTER>

<H3>Command Line Options</H3>

<P>The following commands can be issued to Blob and Conquer from the command line to invoke various options,</P>

<TABLE STYLE="background-color:#000077" CELLSPACING="1" CELLPADDING="5">
	<TR STYLE="background-color:#000000"><TD>-fullscreen</TD><TD>Starts the game in fullscreen</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-window</TD><TD>Starts the game in windowed mode</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-language</TD><TD>Specifies the language the game should start in</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-noaudio</TD><TD>Tell the game not to use any audio</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-mono</TD><TD>Tells the game to use Mono sound instead of Stereo</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-version</TD><TD>Prints version information</TD></TR>
	<TR STYLE="background-color:#000000"><TD>--help</TD><TD>Prints extended help information</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-mission &lt;mission to load&gt;</TD><TD>Specifies a mission to play as found in the data/missions directory</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-load &lt;slot number&gt;</TD><TD>Specifies the save slot to load</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-nomonsters</TD><TD>Tells the game not to add any enemies in the mission.</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-noitems</TD><TD>Tells the game not to add any items in the mission.</TD></TR>
	<TR STYLE="background-color:#000000"><TD>-allstatic</TD><TD>Enemies and item do nothing. Useful for level testing.</TD></TR>
</TABLE>

<P><DIV CLASS="line"></DIV></P>

<TABLE STYLE="width: 100%">
<TR>
<TD STYLE="width: 50%; text-align: LEFT;"><A HREF="tips.html">&lt;= Hints and Tips</A></TD>
<TD STYLE="width: 50%; text-align: RIGHT;"><A HREF="trouble.html">Trouble Shooting =&gt;</A></TD>
</TR>
</TABLE>

</BODY>
</HTML>