well i don't use adminmod.i only want to setup the latest wip.i have realbot.dll,metamod dll,and realbot_mm.dll in my realbot dll folder.and this is how my liblist.gam looks like:
game "Counter-Strike"
url_info "
www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
cldll "1"
hlversion "1120"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "..\realbot\dll\realbot.dll"
#gamedll "addons\metamod\dlls\metamod.dll"
trainmap "tr_1"
and this is how my liblist.rbn looks like:
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 "info_player_start"
gamedll "..\realbot\dll\realbot.dll"
#gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1
and i noticed that you said that i should have this line n the plugins.ini:
win32 dlls/realbot_mm.dll.but i don't have plugins.ini file.where do i get that?