Day of Defeat Single Captures 2 Plugin ====================================== by Vet(3TT3V) http://www.dodplugins.net/forums/member.php?u=7082 http://www.dodplugins.net/forums/showthread.php?t=1950 http://www.dodplugins.net/forums/showthread.php?t=1941 Modified by Rich „Weeds„ Nagel Fixed bugs, and edited various startup defaults. Compiled using http://www.dodplugins.net/forums/cmps_index.php?page=compiler. "FCVAR_SPONLY": Removed. "ADMIN_MAP": Changed to "ADMIN_ALL" "single_caps_trigger": Changed default from "5" to "0". "set_task(60.0": Changed to "set_task(30.0" (two entries). This plugin will change the number of players required to cap an area based on the number of players currently in the game. The number of players trigger is variable via console variables, and the plugin is configured to check the number of players (and set and reset the capture areas) every 30 seconds. The trigger has a threshold of "2". In other words, if the trigger is set to "5", it takes 4 or less players to turn ON single caps, and then 6 or more players to turn it back OFF. Note that setting the trigger to "0" turns OFF the auto-detect. 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_SingleCaps.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_single_caps on = All captures are single, regardless of other settings. off = All captures are reset to normal map defaults. auto = All captures are configured via the "single_caps_trigger" CVar (default = "auto"). single_caps_trigger <0/#> 0 = Disable trigger (default = "0") # = Number of players to trigger change. single_caps_ignore_bots <0/1> 0 = Do not count bots as players for change trigger (default = "0"). 1 = Count bots as players for change trigger. single_caps_notify <0/1> 0 = Disable plugin's mode of operation change message. 1 = Enable plugin's mode of operation change message (default = "1").