• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Tutorial] Single server and protocol

margoh

{{ user.title }}
Joined
Apr 1, 2013
Messages
806
Solutions
18
Reaction score
350
Hello,
As I saw that people have a lot of trouble on setting single server and protocol to their client, I have decided to make that super short and super easy tutorial.

Open client_entergame/entergame.lua
In this file we need to find function EnterGame.init() (line 103) and add this after function EnterGame.init() or before end:
Code:
EnterGame.setUniqueServer("SERVER_IP", SERVER_PORT, SERVER_PROTOCOL)

That's all.
 
Last edited:
Back
Top