21-02-2010, 09:21 PM
|
#2
|
|
Membro - Veterano
Registrado em: Nov 2008
Posts: 561
Agradecido 137 Vezes em 103 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
Citação:
GAME SERVER > Config > server.properties
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname = IP DO SEU HAMACHI
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname = IP DO SEU HAMACHI
# The Loginserver host and port
LoginPort = 9014
LoginHost = IP DO SEU HAMACHI
|
Citação:
LOGIN SERVER > config > loginserver.properties
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = IP DO SEU HAMACHI
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = IP DO SEU HAMACHI
# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = IP DO SEU HAMACHI
|
|
|
|