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

C/C++ How to change the version of your Forgotten Server

KylerXX

Active Member
Joined
Jun 24, 2010
Messages
439
Reaction score
30
ON THIS TUTORIAL I EXPLAN HOW TO CHANGE THE VERSION (ex: 8.54, how to change to ex:8.60)

FIRST STEP-

Download the sourcers of the forgotten server 0.3.6
DOWNLOAD GNU tarball

Also download the Dev C++ (compilator)
Dev C++ includng all libraries

After save the files on the local disk C:\
carpetas.png



SECOND STEP-
Go to the The Forgotten Dev-Cpp folder and open devcpp.exe
devccppexe.png


Click on File/open project or file
filee.png


Go to the source folder 0.3.6pl1/dev-cpp and open the TheForgottenServer.dev

tfsdev.png


Once opened TheForgottenServer.devopen resources.h

resourcesha.png

rebaverto.png


Down change the version of your tfs server:
Code:
#define CLIENT_VERSION_MIN 854 <-- CLIENT VERSION MIN
#define CLIENT_VERSION_MAX 857 <-- CLIENT VERSION MAX
#define CLIENT_VERSION_STRING "Only clients with protocol 8.54 and 8.55 allowed!"
 
#define STATUS_SERVER_NAME "Tutorial compilation"
#define STATUS_SERVER_VERSION "0.0.1"
#define STATUS_SERVER_CODENAME "Morrison"
#define STATUS_SERVER_PROTOCOL "8.57" <-- PROTOCOL OF THE SERVER

Click on the compilation botton or press Ctrl + F9 and the compilation of our .exe start.

compilarp.png



dones.png


When the compilation finished we can find our .exe on 0.3.6pl1/dev-cpp/TheForgottenServer.exe

Thats all, drag the .exe to your server.

Credits: Morrison (I think OTFusion)
 
nice but changing to 8.60 will be unstable until the sources have been updated.

But a nice tutorial none the less
 
failure
tauku's along with cykotitan's files is beter
 
yes i know but this post was posted before taukus post
 
plx the link of Download the sourcers of the forgotten server 0.3.6 dont work i need so much fix link plx
 
In my TFS I have no forgottenserver.dev or resource.h file ! Can someone help me?
 
i cant find the sourcers of the forgotten server 0.3.6
can anyone help me ?
 
Back
Top