.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Help request (http://forums.bots-united.com/forumdisplay.php?f=37)
-   -   Realbots on a Dedicated Server (http://forums.bots-united.com/showthread.php?t=1046)

ToKey 10-03-2004 05:48

Realbots on a Dedicated Server
 
Hey
I have looked through all the posts so far and still haven't figured out how to get this RealBots stuff to work :(
My server is a linux one and well I am just so lost.
I placed the realbot folder into the addons folder and then added a line to the metamod plugins.ini file as "linux addons/realbot/dll/realbot_i486.so"
When ever I change the liblist.gam file to what yall say to change it to...it just crashes my server and it never comes back up uless I change it back.
PLEASE help me out...it will be very appreciated :D

ToKey 10-03-2004 05:50

Re: Realbots on a Dedicated Server
 
Oh yeah...I also have amxmod installed :D

Onno Kreuzinger 10-03-2004 10:17

Re: Realbots on a Dedicated Server
 
Hi, try this pakage, it has a readme *g*:
http://kreuzinger.biz/private/bots-u...9_linux.tar.gz

try to learn any new maps carefully, i.e. when bots don't move they need to learn the map from humans. the humans should then use simple paths (no jumping, crouching or ladders) to run in a big circle from one spawn to the other and back, the bots will then allready be able to play along (there is a realbot command to stop them from shooting). one thing, all possible spawn points must be walked over, so that bots spawning know the point the start on.

have fun

ToKey 10-03-2004 16:44

Re: Realbots on a Dedicated Server
 
I need this as well too right?
http://realbot.bots-united.com/files/linux_rbv10.tar.gz

Onno Kreuzinger 10-03-2004 18:02

Re: Realbots on a Dedicated Server
 
no, it should include all needed to get realbot wip#9 to work on linux

ToKey 10-03-2004 18:21

Re: Realbots on a Dedicated Server
 
Man...I did all you told me to and still can't get it to work :(
Can you please Aim me at ChRiS4zo and help me out...if you want :D

Onno Kreuzinger 10-03-2004 18:41

Re: Realbots on a Dedicated Server
 
i don't IM for support, sorry.
but tell what you did and what the server console prints
and if anything from the readme is unclear ;-)

ToKey 10-03-2004 18:49

Re: Realbots on a Dedicated Server
 
description stat pend file vers src load unlod
[ 1] AMX RUN - amx_mm_i386.so v0.9.7 ini ANY ANY
[ 2] <realbot_mm_i38 badf load realbot_mm_i386. v - ini - -
[ 3] FUN RUN - fun_mm_i386.so v0.9.8 cmd ANY ANY
and...I did all that you told me :(

Onno Kreuzinger 10-03-2004 19:01

Re: Realbots on a Dedicated Server
 
aha a "badf load", that indicates that you either did not use the metamod from the realbot website (which is also in my pack) or you have a glibc 2.3 (do a "rpm -q glibc" to learn your version).

in the first case differnt compilers used for metamod and realbot will break it.
in the second case the standart C library (providing basic features as file open..) the libs are compiled for differ.

cheers


/edit
2 wrong characters make you loose your own language?
b.t.w. typos only in the technical explanation, the point is the badf error, not ,what in terms of programming, has caused it to fail
edit/

ToKey 10-03-2004 19:02

Re: Realbots on a Dedicated Server
 
English?

ToKey 10-03-2004 19:24

Re: Realbots on a Dedicated Server
 
How do I do this???
"or you have a glibc 2.3 (do a "rpm -q glibc" to learn your version)."

Onno Kreuzinger 10-03-2004 19:40

Re: Realbots on a Dedicated Server
 
type into your linux shell console:
rpm -q glibc

it will reply with the verison you are using.

b.t.w.
european language no. 3 and whats about grammar in your english ?

ToKey 10-03-2004 19:42

Re: Realbots on a Dedicated Server
 
um...shell console??
How would I get that?
Do you need shell access to get RealBots to work?

ToKey 10-03-2004 20:10

Re: Realbots on a Dedicated Server
 
YAYAY
I dont know what I did but I think the plugins.in file had this "linux ../realbot/dll/realbot_mm_i386.so."
instead of
"linux ../realbot/dll/realbot_mm_i386.so"

So yeah...that was the reason it didn't work...I musta hit the "." at the end for some stupid reason...
Thanx btw :D

ToKey 10-03-2004 20:17

Re: Realbots on a Dedicated Server
 
Ok..now...when I connected to the server, there were already 4 bots playing...so...I tried to do some commands and nothing works...can ya help me out on this as well? :D

Onno Kreuzinger 10-03-2004 20:23

Re: Realbots on a Dedicated Server
 
the question is now which metamod do you have installed, since the newer glibc you might have is compatible to the older i used to compile the metamod and realbot .so (linux variant of a dll).
which version of linux do you have (e.g. redhat 9.0, madrake 10, suse 8.1,..).

but be aware without console access it will be harder to run realbot, it is a work in progress (WIP) version, w/o official support from the developer.

ToKey 10-03-2004 20:31

Re: Realbots on a Dedicated Server
 
Ok..it works...but um...do I need to install Mean right?
And...I installed the realbot amx plugin...how do I get that to work?
Can you link me to MeaN please :D

Terran 10-03-2004 20:50

Re: Realbots on a Dedicated Server
 
MeaN:
use your mouse, scroll to the to of this page, open your eyes and start reading the headers text...

You installed the AMX plugin and still don't know how to use it??? How did you manage this?

Onno Kreuzinger 10-03-2004 20:55

Re: Realbots on a Dedicated Server
 
well the mean botmanager stuff is afaik not yet avail. for linux, botmeister is still on his way to linux.

for that amxplugin, you must
a) have amx
b) start amx in the metamod plugins.ini
c) start the realbot amx plugin in the plugins.ini from amx

