Lan Server With Bot (need Help)...

GamezLordGamezLord Join Date: 2003-02-12 Member: 13457Members, Constellation
edited February 2003 in General Server Discussion
i like playing on lan with my friends (4 comps), but we do need some bots...
now... cuz i dont know anything in the area of metamod, adminmod and etc. i would realy like u to tell me what i need to do to make a NS lan server with metamod, adminmod and RCBot.

if its possible also for CS lan server with metamod, adminmod and POD-Bot.

and can some1 expline to me what is this AMX ? ;/

really need it

thx in adv and ill thx u again ;]

<!--emo&::onos::--><img src='http://www.unknownworlds.com/forums/html/emoticons/tiny.gif' border='0' style='vertical-align:middle' alt='tiny.gif'><!--endemo--> > <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> > <!--emo&::gorge::--><img src='http://www.unknownworlds.com/forums/html/emoticons/pudgy.gif' border='0' style='vertical-align:middle' alt='pudgy.gif'><!--endemo--> > <!--emo&::skulk::--><img src='http://www.unknownworlds.com/forums/html/emoticons/skulk.gif' border='0' style='vertical-align:middle' alt='skulk.gif'><!--endemo--> > <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo-->

Comments

  • ShadowcatShadowcat Join Date: 2003-01-18 Member: 12443Members
    Download RCBOT at <a href='http://homepage.ntlworld.com/pat.murphy/rcbot/' target='_blank'>http://homepage.ntlworld.com/pat.murphy/rcbot/</a> but I have to tell ya its very buggy right now. Rcbot does support admin mod with it's dll, but you really don't need adminmod or amx for lan play. Admin Mod and Amx allows you to do special things that the normal game does not support like bury players, slap them, disco will display colors on your player model and stuff like that. However I recomend you to check out the manual first at <a href='http://www.adminmod.com' target='_blank'>http://www.adminmod.com</a>.

    I'll tell you how to setup RCBOT, I would recommend to unzip into C://unzipped/rcbot because unzipping to ns might override some files.

    Hit Windows Key + E to open explorer, go to C://unzipped or where you unzipped to and then open natural-selection folder in C://sierra/half-life/ns (thats my default)

    Move all the files from your unzipped to ns, make sure not to override any folders if it asks you

    After you unzipped each file into its folder like rcbot.dll to the dlls folder and the rcbot text files to the main ns folder, open liblist.gam in the main ns folder with notepad and change the line
    gamedll "dlls\ns.dll to gamedll "dlls\rcbot.dll
    Example:
    ////////////////////////////
    // Natural Selection //
    // by Charlie Cleveland //
    ////////////////////////////
    game "Natural Selection"
    url_info "www.natural-selection.org"
    url_dl "http://www.natural-selection.org/"
    version "1.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"
    //type "multiplayer"
    //type "singleplayer"
    // 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 "dlls\ns.dll"
    gamedll "dlls\rcbot.dll"
    // gamedll "dlls\HPB_bot.dll"
    gamedll_linux "dlls/ns_i386.so"
    // Training map
    //trainmap "ns_training"

    Now fire up natural-selection and type addbot or hit the - key, make sure though - is bound to botmenu.
Sign In or Register to comment.