IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Im an idiot!
davehiya
post Dec 20 2003, 12:50 AM
Post #1


Newbie
*

Group: Members
Posts: 4
Joined: 20-December 03
Member No.: 141



im a stupid newb at rcbot and i need help i unziped the folder in the halflife folder NOT the mod folder then it said edit my listlab.gam file which i found and opend but im not sure what to replace im using windows and im not using the metamod
sorry for grammer but like i said im a stupid newb! tongue.gif

////////////////////////////
// Natural Selection //
// by Charlie Cleveland //
////////////////////////////
game "Natural Selection"

url_info "www.natural-selection.org"

url_dl "http://www.natural-selection.org/"

version "2.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 "dlls\ns.dll"
gamedll_linux "dlls/ns_i386.so"

// Training map
//trainmap "ns_training"






User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Dec 20 2003, 02:35 AM
Post #2


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



QUOTE (davehiya @ Dec 20 2003, 12:50 AM)
// Using HPB_bot support for now
gamedll "dlls\ns.dll"
gamedll_linux "dlls/ns_i386.so"

Ok, this line in your liblist.gam file would be changed as follows.

Metamod NOT installed
CODE
// Using HPB_bot support for now
gamedll "../rcbot/dlls/rcbot.dll"
//gamedll_linux "dlls/ns_i386.so"


Metamod installed
CODE
// Using HPB_bot support for now
gamedll "addons/metamod/dlls/metamod.dll"
//gamedll_linux "dlls/ns_i386.so"


Then add the following to your metamod/plugins.ini.
CODE
win32 ../rcbot/dlls/rcbot_mm.dll



[note] This setup is for win32 only. [/note]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
davehiya
post Dec 20 2003, 04:19 AM
Post #3


Newbie
*

Group: Members
Posts: 4
Joined: 20-December 03
Member No.: 141



Thank you!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
davehiya
post Dec 20 2003, 07:41 PM
Post #4


Newbie
*

Group: Members
Posts: 4
Joined: 20-December 03
Member No.: 141



I installed whichbot because I wasnt getting much of a game with rcbot mainly because all the aliens do is upgrade and attack they never cap any towers or build hives or anything well whichbot all they do is build towers in their hive and attack never getting resources or nothing weres the challange? Excuse my grammer it's the weekend and im lazy.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Dec 20 2003, 08:59 PM
Post #5


Admin
*****

Group: Admin
Posts: 3,066
Joined: 11-September 03
From: uk
Member No.: 1



Everything is here...

http://www.rcbot.net/forums/index.php?showtopic=56
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Dec 20 2003, 10:40 PM
Post #6


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



QUOTE (davehiya @ Dec 20 2003, 07:41 PM)
I installed whichbot because I wasnt getting much of a game with rcbot mainly because all the aliens do is upgrade and attack they never cap any towers or build hives or anything well whichbot all they do is build towers in their hive and attack never getting resources or nothing weres the challange?

Well, just so you understand, rcbot is better suited for marine use at the moment and not so well off as aliens. Mainly because whichbot does a pretty good job in the alien department already. Now grant it, niether bot can put up much of a challange but look at it this way, it's better then playing alone and does give you a chance to practice (something you can't get away with in a public server) without being insulted or even kicked.

Rest asure, improvements are coming but not till, at least, most of the bugs have been addressed.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
davehiya
post Dec 21 2003, 07:54 PM
Post #7


Newbie
*

Group: Members
Posts: 4
Joined: 20-December 03
Member No.: 141



ya that makes since .
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Predator2X
post Dec 25 2003, 12:12 PM
Post #8


Newbie
*

Group: Members
Posts: 6
Joined: 25-December 03
Member No.: 150



hi there.
i got the same liblist.gam like davehiya and i have edit the file in the same way like Sandman[SA] say it in his post.
now if i?m trying to run a lan game HL crashes inmediatly with an error.
im dont using meta-mod or whichbot or any mod/plugins for ns. only trying now rcbot 1.1

and a big sorry if im typing bad, i?m only a german sad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Dec 25 2003, 05:19 PM
Post #9


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



