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

Update to 10.100 version

Imereth Popis

dopera.sytes.net
Joined
Jan 30, 2017
Messages
111
Solutions
1
Reaction score
12
Location
Spain
Is there any tutorial to how to update to 10.100? It would be good if someone help with this because I am searching for it some weeks.

Thank you in advance
 
If I would have a go at it, I would change
Code:
static constexpr auto CLIENT_VERSION_MIN = 1097;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";
in definitions.h from sources, which should allow other clients to connect (CLIENT_VERSION_MAX) but sadly I do not have any files for newer versions than 10.98.
 
Back
Top