How to make a multiworld?
I tested already all Guides and don't work.
tfs 0.3.6pl1
Server 1:
a config
Server 2:
Whats wrong?
I tested already all Guides and don't work.
tfs 0.3.6pl1
Server 1:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Serwer 1" versionMin="854" versionMax="870" address="217.117.129.197" port="7171"/>
<server id="1" name="Serwer 2" versionMin="854" versionMax="870" address="217.117.129.197" port="7172"/>
</servers>
a config
Code:
worldId = 0
ip = "217.117.129.197"
bindOnlyConfiguredIpAddress = true
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
Server 2:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<servers>
<server id="0" name="Serwer 1" versionMin="854" versionMax="870" address="217.117.129.197" port="7171"/>
<server id="1" name="Serwer 2" versionMin="854" versionMax="870" address="217.117.129.197" port="7172"/>
</servers>
Code:
worldId = 1
ip = "217.117.129.197"
bindOnlyConfiguredIpAddress = true
loginPort = 7171
gamePort = 7174
adminPort = 7171
statusPort = 7171
Whats wrong?