BosnianArmy

Forum User
  • Content count

    1509
  • Joined

  • Last visited

Posts posted by BosnianArmy


  1. I also recommend to make a back-up of your server before you're gonna change something and if you want to add things to the server and want to test it out, make a private server localy on your Computer or Laptop. Works the same.

     

    Or you have no players in your server and it isn't registered at gametracker, then of course you can test it on the server it self :dumb:

    0

  2. Tried my public IP with my Router IP and RCON IP is then my laptop's IP (not 127.0.0.1 but 192.168.0.12). And yet still doesn't work. Also tried public and rcon IP with my laptop's IP.

     

    I have no idea anymore, I'm getting headache from this :dave: (not litteraly).

     

     

     

    EDIT:

     

    I just found this out after using the command net_ip:

     

    "net_ip" is: "0.0.0.0" default: "0.0.0.0"

     

    I tried net_port as well and that one is normal: 28960.

     

    EDIT EDIT:

     

    Used the command set net_ip 192.168.0.12 , so the IP from my laptop. Restarted the server with 2 commands: net_restart and fast_restart. Changed the b3.xml file with both command lines with the same IP and yet it doesn't connect with RCON :rage:.

    0

  3. The only thing what I see in the COD4 Console is this when I put the B3 on, spamming it to:

     

    "sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
      Domain is any text
     
    Rcon from 127.0.0.1:-4850:
     
    sv_hostname
     
    "sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
      Domain is any text
     
    Rcon from 127.0.0.1:-4850:
     
    sv_hostname
     
    "sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
      Domain is any text
     
    Rcon from 127.0.0.1:-4850:
    sv_hostname
     
    "sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
      Domain is any text
    0

  4. Hello Guys,

     

    I need help with my private COD4 server. The problem is the rcon. When I try to connect the B3 system with my cod4 private server, the B3 cmd says: No response.

     

    I have made a custom file for in the mod folder with these commands:

     

    set rcon_password "bosnianarmy1231"

    set rcon_port "28961"

     

    Also I tried to connect with a RCON-Tool software to see if the rcon is really responding or not. So what happend is, it connects and few second later it disconnects. I'm not sure if this is a firewall problem or a port problem, etc. 

     

    I've looked into the Deathrun console log and nothing interesting. I've looked in the B3 log and I found only this interesting:

     

    160531 19:41:55 VERBOSE "RCON sending (127.0.0.1:28961) 'status'"
    160531 19:41:56 VERBOSE 'No readable socket'
     

    160531 19:41:58	VERBOSE	"RCON sending (127.0.0.1:28961) 'status'"
    160531 19:41:59	VERBOSE	'No readable socket'
    160531 19:41:59	DEBUG	'Forcing server cvar g_logsync to 1'
    160531 19:41:59	VERBOSE	"RCON sending (127.0.0.1:28961) 'set g_logsync 1'"
    160531 19:42:00	VERBOSE	'StatusPlugin: Building XML status'
    160531 19:42:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\Enes Kalender\\status.xml'
    160531 19:42:00	VERBOSE	'No readable socket'
    160531 19:42:00	VERBOSE	"RCON sending (127.0.0.1:28961) 'say ^0(^2b3^0)^7: ^2Big Brother Bot is watching you... www.BigBrotherBot.net'"
    160531 19:42:01	VERBOSE	'No readable socket'
    160531 19:42:01	VERBOSE	"RCON sending (127.0.0.1:28961) 'fs_game'"
    160531 19:42:01	VERBOSE	'No readable socket'
    160531 19:42:01	DEBUG	'Get cvar fs_game = []'
    160531 19:42:01	WARNING	'Could not query server for fs_game'
    160531 19:42:01	VERBOSE	"RCON sending (127.0.0.1:28961) 'fs_basepath'"
    160531 19:42:02	VERBOSE	'No readable socket'
    160531 19:42:02	DEBUG	'Get cvar fs_basepath = []'
    160531 19:42:02	WARNING	'Could not query server for fs_basepath'
    160531 19:42:02	VERBOSE	"RCON sending (127.0.0.1:28961) 'fs_homepath'"
    160531 19:42:03	VERBOSE	'No readable socket'
    160531 19:42:03	DEBUG	'Get cvar fs_homepath = []'
    160531 19:42:03	WARNING	'Could not query server for fs_homepath'
    160531 19:42:03	VERBOSE	"RCON sending (127.0.0.1:28961) 'shortversion'"
    160531 19:42:04	VERBOSE	'No readable socket'
    160531 19:42:04	DEBUG	'Get cvar shortversion = []'
    160531 19:42:04	WARNING	'Could not query server for shortversion'
    160531 19:42:04	DEBUG	'Parser started.'
    

    My b3.xml:

     

      <settings name="server">
        <set name="rcon_password">bosnianarmy1231</set>
        <set name="port">28961</set>
        <set name="public_ip">127.0.0.1</set>
        <set name="rcon_ip">127.0.0.1</set>
        <set name="delay">0.33</set>
        <set name="lines_per_second">50</set>
        <set name="punkbuster">off</set>
        <set name="game_log">D:\STEAM GAMES\steamapps\common\Call of Duty 4\Mods\b3deathrun\games_mp.log</set>
      </settings>
     
    AND my runDedicatedServer.batch file:
     
    cd ..\..\
    iw3mp.exe +set fs_game "mods\b3deathrun" +set dedicated 2 +set net_port 28960 +set g_gametype "deathrun" +exec server.cfg +map mp_dr_likeabossv2 +set rcon_password "bosnianarmy1231" +exec fix.cfg
     
    And my router for portforwarding:
     
    83fbf6fcf4eae33b3086d75cdd340bac.png
     
    (Beide means both, it selects automaticly UDP and TCP).
    0