• 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!

8.54~8.57 How i can make?

bielemo

New Member
Joined
May 8, 2010
Messages
22
Reaction score
0
How i can make my server able to use versions from 8.54 to 8.57?
TFS 0.3.6 (8.54)
 
You have to edit sources.
In resources.h edit this
Code:
79	#define CLIENT_VERSION_MIN 854
80	#define CLIENT_VERSION_MAX 857
81	#define CLIENT_VERSION_STRING "Only clients with protocol 8.54, 8.55 and 8.57 are allowed!"
82	
83	#define STATUS_SERVER_NAME "The Forgotten Server"
84	#define STATUS_SERVER_VERSION "0.3.6"
85	#define STATUS_SERVER_CODENAME "Crying Damson"
86	#define STATUS_SERVER_PROTOCOL "8.57"
 
Back
Top