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

Compiling TFS 1.0 how to find out wich Version?

Maltexor

Active Member
Joined
Mar 9, 2014
Messages
214
Reaction score
40
Location
Germany
Hey guys just wondering how to find out my current TFS Version i Updated it today and already did compiling it.

And how can i find out wich Client Version is working on it.
 
Just open definitions.h and find line 27 to 29
should look similar to
Code:
#define CLIENT_VERSION_MIN 1036
#define CLIENT_VERSION_MAX 1039
#define CLIENT_VERSION_STR "10.36"
 
Back
Top