A plugin that sets bots to least used survivor character in selected set when spawned(by default).
Git Commits
BigThanks to
Spirit12 for survivor set dhook function and signiture!
https://forums.alliedmods.net/showpo...6&postcount=33
cfg name:l4d2_character_manager.cfg
CVARS:
PHP Code:
l4d2_character_manager_version
// Should enable identity fix for players(NOT BOTS) 0 = (disable) 1 = (enabled)
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d2_identity_fix "1"
// survivor set you wish to use, 0 = (use map default), 1 = (l4d1), 2 = (l4d2), 3 = (use both)
// -
// Default: "3"
// Minimum: "0.000000"
// Maximum: "3.000000"
l4d2_survivor_set "3"
// Should manage people aswell as bots? 0 = (disable) 1 = (enabled) (Will overwrite identityfix when taking over a bot)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d2_manage_people "0"
Windows requirements:[L4D2] Real Zoey Unlock
Installation: DO NOT click 'Get Plugin' or it will fail to compile because this plugin requires DHooks!
1.Download the .smx file and put into your servers \addons\sourcemod\plugins folder.
2.Download the .txt gamedata file and put into your servers \addons\sourcemod\gamedata\ folder.
3.You must restart the server.