think it is an annoying problem, but i can't get in my head.
I have a gameserver running and configured the dedicated.cfg to join relay servers:
dedi_the-01.txt main extracts:
Code: Select all
<masterserver_account>
<login>the-01</login>
<password>yyy</password>
<validation_key>XXXX</validation_key>
</masterserver_account>
<max_players>32</max_players>
<password>xxx</password>
<max_spectators>80</max_spectators>
<password_spectator>xxx</password_spectator>
<allow_spectator_relays>True</allow_spectator_relays>
<server_port>2366</server_port>
<server_p2p_port>3466</server_p2p_port>
<xmlrpc_port>5016</xmlrpc_port>
<xmlrpc_allowremote>True</xmlrpc_allowremote>
Now we'll go one to the Relay-Server configuration:
dedi_therelay-01.txt
Code: Select all
<masterserver_account>
<login>therelay-01</login>
<password>yyy</password>
<validation_key>XXXXX</validation_key>
</masterserver_account>
<max_players></max_players>
<password></password>
<max_spectators>50</max_spectators>
<password_spectator></password_spectator>
<allow_spectator_relays>True</allow_spectator_relays>
<server_port>2367</server_port>
<server_p2p_port>3467</server_p2p_port>
<xmlrpc_port>5017</xmlrpc_port>
<xmlrpc_allowremote>True</xmlrpc_allowremote>
My Relay execution is very easy:
Code: Select all
./ManiaPlanetServer /dedicated_cfg=dedi_the-01.txt /join=the-01 /joinpassword=xxx /game_settings=MatchSettings/the-01.txt
Now my problem:
GameServer-running
And i try to start the relayserver. It will result with the following Outpout:
Code: Select all
[2013/11/16 08:06:00] Initializing...
[2013/11/16 08:06:01] Configuration file : dedi_therelay-01.txt
[2013/11/16 08:06:01] Loading system configuration...
[2013/11/16 08:06:01] ...system configuration loaded
[2013/11/16 08:06:01] Loading cache...
[2013/11/16 08:06:01] ...OK
[2013/11/16 08:06:01] Listening for xml-rpc commands on port 5017.
[2013/11/16 08:06:01] Loading dedicated server configuration...
[2013/11/16 08:06:01] ...Dedicated server configuration loaded
[2013/11/16 08:06:01] Connecting to master server...
[2013/11/16 08:06:01] ...OK
[2013/11/16 08:06:01] Identifying on master server...
[2013/11/16 08:06:02] ...OK
[2013/11/16 08:06:03] Please wait, loading...
[2013/11/16 08:06:06] URL: maniaplanet://#spectate=therelay-01@TMStadium
[2013/11/16 08:06:06] Match settings file : MatchSettings\the-01.txt
[2013/11/16 08:06:06] Loading match settings...
[2013/11/16 08:06:06] ...Match settings loaded
[2013/11/16 08:06:06] Starting relay on internet
[2013/11/16 08:06:07] Starting server...
[2013/11/16 08:06:07] Verifying password...
Code: Select all
[2013/11/16 08:06:08] Connection of a new spectator: therelay-01(85.114.132.24:2367)
[2013/11/16 08:06:08] Disconnection of therelay-01(85.114.132.24:2367)
I tried to get some further informations by adding "/verbose_rpc" like on the old TMNF Servers.
Greez R4V3R