# IP on which gameserver binding, * - for all possible
GameserverHostname = 127.0.0.1
GameserverPort = 7778
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = 127.0.0.1
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 127.0.0.1
# Address and Port for loginserver
LoginPort = 9014
LoginHost = 127.0.0.1
LoginUseCrypt = True
красным выделил
Да. Я так всё и прописал. Аналогично как и на других сборках. Но почему то не работает. На другом форуме "автор сборки" написал: что сборка free и привязок нет.
#-------------------------------------------------------------
# Game Server Config
#-------------------------------------------------------------
# IP on which gameserver binding, * - for all possible
GameserverHostname = 10.10.2.99
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = тут реальный ip
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = 10.10.2.99
# Address and Port for loginserver
LoginPort = 9014
LoginHost = 10.10.2.99
LoginUseCrypt = True
# What is the ID request from loginserver
# Server ID 14 = Phoenix
RequestServerID = 5
# Permission to take a different id, if requested by busy
AcceptAlternateID = True
Но не работает. Побывал разные клиенты. Тоже самое, просто висит и всё.