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

Search results

  1. R

    Infinite Loop on Load Items (Items.cpp) of tfs 0.3.6pl1 for MSVC

    Hello guy, There is one infinite loop on the function Items:: parseItems at line: 1191 of items.cpp. It seems like one workaround to compile with MSVC as it wont compile code with more than 128 if..else if sentences. The code is: ... #ifndef _MSC_VER else if(tmpStrValue ==...
  2. R

    Release to Libraries relation Information

    Hi guys ^^ I am pretty new in this world of ot server compiling. And since I got lot of builds successfully compiled but crashing at runtime I came out with the idea that the problem may be on some library implementation in which differ in some way from that expected from the servers...
Back
Top