Ir para conteúdo

Tutorial completo do Remere's Map Editor!


Refe

Posts Recomendados

Este tópico servirá como um tutorial geral do RME!

Ensinando como configurar, até como arrumar bugs.

 

Primeiramente:

 

Quais são as vantagens do RME mais recente?

Spoiler
  • Estabilidade
  • Animações (desativar com a letra L)
  • Lan Mapping ( ou "mappear online")

 

Baixando o RME:

Spoiler

Irei focar todos tutoriais no RME mais recente, e como ele muda sempre, eu irei deixar o link das Releases no Github:

https://github.com/hjnilsson/rme/releases

Caso seu PC seja 64bits baixe o arquivo que contenha "Winx64", caso seja 32bits baixa o sem esta parte.

Configurando para client estendido e transparente:

Spoiler

Na pasta do arquivo .dat e .spr crie um arquivo chamada: Tibia.otfi

Dentro dele cole este código:


DatSpr
  extended: true
  transparency: true
  frame-durations: false
  frame-groups: false

Caso seja estendido e não transparente, troque:


 transparency: true

Para:


 transparency: true

Caso seja transparente e não estendido, faça o mesmo procedimento, só que na parte


extended: true

 

Remeres com itens em vermelho:

Spoiler

Na pasta do remeres existe uma pasta "data", localize lá a versão do seu CLIENT, no caso eu irei utilizar 860.

Dentro da pasta 860 possuí os arquivos de item, você deve RENOMEAR eles (para salvar um backup) e colar o do seu servidor (localizado na pasta data/items do servidor).

Após colar, é só dar um F5 ou reinicar o RME.

 

Liberando o LAN Mapping:

Spoiler

Na pasta data, que está dentro da pasta do RME você irá achar um xml com o nome "menubar.xml"

Troque tudo de lá por esse:


