Help! Mutliple Installation Woes. -
29-04-2005
Well guys I looked around for a short while at least and didn't find anything to help me, so I went ahead and posted.
I've gotten the bots and the adminmod to work independently, but I can't get them working together.
Problem #1 - Adminmod and HPB_bot not working together
This one is strange. I read the section about running bots with admin mod at the Admin Mod web site. It says "Beginning with Admin Mod version 2.50e ... Bot support is now started from the command line or Windows shortcut, rather than from an .ini file". They then procede to tell you how to set up an .ini file. Duh!!!! Anybody see a little contradiction here?
Anyway, they go on with these instructions:
To get the bots working, you will need to create a config.ini in <MOD>/addons/metamod.
For Linux-based servers:
gamedll addons/podbot/dlls/Pod_bot.so
I'm on SuSE 8.0 Linux and since I'm running HPB_bot my config.ini reads like
gamedll "dlls/HPB_bot_i486.so"
This causes a segmentation fault. I figured the gamedll directive might be a Windows directive instead of one for Linux, so I changed it to :
gamedll_linux "dlls/HPB_bot_i486.so"
This seams to be the standard in the liblist.gam file so I figured thats what the instructions actually ment to say. The segmentation fault went away but no bots!
All I know is that I have to specify the bots plugin to be loaded somewhere, either in liblist.gam or cstrike/addons/metamod/config.ini or on the command line.
Can someone give me directions and syntax for doing this.
Problem #2 - When I successfully installed the bots then adminmod stop working.
I figured this was because the bot installation script overwrote the liblist.gam and took adminmods load directive out of the file. So I added the directive for adminmod back in. Then admin mod worked but no bots. Thats when I revisited the adminmod site and tried the config.ini method that I mentioned earlier.
Last Problem - Bots don't buy weapons.
Thanks
|