Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/doc/orxonox.1 @ 3430

Last change on this file since 3430 was 3430, checked in by bensch, 19 years ago

orxonox/branches/trackManager: merged trunk back to trackManager
merged with command
svn merge -r 3369:HEAD trunk/ branches/trackManager
resoloved conflicts in favor of the trunk.

File size: 2.2 KB
Line 
1.\"                              hey, Emacs:   -*- nroff -*-
2.\" orxonox is free software; you can redistribute it and/or modify
3.\" it under the terms of the GNU General Public License as published by
4.\" the Free Software Foundation; either version 2 of the License, or
5.\" (at your option) any later version.
6.\"
7.\" This program is distributed in the hope that it will be useful,
8.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
9.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10.\" GNU General Public License for more details.
11.\"
12.\" You should have received a copy of the GNU General Public License
13.\" along with this program; see the file COPYING.  If not, write to
14.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
15.\"
16.TH ORXONOX 1 "March 2, 2004"
17.\" Please update the above date whenever this man page is modified.
18.\"
19.\" Some roff macros, for reference:
20.\" .nh        disable hyphenation
21.\" .hy        enable hyphenation
22.\" .ad l      left justify
23.\" .ad b      justify to both left and right margins (default)
24.\" .nf        disable filling
25.\" .fi        enable filling
26.\" .br        insert line break
27.\" .sp <n>    insert n+1 empty lines
28.\" for manpage-specific macros, see man(7)
29.SH NAME
30orxonox \-  High-End Vertical Scroller
31.SH SYNOPSIS
32.B orxonox
33.RI [ options ]
34.SH DESCRIPTION
35\fBorxonox\fP is an open-source vertical scroller game programmed in C++,OpenGL and SDL. It's designed to run on all important platforms like Linux, MacOS X, Windows.
36.PP
37It washes your windows, mends your fences, mows your lawn...
38.SH OPTIONS
39\fBorxonox\fP accepts the following options:
40.TP
41.B \-h, \-\-help
42Show summary of options.
43.TP
44.B \-v=<i>, \-\-verbose=\<i\>
45Prints out: 0: nothing, 1: error, 2: warnings, 3: information, 4+: debug
46.TP
47.B \-g, \-\-gui 
48displays the gui prior to starting orxonox. (this is also the case, if the configuration-files do not exist in your home).
49.TP
50.B \-q, \-\-windowed
51starts orxonox in windowed mode. (not fullscreen)
52.TP
53.B \-\-no\-sound 
54Disables audio completely
55.TP
56.B \-w, \-\-wireframe 
57Renders everything in Wireframe mode.
58.TP
59.\" .SH "SEE ALSO"
60.\" .BR foo (1),
61.\" .BR bar (1).
62.SH AUTHOR
63orx-crew <orxonox@orxonox.ethz.ch>.
Note: See TracBrowser for help on using the repository browser.