IPB

Welcome Guest ( Log In | Register )

> Help with Linux Dedicated Server RCBot2 Installation, Please Help
macgyver
post May 22 2010, 06:09 AM
Post #1


Member
**

Group: Members
Posts: 19
Joined: 20-May 10
From: Raleigh, NC USA
Member No.: 1,825



Ok, I rent a TF2 Linux Dedicated server and am trying to get RCBot to work on it....haven't had any success yet.

What I have down so far:

#1. I have uploaded the rcbot2 folder to the server as below:
----------------------------------------------------------------------
My Folder Tree:


orangebox/bin/
orangebox/rcbot2/
orangebox/hl2/
orangebox/tf/

Is that correct?
------------------------------------------------------------------------

#2.I have placed HPB_Bot2_i486.so in: orangebox/bin

#3. I had my server rental company modify my startup line as follows:

./srcds_run -game tf -tickrate 66 +ip $GAME_IP +port $GAME_PORT +maxplayers ${SLOTS} +plugin_load ../bin/HPB_bot2_i486.so +map koth_nucleus -console

#4. I then connect restarted the server and connect. Go to console and enter rcon password to login. I then type sv_cheats 1. I then type rcon rcbotd addbot. It says "unknown command".

Could someone please tell me what I am doing wrong, or haven't done? dry.gif

Thank you VERY much for your help!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
bir3yk
post May 24 2010, 08:29 AM
Post #2


RCBot Fan
****

Group: Members
Posts: 107
Joined: 4-June 09
Member No.: 1,566



in the console so?
CODE

[RCBOT] Found interface INTERFACEVERSION_PLAYERINFOMANAGER IPlayerInfoManager playerinfomanager
[RCBOT] Found interface INTERFACEVERSION_VENGINESERVER IVEngineServer engine
[RCBOT] Found interface FILESYSTEM_INTERFACE_VERSION IFileSystem filesystem
[RCBOT] Found interface INTERFACEVERSION_ISERVERPLUGINHELPERS IServerPluginHelpers helpers
[RCBOT] Found interface INTERFACEVERSION_ENGINETRACE_SERVER IEngineTrace enginetrace
[RCBOT] Found interface INTERFACEVERSION_SERVERGAMEENTS IServerGameEnts servergameents
[RCBOT] Found interface IEFFECTS_INTERFACE_VERSION IEffects g_pEffects
[RCBOT] Found interface INTERFACEVERSION_PLAYERBOTMANAGER IBotManager g_pBotManager
[RCBOT] Found interface INTERFACEVERSION_GAMEEVENTSMANAGER2 IGameEventManager2 gameeventmanager
[RCBOT] Found interface INTERFACEVERSION_GAMEEVENTSMANAGER IGameEventManager gameeventmanager1
[RCBOT] Found interface ServerGameDLL006 for TF2
[RCBOT] Found interface INTERFACEVERSION_SERVERGAMECLIENTS IServerGameClients gameclients
[RCBot] Reading bot profile "../rcbot2/profiles/1.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/2.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/3.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/4.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/5.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/6.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/7.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/8.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/9.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/10.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/11.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/12.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/13.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/14.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/15.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/16.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/17.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/18.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/19.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/20.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/21.ini"
[RCBot] Reading bot profile "../rcbot2/profiles/22.ini"
[RCBot] Bot profile "../rcbot2/profiles/23.ini" not found
[RCBot] config file not found
-----------------------------------------------------------------
RCBOT LICENSE
-----------------------------------------------------------------
RCBot by Paul Murphy adapted from Botman's HPB Bot 2 template.

RCBot is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

RCBot is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with RCBot; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

In addition, as a special exception, the author gives permission to
link the code of this program with the Half-Life Game Engine ("HL"
Engine") and Modified Game Libraries ("MODs") developed by Valve,
L.L.C ("Valve").  You must obey the GNU General Public License in all
respects for all of the code used other than the HL Engine and MODs
from Valve.  If you modify this file, you may extend this exception
to your version of the file, but you are not obligated to do so.  If
you do not wish to do so, delete this exception statement from your
version.
-----------------------------------------------------------------
Loaded plugin "./HPB_bot2_i486.so"
Unknown command "startupmenu"
Network: IP 192.168.1.101, mode MP, dedicated Yes, ports 27020 SV / 27005 CL
Level "ctf_2fort" has been loaded


so?
CODE
2. Edit .../rcbot2/config/bot_mods.ini
mod = TF2
steamdir = orangebox
gamedir = tf
bot = TF2
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
macgyver   Help with Linux Dedicated Server RCBot2 Installation   May 22 2010, 06:09 AM
bir3yk   orangebox/bin/ orangebox/rcbot2/ orangebox/hl2/ or...   May 22 2010, 09:42 AM
macgyver   orangebox/bin/ orangebox/rcbot2/ orangebox/hl2/ o...   May 22 2010, 05:51 PM
bir3yk   correct. see HPB_bot2 load in console?   May 22 2010, 07:44 PM
macgyver   correct. see HPB_bot2 load in console? No I am...   May 22 2010, 09:02 PM
bir3yk   rcon plugin_load ./HPB_bot2 an experiment... I k...   May 22 2010, 09:34 PM
macgyver   Thanks for your help guys! I got it working......   May 23 2010, 09:06 PM
bir3yk   in the console so? [RCBOT] Found interfac...   May 24 2010, 08:29 AM
macgyver   Yes, here is what it says in my console: Console ...   May 24 2010, 02:37 PM
bir3yk   the folder you have? rcbot2\waypoints\or...   May 24 2010, 02:44 PM
macgyver   Yes those are the directories that I have. Seein...   May 24 2010, 04:25 PM
bir3yk   Connecting to 109.110.95.33:27020 and see exactly...   May 24 2010, 04:33 PM
Cheeseh   Connecting to 109.110.95.33:27020 and see exactl...   May 24 2010, 05:21 PM
macgyver   what map are you playing ? Are bots capturing the...   May 24 2010, 05:33 PM
bir3yk   name map? :)   May 24 2010, 05:24 PM
Cheeseh   name map? :) yeah, although bir3yk , I joined y...   May 24 2010, 05:31 PM
bir3yk   ok ... it update, my waypoints old :)   May 24 2010, 05:33 PM
Cheeseh   ok ... it update, my waypoints old :) also the s...   May 24 2010, 05:35 PM
bir3yk   not all but many   May 24 2010, 05:39 PM
macgyver   not all but many I got my rcbot2 directory from...   May 24 2010, 06:29 PM
Cheeseh   well if they don't move out of spawn something...   May 24 2010, 07:18 PM
macgyver   well if they don't move out of spawn somethin...   May 24 2010, 08:25 PM
bir3yk   server.cfg sv_cheats 1 rcbotd addbot .. .. .. .....   May 24 2010, 09:09 PM
MrStalker   Hello! I from Russia so excuse for my bad Eng...   Jun 21 2010, 12:48 PM
Cheeseh   plugin_load HPB_bot2_i486_151 not plugin_load HPB...   Jun 23 2010, 07:17 PM
bir3yk   _151 удали из имени файла ;)   Jun 23 2010, 06:44 PM


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: 16th June 2025 - 02:15 AM