-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcphelp.txt
221 lines (184 loc) · 12.3 KB
/
cphelp.txt
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
# Doomsday Control Panel Help.
#
# [ID]
# Key = ...
# Key = ...
#
# Values can be split on multiple lines like this:
# Key = begins... \
# ...and continues \
# like so.
#
# VIDEO
#
[Gamma]
cvar = vid-gamma
def = 1.0
desc = Smaller values result in a darker picture. In order for this setting to work your display adapter must support color adjustments. You should lower the gamma correction value until dark areas in maps become sufficiently dark. Note that with some monitors different resolutions require different gamma correction levels.\bUse the -noramp option to disable all color adjustments.
[Display contrast]
cvar = vid-contrast
def = 1.0
desc = Modifies the steepness of the gamma ramp. Values greater than 1.0 result in a more colorful picture but since the colors are clamped, some are lost in both the bright and dark ends of the ramp. Values less than 1.0 fade the picture towards gray. In order for this setting to work your display adapter must support color adjustments.\bUse the -noramp option to disable all color adjustments.
[Display bright]
cvar = vid-bright
def = 0.0
desc = Applies an offset to the gamma ramp. Positive values make the picture lighter, negative ones darker. For the best results, use a small positive brightness value with dark gamma and slightly increased contrast. In order for this setting to work your display adapter must support color adjustments.\bUse the -noramp option to disable all color adjustments.
#
# AUDIO
#
[Preferred music]
cvar = music-source
def = External files
desc = There can be a WAD lump, external file and a CD track associated with each song. This setting controls which of these resources is actually played when the song is started. If the selected resource is not available, one that is will be chosen instead.
[16-bit]
cvar = sound-16bit
def = No
desc = When this setting is activated, 8-bit sounds are converted to 16-bit before playing. In order for this to be effective you must also choose a sample rate higher than 11025 Hz.
[Sound effects sample]
cvar = sound-rate
def = 11025 Hz
desc = The minimum sample rate for all sound effects. Samples with a smaller rate will be resampled to this rate before playing. To increase the quality of the resampling, activate the 16-bit sound effects option.
[Show status]
cvar = sound-info
def = No
desc = The status of all sound channels is drawn on screen. This is intended for debugging. The displayed information consists of sample cache size, channel flags, volume, frequency, latest start time, cursor positions, buffer flags and sample information.\bO = Origin, A = Attenuated, E = Emitter, 3 = 3D, P = Playing, R = Repeat, L = Reload.
#
# INPUT
#
[Joystick sensi]
cvar = input-joy-sensi
def = 5
desc = With the sensitivity value of zero the whole axis range is in use. When the sensitivity is increased, the axis values are scaled so that their limits are closer to the center position. Use small values like zero or one for the best control with joysticks. With pad controllers this setting may have little effect, but it's best to keep the sensitivity at the default value of five.
#
# GRAPHICS
#
[Smooth cam]
cvar = rend-camera-smooth
def = No
desc = Camera movement is interpolated between the ticks of the 35 Hz game clock. Note that this only affects the camera, so other game objects and structures still move only 35 times per second. They may seem to stutter a bit as they move, even though they move the same way as with camera smoothing turned off. Also, player controls may seem somewhat lagged: because of the interpolation, the movement of the camera is delayed 1/35 seconds.
[Field Of View]
cvar = rend-camera-fov
def = 90
desc = Adjust the camera's Field Of View angle according to your monitor configuration. If you have a large monitor and view it close by, using a larger FOV angle (around 100 degrees) will result in a more natural game view. With small monitors it's best to stick to 90 degrees or else the fish eye effect may become distracting.
[Sky sphere]
cvar = rend-sky-distance
def = 1600
desc = The sky is composed of two capped hemispheres rendered around the camera location. The sky sphere radius is the radius of these hemispheres. The primary purpose of this setting is to determine how large an impact fog has on the sky. Larger radii will result in a sky with heavier fog.
[Always render full sky]
cvar = rend-sky-full
def = No
desc = Always render both the upper and lower sky hemispheres, even if one of them might be fully occluded by world geometry. If your video card has sufficient fill rate, keeping this set to Yes is a good idea. In some maps there may be a hall-of-mirrors effect visible in the sky when this is set to No.
[Shadow visible]
cvar = rend-shadow-far
def = 1000
desc = Maximum distance at which shadows under objects are visible. If the object is farther than this, no shadow will be drawn. Since the shadows are extremely simple, posing little fear of performance loss, it's safe to increase this value as needed.
[Print tri]
cvar = rend-info-tris
desc = Print scene and model triangle counts in the console after rendering each frame.\bThe first figure is the number of triangles rendered during the entire frame, and the second figure (in parentheses) is the number of triangles in the rendered 3D models.
#
# GRAPHICS: LIGHTS
#
[Blending mode]
cvar = rend-light-blend
def = Multiply
desc = The method used to draw dynamic lights. In the Multiply mode, color from dynamic lights is multiplied with the underlying surface pixels. This allows dark areas to be correctly lit up by the lights. The Add mode is faster but doesn't look as realistic.\bThe third mode, Process wo/rendering, is for debugging. In it, all dynamic light polygons are calculated but none are rendered.
[Dynamic light radius factor]
cvar = rend-light-radius-scale
def = 3
desc = The radius of all dynamic lights is multiplied by this factor. Lights are never larger than the Maximum dynamic light radius, though.
[Maximum dynamic light rad]
cvar = rend-light-radius-max
def = 256
desc = The maximum radius a dynamic light can have. This is just a limit: to make the lights larger, you also need to increase the Dynamic light radius factor.
[Floor/ceiling glow on w]
cvar = rend-glow-wall
def = Yes
desc = Glowing floor and ceiling textures will cast a dynamic light on surrounding walls.
#
# GRAPHICS: HALOS
#
[Number of flares]
cvar = rend-halo
def = 5
desc = Maximum number of lens flares originating from a luminous object. To disable lens flares, set this to None (zero).
[Occlusion fade]
cvar = rend-halo-occlusion
def = 48
desc = The rate at which a halo changes state from "visible" to "occluded" and vice versa. A small fade speed results in halos that appear and disappear softly, but are visible through walls for a short while before disappearing.
[Flare visibility lim]
cvar = rend-halo-secondary-limit
def = 1
desc = Controls when secondary lens flares become visible. They are only visible when the light source is close enough to the camera. The larger the number, the farther away secondary flares are visible.
[Z magn]
cvar = rend-halo-zmag-div
def = 100
desc = The higher the number, the smaller lens flares become when the source is far away. Normally halos grow slightly larger as they move away from the camera.
#
# GRAPHICS: TEXTURES
#
[Texture quality]
cvar = rend-tex-quality
def = 8
desc = All textures must be resized so that their dimensions are powers of two. Depending on this setting either the higher or smaller matching power of two is chosen. At quality zero, all textures are reduced in size, to match the largest power of two smaller than the original size. At quality 8, the resizing is always done upwards.\bYou should reset textures if you change this setting.
#
# GRAPHICS: OBJECTS
#
[3D model vis]
cvar = rend-model-distance
def = 1500
desc = Objects farther than this will never be rendered as 3D models.
[Align sprites]
cvar = rend-sprite-align
def = Camera
desc = This setting controls which direction sprites face. Aligning to camera means the sprites are always upright (to make them appear more 3D) but they will turn to face the camera coordinates. Aligning to view plane resembles the way the sprites were drawn in software. The "limited" options restrict how much the sprite can tilt vertically.
[LOD level zero]
cvar = rend-model-lod
def = 256
desc = The distance where LOD level zero becomes LOD level one. Only affects 3D models that have Level Of Detail information (DMDs).
#
# GRAPHICS: PARTICLES
#
[Near diffusion]
cvar = rend-particle-diffuse
def = 4
desc = Particles may cause excessive overdraw if many are visible just in front of the camera. This setting makes large particles near the camera more transparent and ultimately invisible. The larger the diffuse factor, the smaller particles will be affected. The end result is that particles will not be visible near the camera. Increase the setting if framerate drops alarmingly when in smoke.
[Near clip dist]
cvar = rend-particle-visible-near
def = Disabled
desc = Particles that are closer to the camera than this are not drawn at all.
#
# NETWORK
#
[Cl-to-sv pos transmit]
cvar = client-pos-interval
def = 10
desc = The client periodically sends its coordinates to the server in order to keep it synchronized with the player position the client perceives as correct. The interval between the coordinate transmissions as a number of 35 Hz tics. Use a larger interval with low-bandwidth connections (can lead to more warping, though).
[Server login pass]
cvar = server-password
desc = If a client wishes to make a remote console connection to the server it must specify this password. If the password is empty, clients can issue console commands on the server without specifying a password. Clients use the "login" and "logout" commands to begin and end a remote connection.
[Frame interval]
cvar = server-frame-interval
def = 1
desc = Number of 35 Hz ticks between frames sent to clients. Only for the server. Small intervals require more bandwidth but result in smoother animation and other world events. Use larger intervals (2..5) with low-bandwidth connections.
#
# CONSOLE
#
[Silent console]
cvar = con-var-silent
def = No
desc = Normally when the value of a console variable is changed, its name and the new value get printed in the console. If the variables are silent, this will not happen and the value can be changed without anything being printed as a confirmation.
[Command compl]
cvar = con-completion
def = List with values
desc = The Tab key is used to complete words in the console. The console knows how to complete command, variable and alias names. The completion can work in two ways. In the "List with values" mode, pressing Tab will complete the unambiguous part of the word and print a list of possible completions. Variables will be printed with their values. In the "Cycle" mode, Tab is used to cycle through all the choices.
#
# NETWORK SETUP
#
[TCP/IP]
desc = The TCP/IP protocol can be used for internet games as well as Local Area Network games.\bThe TCP/IP port setting specifies the port that this computer will be using for all Doomsday-related communications. If you're behind a firewall, you can use the port setting to make sure that only this one port is used. You will still need to open the port in the firewall. Otherwise, if port zero is used, the actual port will be selected automatically, and may be blocked by a firewall.\bIn order to connect, a client must know the address of the server. If the server is on the local network, the Search Address box on the Client Setup screen can be left empty. Otherwise, the client must type in a valid URL or IP address: e.g. "example.doom.com" or "127.0.0.1".
[IPX]
desc = The IPX (Internetwork Packet Exchange) protocol requires no configuration. It can only be used on Local Area Networks. If you want to play over the internet, you must use the TCP/IP protocol.
[Modem]
desc = If you have several modem devices, select the one to use here.\bWhen hosting a game, the modem protocol does not need any further configuration. In order to connect, a client must type in the phone number of the server on the Client Setup screen.\bThe modem protocol is limited to 2-player games.
[Serial Link]
desc = Make sure both computers are using the same settings.