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

rme 10.71

f.silva

New Member
Joined
Dec 26, 2014
Messages
18
Reaction score
0
I am trying to update my rme to 10.71

went clients.xml , added :
Code:
        <otb client="10.71" version="3" id="57"/>

dps further down I had to add it :
Code:
        <client name="10.55" otb="10.55" default="true" visible="true" data_directory="1055">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.55"/>
            <data datversion="10.50" sprversion="9.6" dat="0x54128727" spr="0x54128755"/>
        </client>
      
        <client name="10.71" otb="10.71" default="true" visible="true" data_directory="1071">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.71"/>
            <data datversion="10.50" sprversion="9.6" dat="0x54128728" spr="0x54128756"/>
        </client>
    </clients>

I left an example of 10:55 for you to see how , in dat = " xxxxx " and spr "xxxxxx " I put a number because any number did not know what I should put ... I created the folder on rm with extensions 10.71 10.71 otb also all right , but when I open the rm asks for me to find the Date and spr of 10.71 , but I locating the folder says that ta wrong , so I thought that the problem was the number that any added on dat = " xxxxx " and spr = " xxxxx " , how do I to know which number I have to put there?
 
You need to obtain the numbers from inside the respective files. This means you need to use some kind of hex editor.
 
Back
Top