• 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++ Ask me a question about TFS?

Zodia

Member
Joined
Feb 21, 2020
Messages
220
Reaction score
20
I would like to know if anyone can give me some guidance.

I have a server that was made in TFS 1.3, and the version is:

static constexpr auto CLIENT_VERSION_MIN = 1097;
static constexpr auto CLIENT_VERSION_MAX = 1099;
static constexpr auto CLIENT_VERSION_STR = "10.99";

The data above was taken from Definitions.h, and is the only reference to the game version that I could find so far.

My intention is to change from 10.98 to 860.

First, is it possible?
How could I do this the right way?
Will it be a lot of work and will it take a long time?

Thank you all.
 
possible? totally yes.
by only changing definitions.h? no.

there is a LONG way to achieve it, and I suggest you either:

  • use nekiro 1.5 downgrade for 8.6 version
  • use jobs section and hire someone to make the downgrade in your server


or even:
- search for nekiro first commits on his downgrade and apply it to your files.
 
Back
Top