How do I make Pod/Real/Someother Bot work with Admin Mod?
If your bot is metamod compatible, all you need to do is add a line to your addons/metamod/plugins.ini (formerly metamod.ini) pointing to the bot dll. E.g. win32 addons/mybot/dlls/mybot.dll If the bot doesn’t use Metamod, on Windows: • Install Admin Mod and then install your bot (unless your bot is already installed of course). Configure and test Admin Mod before installing the bot • Open the file liblist.gam in notepad and look for the line that begins “gamedll”. This should be set to “addons\metamod\dlls\metamod.dll”. If it isn’t change it • Edit the properties of the shortcut on the desktop or start menu that you use to start your server. Add to the end of the line: +localinfo mm_gamedll PATHTOYOURBOTDLL.dll Note that the path to your DLL is relative to the game mod folder and must use / characters and not \ to separate folders – e.g. +localinfo dlls/podbot.dll On Linux: • Install Admin Mod and then install your bot (unless your bot is already installed of course). Configure and tes