Ok My Problem: Ns Crashes when i start a listening server. I tryed it with and without metamod... (newest version of mm) I'm running Win2k. Using the newest rcbot beta's.
My configs..
rcbot folder is in d:\..\Halflife\
Liblist.gam (with mm)
CODE | //////////////////////////// // Natural Selection ? ? ?// // ? by Charlie Cleveland // //////////////////////////// game "Natural Selection (beta 5)" 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 "dlls/ns_i386.so" // Training map //trainmap "ns_training"
|
plugins.ini (mm)
CODE | ## $Id: plugins.ini,v 1.3 2003/05/19 06:55:08 clamatius Exp $#win32 ../rcbot/dlls/rcbot_mm.dll#win32 addons/whichbot/dlls/whichbot.dll#linux addons/whichbot/dlls/libwhichbot.so
win32 ..\rcbot\dlls\rcbot_mm.dll RCBot
|
Liblist.gam (standalone)
CODE | //////////////////////////// // Natural Selection ? ? ?// // ? by Charlie Cleveland // //////////////////////////// game "Natural Selection (beta 5)" 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 "..\rcbot\dlls\rcbot.dll" gamedll_linux "dlls/ns_i386.so" // Training map //trainmap "ns_training"
|
What to do?
--Ano
|