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

ZnoteAAC question :)

Damon

Check my status to contact me :)
Joined
Mar 26, 2011
Messages
6,219
Solutions
1
Reaction score
2,039
Location
Germany
Hello :)
i was wondering if its possible to use a TFS 0.4 for my server while using sql schema from TFS036pl1 for ZnoteAAC. So that in the end I use my TFS 0.4 server as it is and just exchange sqlschema to the one of TFS 036pl1 .
This is a basic question about ZnoteAAC and NO support for private SVN.
If you assume that my question could also be :
Is it possible to use TFS 0.2.14 and just exchange its sqlschema to the one from TFS036pl1, to make it run with ZnoteAAC ?

Regards,
//Damon
 
Solution
Mixing up TFS 0.3 and 0.4 schema might not work because there are differences in the engine. (etc most 0.4 servers have salted password support, 0.3.6 has not).

Znote AAC however works fine on TFS 0.2, 0.3 and most of the 0.4 versions.
Tested and works on:
  • - TFS 0.2.14 (With war system, TFS 0.2 in config.php)
  • - TFS 0.2.13pl1 (With war system, TFS_02 in config.php)
  • - TFS 0.2.14 Mystic Spirit
  • - TFS 0.3.6pl1 Crying damson (Without war system, with TFS_03 in config.php, and config['salt'] = false) (Fixed on Znote AAC 1.2)
  • - TFS 0.3.7_svn_5772 (with war system, with TFS_03 in config.php)
  • - TFS 0.3.7_svn_3777 (with war system, with TFS_03 in config.php)
  • - TFS 0.3.7_svn_3884 (with...
Mixing up TFS 0.3 and 0.4 schema might not work because there are differences in the engine. (etc most 0.4 servers have salted password support, 0.3.6 has not).

Znote AAC however works fine on TFS 0.2, 0.3 and most of the 0.4 versions.
Tested and works on:
  • - TFS 0.2.14 (With war system, TFS 0.2 in config.php)
  • - TFS 0.2.13pl1 (With war system, TFS_02 in config.php)
  • - TFS 0.2.14 Mystic Spirit
  • - TFS 0.3.6pl1 Crying damson (Without war system, with TFS_03 in config.php, and config['salt'] = false) (Fixed on Znote AAC 1.2)
  • - TFS 0.3.7_svn_5772 (with war system, with TFS_03 in config.php)
  • - TFS 0.3.7_svn_3777 (with war system, with TFS_03 in config.php)
  • - TFS 0.3.7_svn_3884 (with war system, with TFS_03 in config.php)
  • - TFS 0.3.7_svn_3952 (with war system, with TFS_03 in config.php)
 
Solution
Thanks for reply :)
It was just when I used modern AAC I also used schema from tfs036pl1 :)
Anyway I try out my current schema first and then try 036pl1 ^^
 
Back
Top