------------------------
-- Classic CSDM       --
-- Configuration File --
------------------------



--[[ Weapons Feature ]]--

--== Secondary Weapons (Max - 15 weapons) ==--
csdm_sec_weapon = {1,2,3,4,5,6}

--== Primary Weapons (Max - 30 weapons) ==--
csdm_primary_weapon = {10,11,20,21,22,23,24,30,31,32,33,34,35,36,37,38,39,40}

--== Equip Flags (Any items) ==--
csdm_equip_flags = {51}

--== Default Secondary Weapon (Weapon) ==--
csdm_default_sec_weapon = 3

--== Default Primary Weapon (Weapon) ==--
csdm_default_prim_weapon = 30

--== Momental Equips (1 - on; 0 - off) ==--
csdm_momental_equips = 1



--[[ Time Limit and Frag Limit ]]--

--== Time Limit (Minutes) (Any minutes; 0 - off) ==--
csdm_time_limit = 0

--== Frag Limit (Kills) (Any kills; 0 - off) ==--
csdm_frag_limit = 0



--[[ Player Settings ]]--

--== Player Health (1 - 250) ==--
csdm_player_health = 100

--== Player Armor (0 - 206) ==--
csdm_player_armor = 100

--== Player Speedmod (-100 - 100) ==--
csdm_player_speedmod = 0

--== Health Regeneration (each second) (0 - 250) ==--
csdm_health_regen = 1

--== Health Reward for Killing (0 - 250) ==--
csdm_health_reward = 5

--== Any Entity Spawn (1 - on; 0 - off) ==--
csdm_any_entity_spawn = 0



--[[ Server Settings ]]--

--== Team Damage (1 - default; 0 - off) ==--
csdm_team_damage = 1

--== Self Damage (1 - default; 0 - off) ==--
csdm_self_damage = 0

--== Buying (1 - default; 0 - off) ==--
csdm_buying = 0

--== Dominating (1 - default; 0 off) ==--
csdm_dominating = 1

--== Flag Taking (1 - default; 0 - off) ==--
csdm_flag_taking = 1

--== Items Dropping (1 - default; 0 - off) ==--
csdm_dropping = 0

--== Dead Dropping (1 - default; 0 - off) ==--
csdm_dead_dropping = 0

--== Items Taking (1 - default; 0 - off) ==--
csdm_item_taking = 0

--== Building (1 - default; 0 - off) ==--
csdm_building = 0



--[[ In-Game Text ]]--

--== Text Color (RGB) ==--
csdm_text_color = '255255000'

--== Console Text Color (RGB) ==--
csdm_console_text_color = '255255000'

--== Message Text Color (RGB) ==--
csdm_message_text_color = '000255000'

--== Weapon Select Messages (1 - on; 0 - off) ==--
csdm_weapon_select_messages = 1



--[[ Advertisment Feature ]]--

--== Advertisment (1 - on; 0 - off) ==--
csdm_advertisment = 1

--== Advertisment Color (RGB) ==--
csdm_advertisment_color = '000255000'

--== Messages Latency (minutes) ==--
csdm_messages_latency = 1

--== Advertisment Text ==--
csdm_advertisment_text = 
{
	'[F2] - CSDM menu',
	'You are playing CSDM (v.1.07)'
}


--[[ Spawn Control Feature ]]--

--== Auto-spawning (1 - on; 0 - off) ==--
csdm_auto_spawning = 0

--== Idle Time Limit (msec) (50 - default)
csdm_idle_time_limit = 50


--[[ Show Damage Feature ]]--

--== Show Damage (1 - on; 0 - off) ==--
csdm_show_damage = 1

--== Damage Info COlor (RGB) ==--
csdm_dmg_info_color = '000255000'