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

andu

Sold 649 scripts, 25 maps and 9 events!
Joined
Aug 7, 2009
Messages
969
Solutions
17
Reaction score
354
GitHub
olrios
Twitch
olrios
As we know, you can set new extensions in RME, default %appdata%/extensions/
But there is a little problem, becouse extensions won't load properly.

I have few extensions with client="9.10", but when I open map in 10.98 they wont load.
Even if I have in clients.xml default C/program files/rme/data/
Code:
<client name="10.98" otb="10.98" default="true" visible="true" data_directory="1098">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.98"/>
            <data format="10.57" dat="0x42A3" spr="0x57BBD603"/>
        </client>

It should load all extensions with clients from "820 - 8.31" to "10.98", but it only loads 10.98

Someone solved this problem? I won't making sth like client="123;123;123;123;123;123......" in every extension.
 
Solution
same issue, has anyone solved?

Most likely a computer or rev problem since very I have never even seen a problem like this tbh
Try to delete all the files and reinstall in the correct way.

If that dosn't work try an older rev and reinstall again.
Could also be a good thing to try it on a computer that has a "clean OS"
same issue, has anyone solved?

Most likely a computer or rev problem since very I have never even seen a problem like this tbh
Try to delete all the files and reinstall in the correct way.

If that dosn't work try an older rev and reinstall again.
Could also be a good thing to try it on a computer that has a "clean OS"
 
Solution
Back
Top