Info doddetect

From Valve Developer Community
Revision as of 19:59, 20 April 2006 by Ts2do (talk | contribs) (For Andreasen)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For Andreasen

@PointClass base(EnableDisable) = info_doddetect : "DoD Gamerules" 
[
	//Respawn factor
	//==============
	detect_allies_respawnfactor(string) : "Allies Respawn delay factor" : "1.0"
	detect_axis_respawnfactor(string) : "Axis Respawn delay factor" : "1.0"

	detect_allies_startroundvoice(choices) : "Start round command for Allies" : 0 = [
		0 : "Attack"
		1 : "Defend"
		2 : "Beach"
		3 : "Timed Attack"
		4 : "Timed Defend"
		5 : "Flags"
	]

	detect_axis_startroundvoice(choices) : "Start round command for Axis" : 0 = [
		0 : "Attack"
		1 : "Defend"
		2 : "Beach"
		3 : "Timed Attack"
		4 : "Timed Defend"
		5 : "Flags"
	]
]