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

[10.98] How to modify RME brushes?

krafttomten

Well-Known Member
Joined
Jul 23, 2017
Messages
103
Solutions
1
Reaction score
75
Location
Sweden
Why is it not possible to change some walls / brushes in the .xml files of RME?
XML:
<brush name="lava (rock soil & cave ground)" type="ground" server_lookid="598" z-order="7700">
        <item id="598" chance="100"/>
        <item id="600" chance="5"/>
        <item id="601" chance="5"/>
        <item id="23858" chance="1"/>
        <item id="23859" chance="2"/>
        <item id="23860" chance="1"/>
        <item id="23861" chance="2"/>
      
        <border align="inner" to="cave" id="18"/>
        <border align="inner" to="cave (alternate border)" id="18"/>
        <border align="inner" to="rock soil" id="30"/>
        <border align="inner" to="frozen mud" id="211"/> <!-- If I add this condition, RME gives me error message "to brush frozen mud doesn't exist-->
        <friend name="sea"/>
    </brush>
If I add the commented on frozen mud, RME gives me error message "to brush frozen mud doesn't exist
The brush does exist:

XML:
<brush name="frozen mud" type="ground" server_lookid="7062" z-order="10">

(and <brush name="frozen mud"/> in tilesets also exist )

But RME won't recognize it here for some reason. If I add the "frozen mud" condition to the regular lava brush, it does recognize it. I'm going crazy over this!

I have the same problem when I try to make new brushes, most of the time it doesn't work for no apparent reason, with no error messages at all. The brush just won't paint anything.

Is there any other files I need to modify to make stuff work in RME? Like, the load order or something in the source? Because changing things around in the XML file clearly doesn't always work for some walls / grounds / borders.

*edit
Using RME 3.7. Doesn't matter if I use the updated brush version or not.
 
Last edited:
Back
Top