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

How to make your server client 8.61 Tutorial

I have done all this and downloaded items.xml but still it says cannot load items.otb wrong version. Please help :)
 
Yeah, just gimme a second, I'll make it a little bit more user friendly. It's just that I was really occupied yesterday, so I just made the 2 first codes a little bit more user friendly, then I had to go :P, I'll fix it tomorrow for sure.
 
I have done all this and downloaded items.xml but still it says cannot load items.otb wrong version. Please help :)

So then you're using the wrong items.otb file, obviously. xD Open it with notepad/notepad++ and look at the top line, it should say somewhere a few numbers ending with a protocol version (8.54, 8.60, etc.) make sure your items.otb version matches the one in items.cpp. If you know what you're doing, change the sources, if not, get a new otb file.
 
Yeah, just gimme a second, I'll make it a little bit more user friendly. It's just that I was really occupied yesterday, so I just made the 2 first codes a little bit more user friendly, then I had to go :P, I'll fix it tomorrow for sure.

Goood good :D
 
Yeah, just gimme a second, I'll make it a little bit more user friendly. It's just that I was really occupied yesterday, so I just made the 2 first codes a little bit more user friendly, then I had to go :P, I'll fix it tomorrow for sure.

I appreciate it Tauku. :thumbup:
 
items.cpp:
Search for dwMinorVersion and replace the whole code there, with this code noted below

I dont understand you, i need delete from line: 32 column: 1 to line: 164 column:1 ?? and then paste your code??
 
someone who has managed to leave the tfs 100% could pass me please?

hugs Kojiiro
 
Thread has been updated and fully organized, hope there wont be no complaints now :)

It's 8.62 aswell


I have done all this and downloaded items.xml but still it says cannot load items.otb wrong version. Please help :)

It was like ages ago I updated my server, so I've forgotten what I did for that issue, but I think i used client 8.54 or client 8.57's item.otb. What I think I did though was that I put my items otb, in remeres mapeditor for version 8.60 (I believe) and saved my map, then I had the same OTB both in the mapeditor and the server so it worked well on start up :)

and Ofc, I used the Items rar file from this thread :).

Another thing you could do is that you can ignore file signature on RME, then save your map. then it wont have problems starting up anyway :)
 
Last edited:
Okey can you please upload your items.otb? :) Would really appreciate that:D.

CBA atm, I've done alot today, I'm tired. I'm not even sure if I have it left.. Still it's not so hard solving such a small detail..

change
Code:
else if(Items::dwMinorVersion != 19)
to
Code:
else if(Items::dwMinorVersion != 20)
and use 8.60 OTB file now. It should work, download RME and take out the OTB for client 8.60 and use the otb file from there. Thank you, come again!
 
Still doesnt work :/ I have tried alot of different items.otb but nothing seems to work.......
 
Last edited:
Still doesnt work :/ I have tried alot of different items.otb but nothing seems to work.......

Use your brain then. Look at the area in items.cpp where it states the version crap for otb and check what all the version stuff says, then check the version numbers in the otb file (edit with notepad or somethin') and make sure they're all matched up.
 
trying to figure out what version otb is used in editor is boring, just delete the otb version check and hardcore put otb from rme and it gonna work for 99%
 
trying to figure out what version otb is used in editor is boring, just delete the otb version check and hardcore put otb from rme and it gonna work for 99%

What do you mean TRYING? it's on the first line. I'll open mine right now. Oh look, 10 seconds later
Code:
OTB 3.21.24-8.61
several NUL things then that. Amazin'. MajorBuild.MinorBuild.Revision-Protocol. Editing that text changes the version, and if you're just checking the version, then it's easy to see what does what.
 
I use 0.3.6 and when i compile with " -D__CONSOLE__ " parameter i launch tfs and i don't see it... i have process but still nothing more than process... What is wrong?
 
Last edited:
THERE'S NO PROBLEM WITH AUTO STACK YOU ********************** ****************** uefff... Just FUCKING READ THE TUTORIAL AND FOLLOW IT.
 
Back
Top