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

big problem with ot. All help needed

rossmac94

New Member
Joined
Apr 25, 2010
Messages
20
Reaction score
0
i have recently downloaded simple war 8.54. i want to upgrade it to 8.55 on the thread it says its as easy as going into resources file and changing it. But i cannot find this file. i have searched for it too, can sombody tell me where this file is located or a alternative way to upgrade it. Thanks for your time.
Regards,
Ross McFadden :p
 
I edited the post.
Follow the guide i posted now to learn how to compile.

To change the version go to

resources.h

You will found:

Code:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 854
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 allowed!"

Change to:

Code:
#define CLIENT_VERSION_MIN 854
#define CLIENT_VERSION_MAX 855
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 or 8.55 allowed!"
 
Back
Top