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

Cant put a locked door..

CeDerPoint

New Member
Joined
Mar 5, 2013
Messages
15
Reaction score
0
Hello everybody... I won't talk alot i will just show you the video of my problem:

Forgot to mention that on every other map it works fine ^_^
 
Last edited by a moderator:
RME\data\client(number)\walls.xml

use ctrl+F to find "marble wall"
add this:
Code:
    <wall type="horizontal">
       <door id="5517" type="locked" open="false"/>
       <door id="5518" type="locked" open="true"/>
     </wall>
     <wall type="vertical">
       <door id="5515" type="locked" open="false"/>
       <door id="5516" type="locked" open="true"/>
     </wall>
 
Where do i type this code lol
Edit: I mean.. How do i go to RME/data/client(number)/walls.xml?
right click Remere's shortcut in your desktop then click properties then choose find target.
a folder will open where you can find Remere's configuration files.
 
LOL! OMG if you've installed it in C: disk then go to
C:\Program Files (x86)\Remere's Map Editor
or
C:\Program Files\Remere's Map Editor

if its installed in D: disk
then go to
D:\Remere's map editor
 
Back
Top