Thread: liblist.gam
View Single Post
liblist.gam
Old
  (#1)
bleedright
Member
 
Status: Offline
Posts: 2
Join Date: Mar 2006
Default liblist.gam - 02-03-2006

Hi i have a problem maybe u can help me fix it.

I am trying to run yapb bots on client server (someone called it a 'listen' server too), with csdm 2.0. i can get the csdm to run, i can also get the yapb bots to work, but i cant get them to work together.

I think ive narrowed the problem to liblist.gam not sure what this file does exactly but i know that both yapb and amxX both are modifying it. Im pretty sure they are changing the same things inside that file and thats why it wouldnt work.

after a few hours of trying thats the only thing i can come up with. is there some solution to my yapb + csdm problem? what is liblist.gam? and is there another bot that might be compatable with csdm, if yapb(which i like alot) isnt? ty.

not sure what version of yapb i have but amxX is 1.60, windows xp 32biting.

my liblist.gam looks like this after i install yapb:

Code:
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_deathmatch"
gamedll "addons\yapb\dlls\podbot.dll"
gamedll_linux "addons/yapb/dlls/podbot_i386.so"
after amxX:
Code:
 
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_deathmatch"
//gamedll "addons\yapb\dlls\podbot.dll"
//gamedll_linux "addons/yapb/dlls/podbot_i386.so"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
im almost late for class i better go ill check back tonight if anyone has answered. ty.
  
Reply With Quote