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

Compiling Compile TFS 0.4 Without Items.otb

russogracie

New Member
Joined
Sep 9, 2010
Messages
205
Reaction score
2
Please can someone tell me how I compile without checking the version of the items.otb tfs 0.4 REV 3777.
 
items.cpp, remove/comment out
[cpp]//
else if(Items::dwMinorVersion != CLIENT_VERSION_860)
{
std::cout << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
return ERROR_INVALID_FORMAT;
}[/cpp]
 
LaaTiDo isn't a good solution, especially for newer revs of 0.4. which means you're forced to reduce your map or use linux.
 
Back
Top