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

Seeking working AAC for TFS 1.6

ItsWizZard

New Member
Joined
Dec 4, 2022
Messages
5
Reaction score
0
Hi guys, does anyone have any information on a working AAC for TFS 1.6?

I've been looking around for the past 2 days but haven't had the chance to try any as I'm constantly at work 😅.
 
You will only need to paste this into your config.lua: (database options)
Code:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "forgottenserver"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""
Good to know thank you. I saw on the TFS repo that they use a .env file for the db connection, hasn't reading from this file been adapted yet?
Hence the need to paste it to the config.lua is required.
 
Good to know thank you. I saw on the TFS repo that they use a .env file for the db connection, hasn't reading from this file been adapted yet?
Hence the need to paste it to the config.lua is required.

Yeah reading .env file is no supported yet.
 
Back
Top