Quote:
Originally Posted by Mugwump
My liblist.gam file looks like this:
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_linux "ivpbot/ivpbot_i486.so"
trainmap "tr_1"
|
I'm not sure but is this really correct in CS1.6 use these lines:
version "1.5"
hlversion "1110"
Maybe is better use these:
version "1.6"
hlversion "1111"
This probably can't fix Your current problem , but maybe it prevent You against new problems in the future.
And try also change this line:
gamedll_linux "ivpbot/ivpbot_i486.so"
to this:
gamedll_linux "ivpbot\ivpbot_i486.so"
But I don't have linux so I can't be an expert for this.