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

OpenTibia Remere's Map Editor 3.2

EdMignari

Veteran OT User
Joined
Jan 8, 2011
Messages
193
Reaction score
347
Hi, Guys
The RME was updated!

What's new?

Features:

  • Export minimap by selected area.
  • Search for unique id, action id, containers or writable items on selected area.
  • Go to Previous Position menu. Keyboard shortcut 'P'.
  • Data files for version 10.98.
  • Select Raw button on the Browse Field window.

Fixed bugs:


  • Monster direction is not saved.
  • Search result does not sort ids.
  • Text is hidden after selecting an item from the palette.


Export minimap by selected area:

1 - Select an area.
2 - Go to File > Export > Export Minimap...
3 - Choose the Selected Area option.

1f96efeae81e4d70b71a7b0eb5cf0bef.png


0a44f890b63b49be8670b9c3983010ae.png




Search for unique id, action id, containers or writable items on selected area:

1 - Select an area.
2 - Go to Edit > Find on Selected Area > ...

1dba23ec8b8a4153936084205303a526.png



Go to Previous Position:

1 - Open Go To Position window (Crtl + G) or Go To Destination on the magic field.
2 - Press 'P'.

53b866fd8913459dbbadced31f90076f.png


previous_pos.gif



Links:

Source

Download
 
When you add option to export tab "Search Results"?
I want a list of used UID/AID.
 
@EdMignari would be great to see the live mapping feature on this version.

It is still a beta feature and is disabled, but you can enable it by yourself.
data/menubar.xml

Find
HTML:
<!--
    <menu name="$Live">
        <item name="$Host Server" action="LIVE_START" help="Start a live mapping session (as the host)."/>
        <item name="$Join Server" action="LIVE_JOIN" help="Join a live mapping session."/>
        <item name="$Leave Server" action="LIVE_CLOSE" help="Leave this live mapping session."/>
    </menu>
-->

And remove xml comment
HTML:
<menu name="$Live">
        <item name="$Host Server" action="LIVE_START" help="Start a live mapping session (as the host)."/>
        <item name="$Join Server" action="LIVE_JOIN" help="Join a live mapping session."/>
        <item name="$Leave Server" action="LIVE_CLOSE" help="Leave this live mapping session."/>
</menu>
 
It is still a beta feature and is disabled, but you can enable it by yourself.
data/menubar.xml

Find
HTML:
<!--
    <menu name="$Live">
        <item name="$Host Server" action="LIVE_START" help="Start a live mapping session (as the host)."/>
        <item name="$Join Server" action="LIVE_JOIN" help="Join a live mapping session."/>
        <item name="$Leave Server" action="LIVE_CLOSE" help="Leave this live mapping session."/>
    </menu>
-->

And remove xml comment
HTML:
<menu name="$Live">
        <item name="$Host Server" action="LIVE_START" help="Start a live mapping session (as the host)."/>
        <item name="$Join Server" action="LIVE_JOIN" help="Join a live mapping session."/>
        <item name="$Leave Server" action="LIVE_CLOSE" help="Leave this live mapping session."/>
</menu>
Thanks alot!
 
@Snavy

Great! You can try adding the following in the info.plist to make it run properly:

Code:
<key>LSEnvironment</key>
<dict>
    <key>MinimumSystemVersion</key>
    <string>10.9.0</string>
</dict>

Add it near the end after <string>1.0</string> and before </dict>
 
Back
Top