POD-Bot
From HLSW Wiki
POD-Bot is a bot for Half-Life games, especially for Counter-Strike 1.5, 1.6 and Condition-Zero.
Currently POD-Bot is a MetaMod plugin and is maintained on Bots-United and Bots-United Forums
You also may be interested in Bots-United Wiki to know more about bots for few games.
HLSW related
Below text refers to HLSW 1.1.x or newer only.
Currently PODBot does not have properly set pb_version cvar, but it will be fixed in next release.
Server that is using PODBot in rules returns pb_version variable, which contains of course version number. There are other cvars but we are rather not interested in them.
How to add recognition to HLSW? You must edit cfg/AddOns.cfg file and add there extra lines in specified place.
Find
First, find the text (it is by default in HLSS 1.1.x)
[] = {
['Type'] = 'AntiCheatTool';
['Name'] = 'VAC';
['LongName'] = 'Valve Anti-Cheat';
['URL'] = 'http://wiki.hlsw.org/index.php/Valve_Anti-Cheat';
['ActiveRule'] = 'secure';
};
Add below
You see the last }; - put cursor in the line below it (on the line begining, and paste below text.
[] = {
['Type'] = 'Plugin';
['Name'] = 'PODBot';
['LongName'] = 'PODBot';
['URL'] = 'http://wiki.hlsw.org/index.php/POD-Bot';
['ParamRule'] = 'pb_version';
};
Save and reload configs - you will see the PODBot in descripion.
