Difference between revisions of "Wad (console command)"

From OdaWiki
 
Line 1: Line 1:
The '''wad''' console command loads a wad file at runtime, it can also load optional dehacked and bex patch(es) along side it.
+
The '''wad''' console command loads a wad file at runtime, it can also load optional dehacked and bex patch files along side it.
  
 
==== Syntax ====
 
==== Syntax ====
Line 7: Line 7:
 
</pre>
 
</pre>
  
First command loads a pwad, along with additional optional pwads, along with with a optional dehacked or bex patch files.
+
First command loads a pwad, along with optional pwads, along with optional dehacked or bex patch files.
  
 
Second command is identical to above, but must have an iwad specified first.
 
Second command is identical to above, but must have an iwad specified first.
Line 19: Line 19:
 
</pre>
 
</pre>
  
Load the pwad hr2final.wad (this wad requires doom2 btw)
+
Load the pwad hr2final.wad
 
<pre>
 
<pre>
 
wad hr2final.wad
 
wad hr2final.wad
Line 39: Line 39:
 
</pre>
 
</pre>
  
You can also specify absolute or relative paths for pwads/deh's too
+
You can also specify an absolute or a relative path for pwads/deh's too
 
<pre>
 
<pre>
 
wad doom2 ./wads/strain.wad ./wads/strain.deh
 
wad doom2 ./wads/strain.wad ./wads/strain.deh

Latest revision as of 23:14, 7 April 2014

The wad console command loads a wad file at runtime, it can also load optional dehacked and bex patch files along side it.

Syntax

wad pwad [...] [deh/bex [...]]
wad iwad [pwad [...]] [deh/bex [...]]

First command loads a pwad, along with optional pwads, along with optional dehacked or bex patch files.

Second command is identical to above, but must have an iwad specified first.

NOTE: iwad files such as doom2.wad can have .wad omitted, but pwads (eg hr2final.wad) must have them, same with patch files.

Examples

Loads doom2.wad

wad doom2

Load the pwad hr2final.wad

wad hr2final.wad

Load both doom2.wad and hr2final.wad

wad doom2 hr2final.wad

Load strain.wad and its shipped patch file

wad strain.wad strain.deh

Load doom2, with strain.wad and strain.deh

wad doom2 strain.wad strain.deh

You can also specify an absolute or a relative path for pwads/deh's too

wad doom2 ./wads/strain.wad ./wads/strain.deh