QUOTE (Predator2X @ Dec 25 2003, 12:12 PM)
i got the same liblist.gam like davehiya and i have edit the file in the same way like Sandman[SA] say it in his post.
now if im trying to run a lan game HL crashes inmediatly with an error.
im not using meta-mod or whichbot or any mod/plugins for ns. only trying now rcbot 1.1

If you followed Cheeseh's and my install instructions carefully and correctly then there shouldn't be any major problems. What is the error message that you received?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Predator2X
post Dec 25 2003, 05:37 PM
Post #10


Newbie
*

Group: Members
Posts: 6
Joined: 25-December 03
Member No.: 150



hi,
i have changed the line
gamedll "dlls\ns.dll"
to
gamedll "../rcbot/dlls/rcbot.dll"

if im now try to running NS on lan i get the followed error msg
user posted image
its a little bit weired i think because im using a german windows plattform.
if you want, i?ll try to translate the german parts to english.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Dec 25 2003, 05:46 PM
Post #11


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



I can't see the image you posted. Can you just type it out please?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Predator2X
post Dec 25 2003, 06:46 PM
Post #12


Newbie
*

Group: Members
Posts: 6
Joined: 25-December 03
Member No.: 150



here we go:
Half-Life: hl.exe - Error in application

The exception"unknown software exception" (0xc00000fd) Is in application in the place 0x058cc55b Arisen

press ok to close the application (i think this is right)

Red text is translated by software
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Dec 25 2003, 11:47 PM
Post #13


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



Ok, that looks like rcbot maybe in the wrong directory. The rcbot file should be in this exact directory.

C:\SIERRA\Half-Life\rcbot

If it is NOT found here then please correct it now.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Dec 26 2003, 01:01 AM
Post #14


Admin
*****

Group: Admin
Posts: 3,066
Joined: 11-September 03
From: uk
Member No.: 1



I guess you are using steam?

There is a steam fix I need to add to the bot if it crashes in steam, I need to make yet another dll file for steam in linux and windows if that's the case.

The game should not quit qith an illegal exception if the dll file is not found or in wrong folder or whatever, you usually get a console error unless this is steam's doing.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Predator2X
post Dec 26 2003, 01:16 AM
Post #15


Newbie
*

Group: Members
Posts: 6
Joined: 25-December 03
Member No.: 150



my rcbot.dll is placed in E:\half-life\rcbot\dlls\rcbot.dll
and ns is @ E:\half-life\ns\
i cant understand why i got then an error if i put the files in the right place.. sad.gif


Cheeseh: no i dont use steam with NS. i got steam installed, but in an other dir.





"now there is something you dont see everyday.... thank god dry.gif "
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sandman[SA]
post Dec 26 2003, 03:24 AM
Post #16


RCBot Waypointer
*****

Group: Moderator
Posts: 987
Joined: 15-September 03
From: Philadelphia
Member No.: 19



Have you successfully started a vanilla NS listenserver before installing rcbot?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Predator2X
post Dec 26 2003, 11:20 AM
Post #17


Newbie
*

Group: Members
Posts: 6
Joined: 25-December 03
Member No.: 150



explain me howto, and i use a clean install to try out an "vanilla ns listenserver" getting up to run.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cheeseh
post Dec 26 2003, 01:23 PM
Post #18


Admin
*****

Group: Admin
Posts: 3,066
Joined: 11-September 03
From: uk
Member No.: 1



the exception you got was a stack overflow error. This was an old problem i had with linux but it was sorted ages ago.

Are you using the correct rcbot? i.e. the latest one for NS ONLY (and bumpercars, svencoop etc)? i.e. not rocketcrowbar..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Predator2X
post Dec 26 2003, 11:53 PM
Post #19


Newbie
*

Group: Members
Posts: 6
Joined: 25-December 03
Member No.: 150



i?ve used the 1.1. i downloadet it @ 12.24.03
the one with most modsupport like svencoop etc.
now i?ll try the new version and report if the problem is not solved

pred
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 15th September 2025 - 02:58 AM