1vavoom(6) Games Manual vavoom(6)
2
3
4
5 NAME
6 vavoom - The most advanced Doom/Heretic/Hexen/Strife source port
7 around!
8
10 vavoom [ -opengl ] [ -d3d ] [ -particles n ] [ -surfcachesize n ] [
11 -nosound ] [ -no3dsound ] [ -nomusic ] [ -cddev file ] [ -openal ] [
12 -nomouse ] [ -nojoy ] [ -nolan ] [ -noudp ] [ -ip ip_addr ] [ -noipx ]
13 [ -mpath ] [ -port n ] { [ -freedoom] | [ -doom ] | [ -doom2 ] | [ -tnt
14 ] | [ -plutonia ] | [ -heretic ] | [ -hexen ] | [ -strife ] } [ -game
15 directory ] [ -devgame directory ] [ -devsnd sndinfo_script ] [ -progs
16 directory ]
17
18
20 Vavoom is a source port based on sources of Doom, Heretic, Hexen and a
21 little bit from Quake. Supported platforms are Windows and Linux.
22 Vavoom has a graphical launcher (vlaunch).
23
24
26 -opengl
27 selects OpenGL driver
28
29 -d3d selects Direct3D driver
30
31 -particles <count>
32 specifies number of particles to use, default is 2048, but you
33 can't have less than 512 (i.e. you can't disable them)
34
35 -surfcachesize <size>
36 specifies size of surface cache memory, in kilobytes
37
39 -nosound
40 disables all sound, music and CD-Audio
41
42 -nosfx disables sound
43
44 -no3dsound
45 disables 3D sound, use original mode, Windows version only
46
47 -nomusic
48 disables music
49
50 -nocdaudio
51 disables CD music
52
53 -cddev <file>
54 specifies CD device file, default /dev/cdrom, LINUX version only
55
56 -openal
57 enabled OpenAL driver.
58
60 -nomouse disables mouse
61
62 -nojoy disables joystick
63
65 -nolan disables all LAN drivers
66
67 -noudp disables TCP/IP driver
68
69 -ip <address>
70 specifies IP address, Windows version only
71
72 -noipx disables IPX driver
73
74 -mpath enables MPATH TCP/IP driver, DOS version only
75
76 -port <port>
77 sets default LAN port
78
80 -freedoom look only for FreeDoom IWAD files
81
82 -doom look only for Doom IWAD files
83
84 -doom2 look only for Doom 2: Hell On Earth IWAD files
85
86 -tnt look only for Doom TNT: Evilution IWAD files
87
88 -plutonia
89 look only for Doom: The Plutionia Experiment IWAD files
90
91 -heretic
92 look only for Heretic IWAD files
93
94 -hexen look only for Hexen IWAD files
95
96 -strife
97 look only for Strife IWAD files
98
100 -game <directory> specifies custom game.
101
102 -devgame <directory>
103 like -game, but also sets Vavoom in development mode.
104
105 -devsound <SNDINFO_script>
106 sets sound development mode, uses given SNDINFO script, sounds
107 and music are loaded form archive directory, which is specified
108 in script.
109
110 -progs <directory>
111 specifies directory where to look for progs. Server progs are
112 loaded from file svprogs.dat, client progs - clprogs.dat. Path
113 must include ending slash.
114 Example: -progs progs/myprogs/
115
116 -file <file1>[<file2>...]
117 specifies additional files.
118
119 -iwaddir <dir1>[<dir2>...]
120 specifies additional directories where to look for IWAD files.
121
123 -debug creates a debug file basev/debug.txt with all console messages.
124
125 -starttime <time>
126 sets start time, not in LINUX version and dedicated servers
127
128 -rhide prints debugfile to stderr, in DOS version Sys_Error exits with
129 call frame traceback
130
132 http://vavoom-engine.com/wiki/index.php?title=Command_line_arguments
133
134 /usr/share/doc/vavoom/vavoom.txt.gz
135
136 Doom is a registered trademark of id software (http://www.idsoft‐
137 ware.com/).
138
140 See the copyright file on /usr/share/doc/vavoom/copyright
141
142
143
144 games vavoom(6)