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

TFS 1.X+ Cannot connect to the game world via 10.96 with server hosted on Docker

Tasd

New Member
Joined
Jun 2, 2020
Messages
6
Reaction score
1
Hi!

I cloned latest release of TFS and then followed up this tutorial



in order to setup the server, and the server is online: (and nothing below)

> Forgotten Server Online!

but for some reason I'm unable to connect to the game

Character list is showing up, but I cannot get into the game.

I changed client version in definitions.h to:

static constexpr auto CLIENT_VERSION_MIN = 1096;
static constexpr auto CLIENT_VERSION_MAX = 1096;
static constexpr auto CLIENT_VERSION_STR = "10.96";

and I'm using 10.96 client

What's wrong?

BTW: Did anyone manage to compile TFS on Debian 10?
 
Solution
Sounds like a port problem. Usually connecting to character screen but not into the game is one of 2 reasons.

1) you need to use 127.0.0.1 or 192.168.x.x if your locally connecting

2) port 7172 isn’t opening correctly.
Sounds like a port problem. Usually connecting to character screen but not into the game is one of 2 reasons.

1) you need to use 127.0.0.1 or 192.168.x.x if your locally connecting

2) port 7172 isn’t opening correctly.
 
Solution
@Itutorial

Thanks. I tried it on vps, so after seeing my character list I assumed everything's configured correctly, but actually IP wasn't configured correctly.
 
Back
Top