Don't check for Steam/CD installer versions on Windows CE.
[chocolate-doom.git] / man / manpage.template
blob052ccb63601795df6083028937528cadac1661dd
1 .TH chocolate\-doom 6
2 .SH NAME
3 chocolate\-doom \- historically compatible doom engine
4 .SH SYNOPSIS
5 .B chocolate\-doom
6 [\fIOPTIONS\fR]
7 .SH DESCRIPTION
8 .PP
9 Chocolate Doom is a modern doom engine designed to behave
10 as similar to the original doom game as is possible.
11 .br
13 @content
15 .SH ENVIRONMENT
16 This section describes environment variables that control Chocolate Doom's
17 behavior.
18 .TP 
19 \fBDOOMWADDIR\fR, \fBDOOMWADPATH\fR
20 These environment variables provide paths to search for Doom .WAD files when
21 looking for a game IWAD file or a PWAD file specified with the `-file' option.
22 \fBDOOMWADDIR\fR specifies a single path in which to look for WAD files,
23 while \fBDOOMWWADPATH\fR specifies a colon-separated list of paths to search.
24 .TP
25 \fBPCSOUND_DRIVER\fR
26 When running in PC speaker sound effect mode, this environment variable 
27 specifies a PC speaker driver to use for sound effect playback.  Valid
28 options are "Linux" for the Linux console mode driver, "BSD" for the
29 NetBSD/OpenBSD PC speaker driver, and "SDL" for SDL-based emulated PC speaker 
30 playback (using the digital output).
31 .SH FILES
32 .TP
33 \fB$HOME/.chocolate-doom/default.cfg\fR
34 The main configuration file for Chocolate Doom.  See \fBdefault.cfg\fR(5).
35 .TP
36 \fB$HOME/.chocolate-doom/chocolate-doom.cfg\fR
37 Extra configuration values that are specific to Chocolate Doom and not
38 present in Vanilla Doom.  See \fBchocolate-doom.cfg\fR(5).
39 .SH SEE ALSO
40 \fBchocolate-server\fR(6),
41 \fBchocolate-setup\fR(6)
42 .SH AUTHOR
43 Chocolate Doom is written and maintained by Simon Howard.  It is based on
44 the LinuxDoom source code, released by Id Software.
45 .SH COPYRIGHT
46 Copyright \(co id Software Inc.
47 Copyright \(co 2005-8 Simon Howard.
48 .br
49 This is free software.  You may redistribute copies of it under the terms of
50 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
51 There is NO WARRANTY, to the extent permitted by law.