• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.2/1.3 OR TFS 0.3.6

Saint Spear

Veteran OT User
Joined
Jun 22, 2016
Messages
1,547
Solutions
18
Reaction score
379
Hello guys, I am working for like 2-3 months on my war server Tfs version 0.3.6
and tonight i get in solution to pick is better to take 1.2/1.3 or tfs 0.3.6 ( to keep it got few bugs till end )
also can i copy/paste my folders from 0.3.6 to 1.2/1.3? or i must make everything new, Thanks :D
 
Solution
the tfs developers try hard to keep backwards compatibility with scripts (meaning you shouldn't really HAVE to update them)
there's a few things you'll have to keep track of (like the difference in xml tags and nodes)
to use tfs 1.3 you have to compile it, or you can download the latest version here, click configuration release:, click artifacts, and you should be able to download the exe precompiled
you will also have to use the data folder and config.lua from the github here

Problem is that 0.3 and 0.4 isn't really backwards compat, the compat we have is for the older 0.2 versions.
BUT.... all 0.x servers shared alot of functions, so you should be okay but you will have to update certain things.

If you coded your...
Yeah lol but wait .. let me explain you... i talk with znote yesterday he said me the 1.3 is much much better for me and my ot so i download it and i dont have exe .. so when i use exe from 0.3.6 it says cannot load config.lua
 
the tfs developers try hard to keep backwards compatibility with scripts (meaning you shouldn't really HAVE to update them)
there's a few things you'll have to keep track of (like the difference in xml tags and nodes)
to use tfs 1.3 you have to compile it, or you can download the latest version here, click configuration release:, click artifacts, and you should be able to download the exe precompiled
you will also have to use the data folder and config.lua from the github here
 
the tfs developers try hard to keep backwards compatibility with scripts (meaning you shouldn't really HAVE to update them)
there's a few things you'll have to keep track of (like the difference in xml tags and nodes)
to use tfs 1.3 you have to compile it, or you can download the latest version here, click configuration release:, click artifacts, and you should be able to download the exe precompiled
you will also have to use the data folder and config.lua from the github here

Problem is that 0.3 and 0.4 isn't really backwards compat, the compat we have is for the older 0.2 versions.
BUT.... all 0.x servers shared alot of functions, so you should be okay but you will have to update certain things.

If you coded your server in a good way (created "custom" folders insted of adding them in already existing folders just move them to a blank 1.3 datapack and you should be good to go, you might have to change the lib files to add some functions from global.lua / 050-functions.lua etc.
 
Solution
Back
Top