for amx there is an example in the metamod plugins.ini-realbot_wip file which comes with my pack. you should only need to remove the ; which comments that line out. your amx might have a differnt .so file name, so be shure to chek that ;-)

cheers

ToKey 10-03-2004 20:57

Re: Realbots on a Dedicated Server
 
Quote:

Originally Posted by Terran
MeaN:
use your mouse, scroll to the to of this page, open your eyes and start reading the headers text...

You installed the AMX plugin and still don't know how to use it??? How did you manage this?

Thx for being a dick man :(
And btw...the amx plugin works, I get all the menus..it is just when I hit 1-6 and go to the next menu, nothing appears except for the 0-exit :(

ToKey 10-03-2004 21:04

Re: Realbots on a Dedicated Server
 
and...
I put the mean.dll file in the cstrike/dlls folder...what else should I do?
It doesn't seem to work :(

Terran 10-03-2004 21:05

Re: Realbots on a Dedicated Server
 
Maybe you got me wrong (english is not my native language), but some things are very obvious:
You ask for a link to mEAn and I told you where to find it.
Because I didn't write the link in my posting doesn't give you the right to call me a dick. But I hate people who can't do even the easiest tasks on their own like reading what's on this page. The link to mEAn is even at the top of each page and at first page of this site...

About the AMX plugin:
You wrote you installed it but don't know how to use it. And that's what I don't understand. The plugin comes without any installation instructions, you have to read the source code for it. And if your read the source code you know how to use it.

Onno Kreuzinger 10-03-2004 21:12

Re: Realbots on a Dedicated Server
 
eh watch your mouth, Terran just pointed out the truth, i'm just more used to people not able to first think, then understand and finaly ask when knowing what they failed on.

/edit

i can't follow you easily, and we are cross posting allready. but i think my part is over here, i do not have the amx plugin installed, and Terran seems to know what you need.

edit/

Terran 10-03-2004 21:19

Re: Realbots on a Dedicated Server
 
There seams to be a hole in the timeline =). While I wrote my posting ToKey edited his posting and clarified the plugin problem as solved...

Onno Kreuzinger 10-03-2004 21:27

Re: Realbots on a Dedicated Server
 
lets do the time warp again ..

also my links in the notification emails point me to the page 2, while the text in the email is from this page, in the middle ...

blackhole sun

ToKey 10-03-2004 21:31

Re: Realbots on a Dedicated Server
 
How do you get mEAn to work?

Onno Kreuzinger 10-03-2004 21:40

Re: Realbots on a Dedicated Server
 
by using windows ?

ToKey 10-03-2004 22:18

Re: Realbots on a Dedicated Server
 
?????

Onno Kreuzinger 10-03-2004 22:27

Re: Realbots on a Dedicated Server
 
Quote:

Originally Posted by memed
well the mean botmanager stuff is afaik not yet avail. for linux, botmeister is still on his way to linux.

this is the point, there is no linux version (yet)

ToKey 10-03-2004 22:42

Re: Realbots on a Dedicated Server
 
:( :( :( :(


All times are GMT +2. The time now is 05:02.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.