AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   DOD Custom Random (https://forums.alliedmods.net/showthread.php?t=140689)

fysiks 10-15-2010 14:02

DOD Custom Random
 
1 Attachment(s)
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.

Arkshine 10-30-2010 21:39

Re: DOD Custom Random
 
The plugin needs testing. If anyone can report that it does or doesn't work, please post, before approval.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Weezer 10-30-2010 23:05

Re: DOD Custom Random
 
This looks nice. I hope someone try this out.

fysiks 10-30-2010 23:07

Re: DOD Custom Random
 
Sadly there aren't many DOD players here that I know of other than me :|.

SaM.ThE.MaN 11-01-2010 02:42

Re: DOD Custom Random
 
sorry ... dont play DOD -.-

Arkshine 11-01-2010 13:02

Re: DOD Custom Random
 
Quote:

Originally Posted by fysiks (Post 1337938)
Sadly there aren't many DOD players here that I know of other than me :|.

Ok, I trust you. The plugin is short and there is no point to wait.

Approved.

fysiks 11-01-2010 14:02

Re: DOD Custom Random
 
Quote:

Originally Posted by Arkshine (Post 1339344)
Ok, I trust you. The plugin is short and there is no point to wait.

Approved.

Thanks. If anything does arise I will be here to fix it :).


All times are GMT -4. The time now is 14:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.