DODS+

by L. Duke

 

 

 


Index


Installing

1. Download and install Metamod:Source (if you have not already done so)

 

2. Upload everything in the dod directory to the dod directory on your server.


3. Add the line
        addons/dodsplus/bin/dodsplus_mm

    to the metamod.ini file (usually in dod/addons/metamod if you have followed the Metamod:Source install instructions correctly)

 

4. Edit addons/dosplus/cfg/dodsplus.cfg to change the plugin settings (see the Console section below)

 

5. Restart your server

 


Console

Commands

 

dp_weapons
 

    dp_weapons

     prints help info on the command

    dp_weapons names

     lists the valid weapon names

    dp_weapons clear

     deletes all active weapon settings

    dp_weapons list

     lists all active weapons settings

    dp_weapons <team> <class> <weapon>

     deletes the setting for the <team><class><weapon> combination

    dp_weapons <team> <class> <weapon> <clips>

     defines a weapon and amount of ammo to give to the specified team/class where

     <team> = axis or allies

     <class> = rifle, assault, support, sniper, MG, rocket

     <weapon> = weapon name (type 'dp_weapons names' for more info)

     <clips> = clips to give player including clip in weapon (min 1, max depends on weapon)

     (if clips is omitted, this team/class/weapon combination will be deleted)

   

    Weapons:

     spade, amerknife, garand

     colt, thompson, bar,

     spring, 30cal, bazooka,

     m1carbine, k98, spade,

     mp40, p38, mp44,

     k98_scoped, mg42, pschreck,

     c96, frag_us, frag_ger,

     smoke_us, smoke_ger, riflegren_us,

     riflegren_ger

 

 

Convars

 

dp_version
 - plugin version



 


Usage

Pistols for Rifle/Heavy classes

  1. The default cfg file is setup to give a pistol to rifle and heavy classes

Use regular grenades instead of rifle grenades for the Rifle class

  1. Uncomment the settings in the default cfg file for the grenades replacement to rifle class

Adjust Bazooka/Panzerschreck Ammo and m1carbine/c96 clips for the Rocket class

  1. Uncomment the settings in the default cfg file for the rocket class
  2. Adjust the number of rockets and secondary clips

Making custom weapon settings for any team/class combination

  1. Open the default cfg file and add dp_weapons commands as described in the Console section above
  2. or Add dp_weapons settings to server.cfg

Creating temporary weapon settings

  1. Add dp_weapons settings to a custom cfg, for example myweapons.cfg. Then type exec myweapons at the console to use them. (DO NOT PUT CUSTOM CFG FILES IN THE dod/addons/dodsplus/cfg DIRECTORY!  Put them in dod/cfg/)
  2. Type dp_weapons clear at the console or add it to the top of your custom cfg file to reset all weapon settings before executing the temporary settings.