I'm using Gentoo linux, NS 3.0 b4a, latest RCbot, and I've tried both metamod versions (17a and 17x3?). In my hlds_l folder I have the rcbot and nsp folders.
CODE | # cat nsp/addons/metamod/plugins.ini
## $Id: plugins.ini,v 1.3 2003/05/19 06:55:08 clamatius Exp $
win32 addons\whichbot\dlls\whichbot.dll linux addons/whichbot/dlls/libwhichbot.so
win32 ..\rcbot\dlls\rcbot_mm.dll linux ../rcbot/dlls/rcbot_mm_i486.so
win32 addons\amx\dlls\amx_mm.dll linux addons/amx/dlls/amx_mm_i386.so
win32 addons\amx\dlls\fun_ms.dll linux addons/amx/dlls/fun_ms_i386.so
|
CODE | # ls rcbot/dlls/
rcbot.dll rcbot_i486.so rcbot_mm.dll rcbot_mm_i486.so
|
CODE | meta list
Currently loaded plugins: description stat pend file vers src load unlod [ 1] whichbot RUN - libwhichbot.so v0.92 ini Start Start [ 2] <rcbot_mm_i486. badf load rcbot_mm_i486.so v - ini - - [ 3] AMX RUN - amx_mm_i386.so v0.9.3 ini Start Start [ 4] FUN RUN - fun_ms_i386.so v0.9.2 ini Start Start 4 plugins, 3 running
|
CODE | # cat nsp/liblist.gam
//////////////////////////// // Natural Selection // // by Charlie Cleveland // //////////////////////////// game "Natural Selection (beta)"
url_info "www.natural-selection.org"
url_dl "http://www.natural-selection.org/"
version "v3.0"
size "165000000"
svonly "0"
secure "0"
cldll "cl_dlls\client.dll"
hlversion "1110"
// How to allow training but disable "New game"? type "multiplayer_only"
// Don't show models in browser nomodels "1" nohimodel "1"
// Only show NS-compliant maps mpentity "info_mapinfo"
// Using HPB_bot support for now gamedll "addons\metamod\dlls\metamod.dll" gamedll_linux "addons/metamod/dlls/metamod_i386.so"
// Training map //trainmap "ns_training"
|
Any help would be greatly appreciated.
-kremsyn
|