View Single Post
Plugin Info:     Modification:          Category:          Approver:   Arkshine (91)
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 10-15-2010 , 14:02   DOD Custom Random
Reply With Quote #1

DOD Custom Random

Description
With this plugin you can set which classes you want to be included when playing on random.
How to use it:
There is a single command with three arguments, dod_custom_random. Each argument is a sum of the of class IDs given below. First argument for Allies, second for Axis and third for British.

Code:
-- Allies (US) --
Rifleman		1
Staff Sergeant		2
Master Sergeant		4
Sergeant		8
Sniper			16
Support Infantry	32
Machine Gunner		64
Bazooka			128
Random			512

-- Axis --
Grenadier		1
Stosstruppe		2
Unteroffizier		4
Sturmtuppe		8
Scharfschutze		16
Fg42-Zweibein		32
Fg42-Zielfernrohr	64
Mg34-Shutze		128
Mg42-Shutze		256
Panzerjager		512
Random			2048

-- Allies (UK) aka British --
Rifleman		1
Sergeant Major		2
Marksman		4
Gunner			8
PIAT			16
Random			64
Example:
If I only want to be either a Rifleman, Sniper or Machine Gunner on Allies then I would use 1+16+64 = 81 for my first argument. Do one for each of the three teams. Use 0 if you want to use random normally.
Auto set up:
If you do not want to type this in every map then you can create a file (in the client game and not the server) called:
/day of defeat/dod/dod_customrandom.cfg
and should look like this:
Code:
dod_custom_random 81 50 3
I understand that most of the people here don't play DOD but would appreciate any feedback about my actual code.
Attached Files
File Type: sma Get Plugin or Get Source (dod_custom_random.sma - 1192 views - 4.7 KB)
__________________

Last edited by fysiks; 06-30-2011 at 16:14.
fysiks is offline