Alright, I don't wanna hijack your "Latest Test Version" with my constant problems, so here we go with a re-cap and update...
It turned out (for me) that YaPB worked perfectly with MetaMod v1.18 and AMX Mod X v1.6 with the posted version (Jan 31st 2006) on the YaPB website. Since I started using an AMX mod that changed the player's model file name (so as to have custom models), I began using your newest test version listed. It all worked, except for the fact that the server would crash every 2 hours. Quite a pain for something that's to run 24/7.
Looking around lots of forums, I decided it would be best to update both AMX Mod X and MetaMod to fix any previous bugs they might have that might be causing my server to crash. Now, as I write this, I have AMX Mod X v1.71 and MetaMod v1.19 .
You said to put in "+localinfo mm_gamedll addons/yapb/dlls/podbot.dll" in the "Set launch options..." in the "Properties" portion of my Dedicated Server icon in the steam menu. I currently have "-dll addons/metamod/dlls/metamod.dll" in there, so I changed it to just "+localinfo mm_gamedll addons/yapb/dlls/podbot.dll" and it still crashes.
I'm so confused as to what to do to make this work and everything is confusing. The only way now to make the server run (and this is apparantly without any bots) is for the "Set launch options..." to only have "-dll addons/metamod/dlls/metamod.dll" and to set the following files like so:
liblist.gam
Quote:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1111"
nomodels "1"
nohimodel "1"
mpentity "multiplayer_only"
gamedll "addons\yapb\dlls\podbot.dll"
gamedll "addons\metamod\dlls\metamod.dll"
//gamedll "dlls\mp.dll"
gamedll_linux "dlls\cs_i386.so"
trainmap "tr_1"
|
addons/metamod/plugins.ini
Quote:
;;Metamod plugins.ini
;;AMX Mod X 1.60
win32 addons\amxmodx\dlls\amxmodx_mm.dll
wind32 addons\amxmodx\modules\VexdUM_mm.dll
win32 addons\amxmodx\modules\fun_amxx.dll
win32 addons\amxmodx\modules\cstrike_amxx.dll
win32 addons\amxmodx\modules\csx_amxx.dll
;;win32 addons\yapb\dlls\PODBot.dll
|
I've tried many many combination of commenting out things, adding things, the works. I'm developing a headache and ADD from all of it. Tell me what to do step by step and I'll change it and post what happens.