Sign in to follow this  
snkeonline

call Of duty server problem need Help

Recommended Posts

First off all great too meat another Linux desktop user ;)

Anyways why would you need a Gameranger plugin in your server, what does it do?

I've added my server to the Gamerangers database without any plugin and it shows up fine...

Share this post


Link to post
Share on other sites

I've added my server to the Gamerangers database without any plugin and it shows up fine...

Woops sorry, I misread it for Gametracker. Never mind, I have not tried Gameranger with Cod4...

Do a lot of people search for servers that way?

Share this post


Link to post
Share on other sites

what we need is there is a small binary or something to make the log file readable by b3..

the b3 is reading the file but do for respond for the commands

the reason the b3 is not reading the commands is itz not reading the gr id.. it reads only the guid

b3*

141211 06:04:55    CONSOLE    '3:49 Q;GameRanger-Account-ID_0005525264;0;SLCG FEVER 3'
141211 06:05:34 CONSOLE '4:28 J;GameRanger-Account-ID_0004249557;1;#ConN [ ] R\x99'
141211 06:05:34 DEBUG '#ConN [ ] R\x99 connected, waiting for Authentication...'
141211 06:05:34 DEBUG "Our Authentication queue: {'1': 1}"
141211 06:05:36 DEBUG 'newClient: 1, None, #ConN [ ] R\x99'
141211 06:05:36 VERBOSE "RCON sending (128.199.139.224:28960) 'status'"
141211 06:05:36 VERBOSE 'connectClient() = {}'
141211 06:05:36 DEBUG '#ConN [ ] R\x99 not yet fully connected, retrying...#:1'
141211 06:05:40 DEBUG 'newClient: 1, None, #ConN [ ] R\x99'
141211 06:05:40 VERBOSE "RCON sending (128.199.139.224:28960) 'status'"
141211 06:05:41 VERBOSE 'connectClient() = {}'
141211 06:05:41 DEBUG '#ConN [ ] R\x99 not yet fully connected, retrying...#:2'
141211 06:05:45 DEBUG 'newClient: 1, None, #ConN [ ] R\x99'
141211 06:05:45 VERBOSE "RCON sending (128.199.139.224:28960) 'status'"
141211 06:05:46 CONSOLE '4:40 K;GameRanger-Account-ID_0004249557;1;axis;ID_2:4249557;GameRanger-Account-ID_0004249557;-1;;ID_2:4249557;none;100000;MOD_SUICIDE;none'
141211 06:05:46 DEBUG "No victim {'dlocation': 'none', 'guid': 'GameRanger-Account-ID_0004249557', 'aweap': 'none', 'name': 'ID_2:4249557', 'aguid': 'GameRanger-Account-ID_0004249557', 'dtype': 'MOD_SUICIDE', 'team': 'axis', 'cid': '1', 'damage': '100000', 'ateam': '', 'action': 'K', 'acid': '-1', 'data': 'GameRanger-Account-ID_0004249557;1;axis;ID_2:4249557;GameRanger-Account-ID_0004249557;-1;;ID_2:4249557;none;100000;MOD_SUICIDE;none', 'aname': 'ID_2:4249557'}"
141211 06:05:46 VERBOSE 'cid: 1 already in authentication queue. Aborting Join.'
141211 06:05:46 VERBOSE 'connectClient() = {}'

cod4

​Rcon from 128.199.139.224:43742: status
Rcon from 128.199.139.224:43742: status
Sending heartbeat to connect.gameranger.com
Say SLCG FEVER 3: !register
Rcon from 128.199.139.224:43742: status
Rcon from 128.199.139.224:43742: status

Share this post


Link to post
Share on other sites

Make sure that B3 finds your log file correctly. When I faced this problem it was because the mod i was using made a new log file and it was empty instead of using the correct one. If this does not work it is a B3 problem so go over there forums they should know the problem.

Share this post


Link to post
Share on other sites

B3 needs to be able to read its own logfile and the game_log file.

Make sure in the b3.xml it has the locations of both log files correct and the name of the log files. Also make sure you have the correct permssions setup so b3 can actually read them files.

It would give me a more of a idea what's wrong if you gave me the b3 logfile upon bootup because it sounds like it boots up fine but something is causing an error which makes b3 crash therefor b3 stops working and commands won't respond.

If both are fine, try setting this in your server cfg "set g_disabledefcmdprefix 1" or on your startup command, i believe this disabled cod41.7a commands in server chat I believe and won't interfer with b3 commands this might also explain why b3 commands won't register :P

Share this post


Link to post
Share on other sites
Would be nice to post how you fix the problem to prevent more problems like this.

Yes the reason i told above the b3 do not read the GR ID.. b3 is made to read the guid..

​ "No victim {'dlocation': 'none', 'guid': 'GameRanger-Account-ID_0004249557', 'aweap': 'none', 'name': 'ID_2:4249557', 'aguid': 'GameRanger-Account-ID_0004249557', 'dtype': 'MOD_SUICIDE', 'team': 'axis', 'cid': '1', 'damage': '100000', 'ateam': '', 'action': 'K', 'acid': '-1', 'data': 'GameRanger-Account-ID_0004249557;1;axis;ID_2:4249557;GameRanger-Account-ID_0004249557;-1;;ID_2:4249557;none;100000;MOD_SUICIDE;none', 'aname': 'ID_2:4249557'}"
141211 06:05:46 VERBOSE 'cid: 1 already in authentication queue. Aborting Join.'

so connected to the rcon and looke for in the cvarlist! and there is a cvar oldstyleguid..

according to ninja we set it to 0...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this