Hi
i want to create a local server with metamod. Can i add IVPbot?If it's possible how can i do it?It doesn't work if i add win32 addons\ivpbot\ivpbot.dll in the plugins.ini of metamod.
Could you help me please?
There is no config.ini file (AFAIK there is a file called plugins.ini), and to load bot.dll not being a mm plugin You need to call from liblist.gam the metamod.dll file. To do do it - You need in the liblist.gam instead the line:
gamedll "dlls\mp.dll"
write this one:
gamedll "addons\metamod\dlls\metamod.dll"
then create th file (in cstrike directory) called autoexec.cfg and write in it the line:
+localinfo mm_gamedll "ivpbot\ivpbot.dll"
Then - after starting the game - You should to have metamod and ivpbot working together.
i did as whistler said to get the two working together, along with Pod-bot_mm, AMX Mod X, and StatsMe, but as soon as i start a server, the IvPBots "override" the Pod-bot_mm's and replace them with IvPBots, then add more IvPBots until the server is full! Is there any way to solve this?
There is no config.ini file (AFAIK there is a file called plugins.ini), and to load bot.dll not being a mm plugin You need to call from liblist.gam the metamod.dll file. To do do it - You need in the liblist.gam instead the line:
gamedll "dlls\mp.dll"
write this one:
gamedll "addons\metamod\dlls\metamod.dll"
then create th file (in cstrike directory) called autoexec.cfg and write in it the line:
+localinfo mm_gamedll "ivpbot\ivpbot.dll"
Then - after starting the game - You should to have metamod and ivpbot working together.
plugins.ini is to configure plugins
config.ini is to configure other things