Day of Defeat Map Settings 2 Plugin =================================== by =|[76AD]|= TatsuSaisei http://www.dodplugins.net/forums/member.php?u=4412 http://www.dodplugins.net/forums/showthread.php?t=753 Modified by Rich „Weeds„ Nagel Fixed bugs, and edited startup defaults of some of Tatsu Saisei's additions. Compiled using http://www.dodplugins.net/forums/cmps_index.php?page=compiler. "-1 && str_to_num(sz_alliescountry) != 1)": Removed (two entries). "dod_map_weather": Changed from "0" to "-1". "dod_map_alliesinfinite": Changed from "1" to "-1". "dod_map_axisinfinite": Changed from "1" to "-1". "dod_map_alliespawnfactor": Changed from "0.3" to "-1". "dod_map_axisspawnfactor": Changed from "0.3" to "-1". "g_kv_alliesinfite": Spelling changed to "g_kv_alliesinfinite". "g_set_alliesinfite": Spelling changed to "g_set_alliesinfinite". "kv_alliesinfite": Spelling changed to "kv_alliesinfinite". Based on the original Day of Defeat Map Settings Plugin by Wilson [29th ID] http://www.dodplugins.net/forums/member.php?u=5127 http://www.dodplugins.net/forums/showthread.php?t=294 Part of the 29th ID's modification to Day of Defeat, making it more realistic (DOD: Realism - http://dodrealism.branzone.com). Windows Shortcut ---------------- "C:\Games\Steam\SteamApps\\Day of Defeat\HL.exe" -dll Addons\MetaMod\Dlls\MetaMod.dll AMXModX "Plugins.ini" Configuration ----------------------------------- Addons\AMXModX\Configs\Plugins.ini DoD_MapSettings2.amxx MetaMod "Plugins.ini" Configuration ----------------------------------- Addons\MetaMod\Plugins.ini win32 Addons/AMXModX/Dlls/AMXModX_MM.dll MetaMod "Config.ini" Configuration ---------------------------------- Addons\MetaMod\Config.ini gamedll SturmBot/DLLs/Sturm_Bot.dll Console Commands and CVars Usage -------------------------------- dod_map_settings <0/1> 0 = Disabled 1 = Enable DoD Map Settings plugin dod_map_alliesparas <-1/0/1> -1 = Use map default 0 = Disabled 1 = Enable: Set Allies to Paratroopers dod_map_axisparas <-1/0/1> -1 = Use map default 0 = Disabled 1 = Enable: Set Axis to Paratroopers dod_map_alliescountry <-1/0/1> -1 = Use map default 0 = USA: Set Allies country to USA 1 = Britain: Set Allies country to Britain dod_map_weather <-1/0/1/2> -1 = Use map default 0 = Disabled 1 = Enable rain 2 = Enable snow dod_map_removeflags <0/1> 0 = Use map default 1 = Remove all flags and control points dod_map_removetimer <0/1> 0 = Use map default 1 = Remove map timer dod_map_removespawngun <0/1> 0 = Use map default 1 = Remove spawn gun and "trigger_hurt" in spawn areas dod_map_removemortars <0/1> 0 = Use map default 1 = Remove mortar fields dod_map_alliesinfinite <-1/1/2> -1 = Use map default 1 = Enable Allies infinite respawns 2 = Disabled (obsolete Paratrooper gameplay mode) dod_map_axisinfinite <-1/1/2> -1 = Use map default 1 = Enable Axis infinite respawns 2 = Disabled (obsolete Paratrooper gameplay mode) dod_map_alliespawnfactor <-1/#> -1 = Use map default # = Allies respawn delay factor (lower values for faster respawns, minimum = 0.3) dod_map_axisspawnfactor <-1/#> -1 = Use map default # = Axis respawn delay factor (lower values for faster respawns, minimum = 0.3) dod_map_teamtimer <-1/0/1/2> -1 = Use map default 0 = Disabled 1 = Allies win when map timer expires 2 = Axis win when map timer expires