View Single Post
I've got ivBots working thanks to the info in this thread
Old
  (#27)
HuntTheShunt
Member
 
Status: Offline
Posts: 76
Join Date: May 2004
Default I've got ivBots working thanks to the info in this thread - 07-05-2004

ivbots now works, but admin mod and meta mod do not load.
Bots seem a little dum at the start but perhaps that's what the triaining is all about.

Anyone now how to get metamod and adminmod working with ivbots?

Current setup is as follows:-


07/05/2004
ivobt.
Bots work
Bots buy guns
meta list does not work

Standalone HLDS.exe ver 4.1.1.1
latest version ivpbot.dll located at:
I:\Games\SteamServer_v1120\cstrike\ivpbot
----------------------------------------------------------------
Shortcut
Name: Working Bots hlds 2.exe
command line
I:\Games\SteamServer_v1120\hlds.exe -dll ivpbot\ivpbot.dll
----------------------------------------------------------------
liblist.gam contents below
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.5"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
//gamedll "ivpbot\ivpbot.dll"
gamedll "addons/metamod/dlls/metamod.dll"
gamedll_linux "ivpbot/ivpbot_i486.so"
trainmap "tr_1"

----------------------------------------------------------------
Server.cfg contents below
// Use this file to configure your DEDICATED server.
// This config file is executed on server start.
// disable autoaim
sv_aim 0
// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "Counter-Strike 1.6 Server"
// maximum client movement speed
sv_maxspeed 320
// 20 minute timelimit
//mp_timelimit 20
//mp_timelimit 20
mp_timelimit 15
mp_chattime 0
// Winlimit upto 11/04/2004 mp_winlimit 10
mp_winlimit 20
mp_maxrounds 30

sv_cheats 0
// load ban files
exec listip.cfg
exec banned.cfg

// Execute the Admin Mod configuration file
exec addons/adminmod/config/adminmod.cfg
//ivp "addbot 100"
//ivp "weaponmode 1"

----------------------------------------------------------------
I:\Games\SteamServer_v1120\cstrike\addons\adminmod \config
plugin.ini contents below
//
// In this file you list the scripts you want to
// load. Use the path relative to the MOD directory
// e.g. cstrike for Counter-Strike.
//
// Lines beginning with "//" or "#" are commented out.
// That means that these scripts will not be loaded.
addons/adminmod/scripts/plugin_antiflood.amx
addons/adminmod/scripts/plugin_base.amx
addons/adminmod/scripts/plugin_chat.amx
addons/adminmod/scripts/plugin_cheat.amx
# addons/adminmod/scripts/plugin_CS.amx
# addons/adminmod/scripts/plugin_TFC.amx
addons/adminmod/scripts/plugin_hldsld_mapvote.amx
addons/adminmod/scripts/plugin_message.amx
addons/adminmod/scripts/plugin_retribution.amx
addons/adminmod/scripts/plugin_fun.amx
----------------------------------------------------------------
I:\Games\SteamServer_v1120\cstrike\addons\metamod
plugins.ini contents below
Win32 addons/adminmod/dlls/admin_MM.dll
#win32 addons/metamod/dll/getgamedirfix_mm.dll
#win32 addons/podbot/podbot_mm.dll
  
Reply With Quote