<?xml version="1.0" encoding="UTF-8"?>
<menubar>
    <menu name="$File">
        <item name="$New..." hotkey="Ctrl+N" action="NEW" help="Create a new map."/>
        <item name="$Open..." hotkey="Ctrl+O" action="OPEN" help="Open another map."/>
        <item name="$Save" hotkey="Ctrl+S" action="SAVE" help="Save the current map."/>
        <item name="Save $As..." hotkey="Ctrl+Alt+S" action="SAVE_AS" help="Save the current map as a new file."/>
        <item name="$Generate Map" action="GENERATE_MAP" help="Generate a new map."/>
        <item name="$Close" hotkey="Ctrl+Q" action="CLOSE" help="Closes the currently open map."/>
        <separator/>
        <menu name="$Import">
            <item name="$Import Map..." action="IMPORT_MAP" help="Import map data from another map file."/>
            <item name="Import $Monsters/NPC..." action="IMPORT_MONSTERS" help="Import etiher a monsters.xml file or a specific monster/NPC."/>
            <item name="Import Mi$nimap..." action="IMPORT_MINIMAP" help="Import map data from a .bmp file."/>
        </menu>
        <menu name="$Export">
            <item name="$Export Minimap..." action="EXPORT_MINIMAP" help="Export minimap to an image file."/>
        </menu>
        <menu name="$Reload">
            <item name="$Reload" hotkey="F5" action="RELOAD_DATA" help="Reloads all data files."/>
        </menu>
        <separator/>
        <menu name="Recent $Files" special="RECENT_FILES"/>
        <item name="$Preferences" action="PREFERENCES" help="Configure the map editor."/>
        <item name="E$xit" action="EXIT" help="Close the editor."/>
    </menu>
    <menu name="$Edit">
        <item name="$Undo" hotkey="Ctrl+Z" action="UNDO" help="Undo last action."/>
        <item name="$Redo" hotkey="Ctrl+Shift+Z" action="REDO" help="Redo last undoed action."/>
        <separator/>
        <item name="Find $Item..." hotkey="Ctrl+F" action="FIND_ITEM" help="Find all instances of an item type the map."/>
        <item name="R$eplace Item..." hotkey="Ctrl+Shift+F" action="REPLACE_ITEM" help="Replaces all occurances of one item with another."/>
        <menu name="$Find on Map">
            <item name="Find $Everything" action="SEARCH_ON_MAP_EVERYTHING" help="Find all unique/action/text/container items."/>
            <separator/>
            <item name="Find $Unique" action="SEARCH_ON_MAP_UNIQUE" help="Find all items with an unique ID on map."/>
            <item name="Find $Action" action="SEARCH_ON_MAP_ACTION" help="Find all items with an action ID on map."/>
            <item name="Find $Container" action="SEARCH_ON_MAP_CONTAINER" help="Find all containers on map."/>
            <item name="Find $Writeable" action="SEARCH_ON_MAP_WRITEABLE" help="Find all writeable items on map."/>
        </menu>
        <menu name="Find on Se$lected Area">
            <item name="Find $Everything" action="SEARCH_ON_SELECTION_EVERYTHING" help="Find all unique/action/text/container items."/>
            <separator/>
            <item name="Find $Unique" action="SEARCH_ON_SELECTION_UNIQUE" help="Find all items with an unique ID on selected area."/>
            <item name="Find $Action" action="SEARCH_ON_SELECTION_ACTION" help="Find all items with an action ID on selected area."/>
            <item name="Find $Container" action="SEARCH_ON_SELECTION_CONTAINER" help="Find all containers on selected area."/>
            <item name="Find $Writeable" action="SEARCH_ON_SELECTION_WRITEABLE" help="Find all writeable items on selected area."/>
        </menu>
        <separator/>
        <menu name="$Selection">
            <item name="$Compensate Selection" action="SELECT_MODE_COMPENSATE" help="Compensate for floor difference when selecting."/>
            <separator/>
            <item name="$Current Floor" action="SELECT_MODE_CURRENT" help="Select only current floor."/>
            <item name="$Lower Floors" action="SELECT_MODE_LOWER" help="Select all lower floors."/>
            <item name="$Visible Floors" action="SELECT_MODE_VISIBLE" help="Select only visible floors."/>
        </menu>
        <menu name="$Border Options">
            <item name="Border $Automagic" hotkey="A" action="AUTOMAGIC" help="Turns on all automatic border functions."/>
			<separator/>
            <item name="$Borderize Selection" hotkey="Ctrl+B" action="BORDERIZE_SELECTION" help="Creates automatic borders in the entire selected area."/>
            <item name="Borderize $Map" action="BORDERIZE_MAP" help="Reborders the entire map."/>
            <item name="Ra$ndomize Selection" action="RANDOMIZE_SELECTION" help="Randomizes the ground tiles of the selected area."/>
            <item name="$Randomize Map" action="RANDOMIZE_MAP" help="Randomizes all tiles of the entire map."/>
        </menu>
        <menu name="$Other Options">
            <item name="$Remove Items by ID..." action="MAP_REMOVE_ITEMS" help="Removes all items with the selected ID from the map."/>
            <item name="Remove $all corpses..." action="MAP_REMOVE_CORPSES" help="Removes all corpses from the map."/>
            <item name="Remove all $unreachable tiles..." action="MAP_REMOVE_UNREACHABLE_TILES" help="Removes all tiles that cannot be reached (or seen) by the player from the map."/>
            <item name="$Clear Invalid Houses" action="CLEAR_INVALID_HOUSES" help="Clears house tiles not belonging to any house."/>
            <item name="Clear $Modified State" action="CLEAR_MODIFIED_STATE" help="Clears the modified state from all tiles."/>
        </menu>
        <separator/>
        <item name="Go To P$revious Position" hotkey="P" action="GOTO_PREVIOUS_POSITION" help="Go to the previous screen center position."/>
        <item name="$Go To Position..." hotkey="Ctrl+G" action="GOTO_POSITION" help="Go to a specific XYZ position."/>
        <item name="$Jump to Brush..." hotkey="J" action="JUMP_TO_BRUSH" help="Jump to a brush."/>
        <item name="Jump to $Item..." hotkey="Ctrl+J" action="JUMP_TO_ITEM_BRUSH" help="Jump to an item brush (RAW palette)."/>
        <separator/>
        <item name="$Cut" hotkey="Ctrl+X" action="CUT" help="Cut a part of the map."/>
        <item name="C$opy" hotkey="Ctrl+C" action="COPY" help="Copy a part of the map."/>
        <item name="$Paste" hotkey="Ctrl+V" action="PASTE" help="Paste a part of the map."/>
    </menu>
    <menu name="$Map">
        <item name="Edit $Towns" hotkey="Ctrl+T" action="EDIT_TOWNS" help="Edit towns."/>
        <item name="Edit $Items" hotkey="Ctrl+I" action="EDIT_ITEMS" help="Edit items."/>
        <item name="Edit $Monsters" action="EDIT_MONSTERS" help="Edit monsters."/>
        <separator/>
        <item name="$Cleanup..." action="MAP_CLEANUP" help="Removes all unknown items from the map."/>
        <item name="$Properties..." hotkey="Ctrl+P" action="MAP_PROPERTIES" help="Show and change the map properties."/>
        <item name="$Statistics" hotkey="F8" action="MAP_STATISTICS" help="Show map statistics."/>
    </menu>
    <menu name="$View">
        <item name="$New View" hotkey="Ctrl+Shift+N" action="NEW_VIEW" help="Creates a new view of the current map."/>
        <item name="$Enter Fullscreen" hotkey="F11" action="TOGGLE_FULLSCREEN" help="Changes between fullscreen mode and windowed mode."/>
        <item name="$Take Screenshot" hotkey="F10" action="TAKE_SCREENSHOT" help="Saves the current view to the disk."/>
        <separator/>
        <item name="Zoom In" hotkey="Ctrl++" action="ZOOM_IN" help="Increase the zoom."/>
        <item name="Zoom Out" hotkey="Ctrl+-" action="ZOOM_OUT" help="Decrease the zoom."/>
        <item name="Zoom Normal" hotkey="Ctrl+0" action="ZOOM_NORMAL" help="Normal zoom(100%)."/>
        <separator/>
        <item name="$Show shade" hotkey="Q" action="SHOW_SHADE" help="Shade lower floors."/>
        <item name="Show $all floors" hotkey="Ctrl+W" action="SHOW_ALL_FLOORS" help="If not checked other floors are hidden."/>
        <item name="Ghost $loose items" hotkey="G" action="GHOST_ITEMS" help="Ghost items (except ground)."/>
        <item name="Ghost $higher floors" hotkey="Ctrl+L" action="GHOST_HIGHER_FLOORS" help="Ghost floors."/>
        <item name="Show $Ingame Box" hotkey="Shift+I" action="SHOW_INGAME_BOX" help="Shadows out areas not visible ingame (from the center of the screen)."/>
        <item name="Show $Grid" hotkey="Shift+G" action="SHOW_GRID" help="Shows a grid over all items."/>
        <item name="H$ighlight items" hotkey="V" action="HIGHLIGHT_ITEMS" help="Highlight tiles with items on them."/>
        <separator/>
        <item name="Show creatures" hotkey="F" action="SHOW_CREATURES" help="Show creatures on the map."/>
        <item name="Show spawns" hotkey="S" action="SHOW_SPAWNS" help="Show spawns on the map."/>
        <item name="Sho$w special" hotkey="E" action="SHOW_SPECIAL" help="Show special tiles on the map, like PZ."/>
        <item name="Only show $colors" hotkey="Ctrl+E" action="SHOW_ONLY_COLORS" help="Show only the special tiles on the map."/>
        <item name="Only show $modified" hotkey="Ctrl+M" action="SHOW_ONLY_MODIFIED" help="Show only the tiles that have been modified since the map was opened."/>
        <item name="Show $houses" hotkey="Ctrl+H" action="SHOW_HOUSES" help="Show houses on the map."/>
        <item name="Show $pathing" hotkey="O" action="SHOW_PATHING" help="Show pathing grid (blocking tiles)."/>
        <item name="Show T$ooltips" hotkey="Y" action="SHOW_TOOLTIPS" help="Show tooltips."/>
        <item name="Show Previe$w" hotkey="L" action="SHOW_PREVIEW" help="Show animations and lights preview."/>
        <item name="Show Wall Hoo$ks" hotkey="K" action="SHOW_WALL_HOOKS" help="Show indicators for wall hooks."/>
    </menu>
    <menu name="$Window">
        <item name="$Minimap" hotkey="M" action="WIN_MINIMAP" help="Displays the minimap window."/>
        <item name="$New Palette" action="NEW_PALETTE" help="Creates a new palette."/>
        <separator/>
        <item name="$Terrain Palette" hotkey="T" action="SELECT_TERRAIN" help="Select the Terrain palette."/>
        <item name="$Doodad Palette" hotkey="D" action="SELECT_DOODAD" help="Select the Doodad palette."/>
        <item name="$Item Palette" hotkey="I" action="SELECT_ITEM" help="Select the Item palette."/>
        <item name="$House Palette" hotkey="H" action="SELECT_HOUSE" help="Select the House palette."/>
        <item name="$Creature Palette" hotkey="C" action="SELECT_CREATURE" help="Select the Creature palette."/>
        <item name="$Waypoint Palette" hotkey="W" action="SELECT_WAYPOINT" help="Select the Waypoint palette."/>
        <item name="$RAW Palette" hotkey="R" action="SELECT_RAW" help="Select the RAW palette."/>
    </menu>
 
    <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>
    
    <!--
    <menu name="$Debug">
        <item name="$Debug .dat" action="DEBUG_VIEW_DAT" help="View all item sprites available."/>
    </menu>
    -->
    <menu name="F$loor">
        <item name="Floor 0" action="FLOOR_0" help=""/>
        <item name="Floor 1" action="FLOOR_1" help=""/>
        <item name="Floor 2" action="FLOOR_2" help=""/>
        <item name="Floor 3" action="FLOOR_3" help=""/>
        <item name="Floor 4" action="FLOOR_4" help=""/>
        <item name="Floor 5" action="FLOOR_5" help=""/>
        <item name="Floor 6" action="FLOOR_6" help=""/>
        <item name="Floor 7" action="FLOOR_7" help=""/>
        <item name="Floor 8" action="FLOOR_8" help=""/>
        <item name="Floor 9" action="FLOOR_9" help=""/>
        <item name="Floor 10" action="FLOOR_10" help=""/>
        <item name="Floor 11" action="FLOOR_11" help=""/>
        <item name="Floor 12" action="FLOOR_12" help=""/>
        <item name="Floor 13" action="FLOOR_13" help=""/>
        <item name="Floor 14" action="FLOOR_14" help=""/>
        <item name="Floor 15" action="FLOOR_15" help=""/>
    </menu>
    <menu name="$About">
        <item name="$Extensions..." hotkey="F2" action="EXTENSIONS" help=""/>
        <item name="Goto $Website" hotkey="F3" action="GOTO_WEBSITE" help=""/>
        <item name="$About..." hotkey="F1" action="ABOUT" help=""/>
    </menu>
