Jr. Member
OS: Windows
Type: Home user
Gameservers: CoD6
Posts: 10
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
|
 |
« 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
|
 |
« Reply #2 on: August 28, 2011, 06:54:04 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
Moderator
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline
Owner of Host4B3.com - Over 70 bots hosted!
|
 |
« 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.comCheck 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« 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
Owner of Host4B3.com - Over 70 bots hosted!
|
 |
« 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.comCheck 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
|
 |
« Reply #10 on: August 29, 2011, 05:42:26 AM » |
|
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
Owner of Host4B3.com - Over 70 bots hosted!
|
 |
« 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.comCheck 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
|
 |
« 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
Owner of Host4B3.com - Over 70 bots hosted!
|
 |
« 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.comCheck 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
|
 |
« Reply #14 on: August 29, 2011, 07:12:56 AM » |
|
Another tool like what.
And no, it gives nothing back
|
|
|
|
|
Logged
|
|
|
|
|