summaryrefslogtreecommitdiffstats
path: root/games/zennode/zennode.6
blob: bfcd68d6b2f6b0a4dde8bd514c9c12c7e7b110ab (plain)
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
.TH zennode "6" "October 2021" "ZenNode 1.2.1" "SlackBuilds.org"
.SH NAME
zennode \- build nodes for Doom and related games
.SH SYNOPSIS
.B zennode
.I [ \-options ]
input.wad
.I [ level[+level] ]
.I [ -o|x output.wad ]
.SH DESCRIPTION
.B zennode
builds NODES, BLOCKMAP, REJECT resources for ID Software's Doom
and related games. This includes both "vanilla" resources and OpenGL\-specific resources used
by GL\-based source ports such as gzdoom.
.SH OPTIONS
For any option \fI\-x\fR, use \fI\-x\-\fR to disable and \fI\-x+\fR to enable.
.TP
.B \-b
(re)build BLOCKMAP.
.TP
.B \-bc
(re)build BLOCKMAP, compressed. Enabled by default.
.TP
.B \-n[a=1,2,3|q|u|i]
(re)build NODES, enabled by default. Sub\-options:
.br
\fBa=\fR\fIn\fR
\- Select partition algorithm.
.I n
is one of: 1 (Minimize splits), 2 (Minimize BSP depth), or 3 (Minimize time).
Default is \fBa=1\fR.
.br
.B q
\- Quiet. Don't display progress bar. Enabled by default, use \fB\-q\-\fR to see progress bar.
.br
.B u
\- Ensure all sub\-sectors contain only one sector.
.br
.B i
\- Ignore non\-visible linedefs.
.TP
.B \-r[zfgm]
(re)build REJECT resource. Enabled by default. Sub\-options:
.br
.B z
\- Insert empty REJECT resource.
.br
.B f
\- Rebuild even if REJECT effects are detected.
.br
.B g
\- Use graphs to reduce LOS calculations (enabled by default).
.br
.B m
.I filename
\- Process RMB option file (.rej).
.TP
.B \-t
Test mode. Don't write output file.
.SH SUPPORTED GAMES
Doom, Doom II, Ultimate Doom, Heretic, Hexen, Strife
.SH "SEE ALSO"
The main documentation at
.nh
.B @DOCDIR@index.html
.hy
.br
The
.B ZenNode
homepage at
.nh
.B http://mrousseau.org/programs/ZenNode/
.hy
.br
.B idbsp(6)
.br
.B wreject(6)
.br
.B warm(6)
.br
.B glbsp(6)
.br
.SH AUTHOR
ZenNode is copyright (c) 1994-2004 Marc Rousseau
.P
This man page was written by B. Watson for the SlackBuilds.org project, but
it can be used by anyone.