</menubar>

 

 

Bom, agora só esses que eu lembrei na hora de fazer, caso tenham mais erros, é só comentar aqui e me marcar.

 

Tópico feito com ajuda de @Markowiicz, que me ajudou em umas soluções,

Link para o comentário
Compartilhar em outros sites

1 minuto atrás, Lenhador disse:

Como assim "mapear online", não entendi.

 

Você e seu amigo mapeando ao mesmo tempo, via internet.

Você vê as modificações dele, e ele a sua, ao salvar salva ambas modificações.

Link para o comentário
Compartilhar em outros sites

Muito legal , nem sabia que tinha um RME mais atualizado kkk.

Testei aqui , muito bom , tem nem coparação com o antigo , eu queria saber quem atualizou ( Criou , fez , editou) esse RME ?

Editado por XZero
Link para o comentário
Compartilhar em outros sites

37 minutos atrás, XZero disse:

Muito legal , nem sabia que tinha um RME mais atualizado kkk.

Testei aqui , muito bom , tem nem coparação com o antigo , eu queria saber quem atualizou ( Criou , fez , editou) esse RME ?

Acho que é a mesma pessoa, mas tá no github de hjnilsson

Link para o comentário
Compartilhar em outros sites

10 horas atrás, Henrique Gomes disse:

Poderia explicar como faz para editar o mapa com um amigo ?

Hoje eu faço, só sair do trabalho

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...
  • 3 weeks later...
Em 04/07/2018 em 11:46, ERAGON GAMER disse:

Mano la fala de source que source são essas? precisa baixar junto com o RME oque eu faço com a source????

Não é necessário baixar. São os códigos fontes para quem quiser se aprofundar no programa, ou até 'criar' uma versão própria. 

Link para o comentário
Compartilhar em outros sites

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...