.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > RealBot > Help request
Help request Need help? Ask around here! (for questions about the source code, go to the RealBot 'Source')

Reply
 
Thread Tools
Re: Realbot 1.6 Installation Instructions
Old
  (#11)
[BBB]sluggo
Member
 
[BBB]sluggo's Avatar
 
Status: Offline
Posts: 153
Join Date: Jan 2004
Location: Stockholm, Sweden
Default Re: Realbot 1.6 Installation Instructions - 31-10-2004

Hi,
You have Realbot installed in the wrong directory??
Could you post your exact path to the realbot dir?
i.e. c:\programs\steam\steamapps\your@mail.com\hlds\rea lbot..... or something like that...


An expert is a person who has made all the mistakes that can be made in a very narrow field. Niels Bohr (1885 - 1962)
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions
Old
  (#12)
justin
Guest
 
Status:
Posts: n/a
Default Re: Realbot 1.6 Installation Instructions - 05-11-2004

um yea my directory structure is c:\HLserver\Realbot with my windows dedicated server. I got metamod and all that its just when i load up a bot it says

WARNING: RealBot is NOT installed into the correct directory!
WARNING: rbnbx files will not be created nor personality files!

but in that Realbot folder in (c:\HLserver\Realbot\data\cstrike\bots) it puts in there any bot i load in the server so it at least knows about that.

where do i put my realbot directory or how do tell my server to look there so i dont get that error and can use the personality files and what not.
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions
Old
  (#13)
muldvarpen
Member
 
Status: Offline
Posts: 1
Join Date: Dec 2004
Default Re: Realbot 1.6 Installation Instructions - 09-12-2004

When i put the dll file into the counter-strike folder, no realbot folder is created. I tried many times, made sure no other bot is installed...
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions
Old
  (#14)
[BBB]sluggo
Member
 
[BBB]sluggo's Avatar
 
Status: Offline
Posts: 153
Join Date: Jan 2004
Location: Stockholm, Sweden
Default Re: Realbot 1.6 Installation Instructions - 10-12-2004

Well muldvarpen, it looks as if you have missed a big step in the installation instructions....
Have a look at this page:
http://wiki.bots-united.com/index.ph...0RealBot%20WIP


An expert is a person who has made all the mistakes that can be made in a very narrow field. Niels Bohr (1885 - 1962)
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions
Old
  (#15)
swoop
Member
 
Status: Offline
Posts: 25
Join Date: Feb 2006
Question Re: Realbot 1.6 Installation Instructions - 09-02-2006

Quote:
Originally Posted by stefanhendriks
for dedicated servers, it works, you need to install it into the steam 'dedicated server' directory instead of 'counter-strike'. The other instructions remain the same.

you must be admin, or have admin access ie via rcon to add bots then.
STEAM DEDICATED FOLDER??? my folder structure is /czero/66.55.158.94:27015/czero

which would be the dedicated folder??
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions (LINUX)
Old
  (#16)
Krillin
Member
 
Krillin's Avatar
 
Status: Offline
Posts: 38
Join Date: Aug 2007
Location: In a home
Idea Re: Realbot 1.6 Installation Instructions (LINUX) - 28-06-2008

Look Fellas,

It goes like this. Your server runs from a directory called CSTRIKE no matter what you run for an Operating System.

Therefore, the REALBOT folder must reside where the CSTRIKE folder is.

We prefer the old way of adding plugins to the server by editing the liblist.gam file accordingly.

If you run a BOT program in CZERO, this only shows how much you DO NOT know about the game you wanna-be server admins are running, and really need to learn how the use TURTLEROCK Built-in bots in Condition-Zero Server. Anything less is degrading!

So for you Linux server admins out there, it goes like this.

You have your install at HLDS_L and your directory looks something like this:
Code:
/home/user/hlds_l
/home/user/hlds_l/cstrike
/home/user/hlds_l/platform
/home/user/hlds_l/valve
You need to make sure the realbot folder is in the HLDS_L Folder, Like Such:
Code:
/home/user/hlds_l
/home/user/hlds_l/cstrike
/home/user/hlds_l/realbot
/home/user/hlds_l/platform
/home/user/hlds_l/valve
Now open your Meta-MOD Plugins.ini file and add the following syntx:
We Use Mandriva 2008.0 Linux works the following way:
Code:
;RealBot
linux realbot/dll/realbot_mm_i386.so
Some linux builds like Debian or UBUNTU require the following syntax:
Code:
;RealBot
linux ../realbot/dll/realbot_mm_i386.so
Now, you want your server to load WITH bots, here is what we did.

Open server.cfg file and add the following line:
Code:
//Realbot Configuration
exec RealBot.cfg
Save and close the server.cfg file.

Open a text editor such as kwrite or gedit and create a file called RealBot.cfg in the /CSTRIKE/ folder where server.cfg is. Now add the following basic lines to get bots in the server or add other prefered cvars as we have:
Code:
//RealBot Add & Config

//Define Max # Bots Allowed
// #=Number Desired
realbot max 4

//Define Min # Bots Allowed
// #=Number Desired
realbot server player 0

//Version Broadcast
// 0=Broadcast Every Round and Map Change / 1 = Map Change Only
realbot server broadcast version 1

//Realbot Player Skills
// 0=Godlink / 10=Newbie
realbot skill 0

//Add Bot To The Server, Please
realbot add
realbot add
realbot add
realbot add
realbot add
realbot add
realbot add
Save and close any and all files. Launch server, and let them bots learn the maps you have on your server. It will take some time, but it is worth it. The more players the better and faster they will learn. In a 2-4 rounds your bots will get out of their spawn and play.

Good luck,
Krillin


Serving Players Since 1997


www.KRILLINSWORLD.com
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions
Old
  (#17)
Krillin
Member
 
Krillin's Avatar
 
Status: Offline
Posts: 38
Join Date: Aug 2007
Location: In a home
Warning Re: Realbot 1.6 Installation Instructions - 28-06-2008

Quote:
Originally Posted by [BBB]sluggo View Post
Well muldvarpen, it looks as if you have missed a big step in the installation instructions....
Have a look at this page:
http://wiki.bots-united.com/index.ph...0RealBot%20WIP
This link is asking for a log in. So forum browers, don't try it, you can't get it.

Thanks.


Serving Players Since 1997


www.KRILLINSWORLD.com
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions (LINUX)
Old
  (#18)
kasumi
Member
 
Status: Offline
Posts: 2
Join Date: Aug 2009
Question Re: Realbot 1.6 Installation Instructions (LINUX) - 06-08-2009

Quote:
Originally Posted by Krillin View Post
Look Fellas,

It goes like this. Your server runs from a directory called CSTRIKE no matter what you run for an Operating System.

Therefore, the REALBOT folder must reside where the CSTRIKE folder is.

We prefer the old way of adding plugins to the server by editing the liblist.gam file accordingly.

If you run a BOT program in CZERO, this only shows how much you DO NOT know about the game you wanna-be server admins are running, and really need to learn how the use TURTLEROCK Built-in bots in Condition-Zero Server. Anything less is degrading!

So for you Linux server admins out there, it goes like this.

You have your install at HLDS_L and your directory looks something like this:
Code:
/home/user/hlds_l
/home/user/hlds_l/cstrike
/home/user/hlds_l/platform
/home/user/hlds_l/valve
You need to make sure the realbot folder is in the HLDS_L Folder, Like Such:
Code:
/home/user/hlds_l
/home/user/hlds_l/cstrike
/home/user/hlds_l/realbot
/home/user/hlds_l/platform
/home/user/hlds_l/valve
Now open your Meta-MOD Plugins.ini file and add the following syntx:
We Use Mandriva 2008.0 Linux works the following way:
Code:
;RealBot
linux realbot/dll/realbot_mm_i386.so
Some linux builds like Debian or UBUNTU require the following syntax:
Code:
;RealBot
linux ../realbot/dll/realbot_mm_i386.so
Now, you want your server to load WITH bots, here is what we did.

Open server.cfg file and add the following line:
Code:
//Realbot Configuration
exec RealBot.cfg
Save and close the server.cfg file.

Open a text editor such as kwrite or gedit and create a file called RealBot.cfg in the /CSTRIKE/ folder where server.cfg is. Now add the following basic lines to get bots in the server or add other prefered cvars as we have:
Code:
//RealBot Add & Config

//Define Max # Bots Allowed
// #=Number Desired
realbot max 4

//Define Min # Bots Allowed
// #=Number Desired
realbot server player 0

//Version Broadcast
// 0=Broadcast Every Round and Map Change / 1 = Map Change Only
realbot server broadcast version 1

//Realbot Player Skills
// 0=Godlink / 10=Newbie
realbot skill 0

//Add Bot To The Server, Please
realbot add
realbot add
realbot add
realbot add
realbot add
realbot add
realbot add
Save and close any and all files. Launch server, and let them bots learn the maps you have on your server. It will take some time, but it is worth it. The more players the better and faster they will learn. In a 2-4 rounds your bots will get out of their spawn and play.

Good luck,
Krillin
you say cz have build in bots... yea they have in the listed server but the ones who use hldsupdate tool to download the dedicaded server cant run it from steam and they dont get the build in bots... is it possible to do enyting to fix the realbot ore somehow fix the cz build in bots to a hlds server not started with steam client... im only looking for a bot who have auto waypointing ore like realbot have i don't like zbot.
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions (LINUX)
Old
  (#19)
kasumi
Member
 
Status: Offline
Posts: 2
Join Date: Aug 2009
Default Re: Realbot 1.6 Installation Instructions (LINUX) - 07-08-2009

Nvm i think i got it to work somehow
  
Reply With Quote
Re: Realbot 1.6 Installation Instructions
Old
  (#20)
ExAnimo
Member
 
Status: Offline
Posts: 34
Join Date: Oct 2010
Location: Russia
Default Re: Realbot 1.6 Installation Instructions - 15-06-2015

How completely off chat of the realbot ?
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com