In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

Pages: [1] 2   Go Down
  Print  
Author Topic: B3 Commands  (Read 1491 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« on: August 28, 2011, 06:15:00 AM »

Hi,

I have been created a dedicated server on alteriwnet and installed B3 but when i try to execute a command like: !nextmap; !k <player>... It doesn't work
Logged

Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #1 on: August 28, 2011, 06:45:44 AM »

Check the setting for you game_log

If that doesn't help post your b3 xml and b3 log, having removed passwords.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« Reply #2 on: August 28, 2011, 06:54:04 AM »

Settings for game_log are OK so:

http://pastebin.com/U1Zd9Z0M  b3.xml
 
http://www.pastie.org/pastes/2443604/text  b3.log
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #3 on: August 28, 2011, 03:33:03 PM »

#
                <!-- The public IP your gameserver is residing on -->
#
                <set name="public_ip">192.168.1.89</set>\

That needs to be your external IP to start with...
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #4 on: August 28, 2011, 03:39:07 PM »

If you look at the log, it looks like there is a problem with your rcon settings.

Also, check that the game log at that location is actually getting updated, as windows 7 can play tricks on you with files in the 'program files' folders.

If still no luck set the log_level t 9 in <set name="log_level">22</set> and it will give more log info.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« Reply #5 on: August 29, 2011, 03:53:35 AM »

game log is not updated... What should i do?
Logged
Full Member
***
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 55
Offline Offline
WWW
« Reply #6 on: August 29, 2011, 04:12:49 AM »

Check your server config file (of the game server). Search the line where g_logsync is defined. You need to set it to 2:
set g_logsync "2"
Logged

Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« Reply #7 on: August 29, 2011, 05:00:54 AM »

I set the g_logsync to 2; I put the external IP here: <set name="public_ip">192.168.1.89</s


But i doesn't works, so there's my b3_log set to 9: http://www.pastie.org/2448394
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #8 on: August 29, 2011, 05:07:06 AM »

Or windows is actually writing the file somewhere else, try doing a search for other games_mp.log files, or probably better still move the server files out of Program Files (x86) into another folder that isn't a 'special' windows one, eg C:\MW2 dedicated server\ should work.

You also still seem to have an error in your rcon setup. Check that rcon is working when in game.
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #9 on: August 29, 2011, 05:17:21 AM »

one thing that worked for someone else way back when was typing into the console (of aiw server)
rcon_password <therconpass>

See post here: http://forum.bigbrotherbot.net/installation-support/b3-bad-rcon/msg27138/#msg27138
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« Reply #10 on: August 29, 2011, 05:42:26 AM »

one thing that worked for someone else way back when was typing into the console (of aiw server)
rcon_password <therconpass>

See post here: http://forum.bigbrotherbot.net/installation-support/b3-bad-rcon/msg27138/#msg27138

After typing that "rcon_password <therconpass>" it appears that in the console:

Possible data loss - last log packet hasn't been acked and we need to send a new one
cmd_id 0
Rcon from x:
status
handled rcon: status
cmd_id 0

And it doesn't work...
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #11 on: August 29, 2011, 05:54:03 AM »

So if your rcon password is apple you typed "rcon_password apple" and it didn't help?
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« Reply #12 on: August 29, 2011, 06:07:23 AM »

Exact. I typed that in the server console and nothing ocurred.
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #13 on: August 29, 2011, 06:09:18 AM »

Can you test your rcon with another tool and see if it works?

What of you type status into the console, does it give anything back?
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
Offline Offline
« Reply #14 on: August 29, 2011, 07:12:56 AM »

Another tool like what.

And no, it gives nothing back
Logged
Tags: commands  B3  mw2 
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal