Guest User

Untitled

a guest
Feb 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <menubar>
  3. <menu name="$File">
  4. <item name="$New..." hotkey="Ctrl-N" action="NEW" help="Create a new map."/>
  5. <item name="$Open..." hotkey="Ctrl-O" action="OPEN" help="Open another map."/>
  6. <item name="$Save" hotkey="Ctrl-S" action="SAVE" help="Save the current map."/>
  7. <item name="Save $As..." hotkey="Ctrl-Alt-S" action="SAVE_AS" help="Save the current map as a new file."/>
  8. <item name="$Generate Map" action="GENERATE_MAP" help="Generate a new map."/>
  9. <item name="$Close" hotkey="Ctrl-Q" action="CLOSE" help="Closes the currently open map."/>
  10. <separator/>
  11. <menu name="$Import">
  12. <item name="$Import Map..." action="IMPORT_MAP" help="Import map data from another map file."/>
  13. <item name="Import $Monsters/NPC..." action="IMPORT_MONSTERS" help="Import etiher a monsters.xml file or a specific monster/NPC."/>
  14. <item name="Import Mi$nimap..." action="IMPORT_MINIMAP" help="Import map data from a .bmp file."/>
  15. </menu>
  16. <menu name="$Export">
  17. <item name="$Export Minimap..." action="EXPORT_MINIMAP" help="Export minimap to an image file."/>
  18. </menu>
  19. <menu name="$Reload">
  20. <item name="$Reload" hotkey="F5" action="RELOAD_DATA" help="Reloads all data files."/>
  21. </menu>
  22. <separator/>
  23. <menu name="Recent $Files" special="RECENT_FILES"/>
  24. <item name="$Preferences" action="PREFERENCES" help="Configure the map editor."/>
  25. <item name="E$xit" action="EXIT" help="Close the editor."/>
  26. </menu>
  27. <menu name="$Edit">
  28. <item name="$Undo" hotkey="Ctrl-Z" action="UNDO" help="Undo last action."/>
  29. <item name="$Redo" hotkey="Ctrl-Y" action="REDO" help="Redo last undoed action."/>
  30. <separator/>
  31. <item name="Find $Item..." hotkey="Ctrl-F" action="FIND_ITEM" help="Find all instances of an item type the map."/>
  32. <menu name="$Find">
  33. <item name="Find $Everything" action="SEARCH_EVERYTHING" help="Find all unique/action/text/container items."/>
  34. <separator/>
  35. <item name="Find $Unique" action="SEARCH_UNIQUE" help="Find all items with unique ID."/>
  36. <item name="Find $Action" action="SEARCH_ACTION" help="Find all items with action ID."/>
  37. <item name="Find $Container" action="SEARCH_CONTAINER" help="Find all containers."/>
  38. <item name="Find $Writeable" action="SEARCH_WRITEABLE" help="Find all writeable items."/>
  39. </menu>
  40. <separator/>
  41. <menu name="$Selection">
  42. <item name="$Compensate Selection" action="SELECT_MODE_COMPENSATE" help="Compensate for floor difference when selecting."/>
  43. <separator/>
  44. <item name="$Current Floor" action="SELECT_MODE_CURRENT" help="Select only current floor."/>
  45. <item name="$Lower Floors" action="SELECT_MODE_LOWER" help="Select all lower floors."/>
  46. <item name="$Visible Floors" action="SELECT_MODE_VISIBLE" help="Select only visible floors."/>
  47. </menu>
  48. <menu name="$Border Options">
  49. <item name="Border $Automagic" hotkey="A" action="AUTOMAGIC" help="Turns on all automatic border functions."/>
  50. <separator/>
  51. <item name="$Borderize Selection" hotkey="Ctrl-B" action="BORDERIZE_SELECTION" help="Creates automatic borders in the entire selected area."/>
  52. <item name="Borderize $Map" action="BORDERIZE_MAP" help="Reborders the entire map."/>
  53. <item name="Ra$ndomize Selection" action="RANDOMIZE_SELECTION" help="Randomizes the ground tiles of the selected area."/>
  54. <item name="$Randomize Map" action="RANDOMIZE_MAP" help="Randomizes all tiles of the entire map."/>
  55. </menu>
  56. <menu name="$Other Options">
  57. <item name="$Remove Items by ID..." action="MAP_REMOVE_ITEMS" help="Removes all items with the selected ID from the map."/>
  58. <item name="$Remove all corpses..." action="MAP_REMOVE_CORPSES" help="Removes all corpses from the map."/>
  59. <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."/>
  60. <item name="$Clear Invalid Houses" action="CLEAR_INVALID_HOUSES" help="Clears house tiles not belonging to any house."/>
  61. </menu>
  62. <separator/>
  63. <item name="Goto $Position..." hotkey="Ctrl-G" action="GOTO_POSITION" help="Go to a specific XYZ position."/>
  64. <item name="$Jump to Brush..." hotkey="J" action="JUMP_TO_BRUSH" help="Jump to a brush."/>
  65. <separator/>
  66. <item name="$Cut" hotkey="Ctrl-X" action="CUT" help="Cut a part of the map."/>
  67. <item name="C$opy" hotkey="Ctrl-C" action="COPY" help="Copy a part of the map."/>
  68. <item name="$Paste" hotkey="Ctrl-V" action="PASTE" help="Paste a part of the map."/>
  69. </menu>
  70. <menu name="$Map">
  71. <item name="Edit $Towns" hotkey="Ctrl-T" action="EDIT_TOWNS" help="Edit towns."/>
  72. <item name="Edit $Items" hotkey="Ctrl-I" action="EDIT_ITEMS" help="Edit items."/>
  73. <item name="Edit $Monsters" hotkey="Ctrl-M" action="EDIT_MONSTERS" help="Edit monsters."/>
  74. <separator/>
  75. <item name="$Cleanup..." action="MAP_CLEANUP" help="Removes all unknown items from the map."/>
  76. <item name="$Properties..." hotkey="Ctrl-P" action="MAP_PROPERTIES" help="Show and change the map properties."/>
  77. <item name="$Statistics" hotkey="F8" action="MAP_STATISTICS" help="Show map statistics."/>
  78. </menu>
  79. <menu name="$View">
  80. <item name="$New View" hotkey="Ctrl-Shift-N" action="NEW_VIEW" help="Creates a new view of the current map."/>
  81. <item name="$Take Screenshot" hotkey="F11" action="TAKE_SCREENSHOT" help="Saves the current view to the disk."/>
  82. <separator/>
  83. <item name="$Show shade" hotkey="Q" action="SHOW_SHADE" help="Shade lower floors."/>
  84. <item name="Show $all floors" hotkey="Ctrl-W" action="SHOW_ALL_FLOORS" help="If not checked other floors are hidden."/>
  85. <item name="Ghost $loose items" hotkey="G" action="GHOST_ITEMS" help="Ghost items (except ground)."/>
  86. <item name="Ghost $higher floors" hotkey="Ctrl-L" action="GHOST_HIGHER_FLOORS" help="Ghost floors."/>
  87. <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)."/>
  88. <item name="Show $Grid" hotkey="Shift-G" action="SHOW_GRID" help="Shows a grid over all items."/>
  89. <item name="H$ighlight items" hotkey="V" action="HIGHLIGHT_ITEMS" help="Highlight tiles with items on them."/>
  90. <separator/>
  91. <item name="Show creatures" hotkey="F" action="SHOW_CREATURES" help="Show creatures on the map."/>
  92. <item name="Show spawns" hotkey="S" action="SHOW_SPAWNS" help="Show spawns on the map."/>
  93. <item name="Sho$w special" hotkey="E" action="SHOW_SPECIAL" help="Show special tiles on the map, like PZ."/>
  94. <item name="Only show $colors" hotkey="Ctrl-E" action="SHOW_ONLY_COLORS" help="Show only the special tiles on the map."/>
  95. <item name="Show $houses" hotkey="Ctrl-H" action="SHOW_HOUSES" help="Show houses on the map."/>
  96. <item name="Show $pathing" hotkey="O" action="SHOW_PATHING" help="Show pathing grid (blocking tiles)."/>
  97. </menu>
  98. <menu name="$Window">
  99. <item name="$Minimap" hotkey="M" action="WIN_MINIMAP" help="Displays the minimap window."/>
  100. <item name="$New Palette" action="NEW_PALETTE" help="Creates a new palette."/>
  101. <separator/>
  102. <item name="$Terrain Palette" hotkey="T" action="SELECT_TERRAIN" help="Select the Terrain palette."/>
  103. <item name="$Doodad Palette" hotkey="D" action="SELECT_DOODAD" help="Select the Doodad palette."/>
  104. <item name="$Item Palette" hotkey="I" action="SELECT_ITEM" help="Select the Item palette."/>
  105. <item name="$House Palette" hotkey="H" action="SELECT_HOUSE" help="Select the House palette."/>
  106. <item name="$Creature Palette" hotkey="C" action="SELECT_CREATURE" help="Select the Creature palette."/>
  107. <item name="$Waypoint Palette" hotkey="W" action="SELECT_WAYPOINT" help="Select the Waypoint palette."/>
  108. <item name="$RAW Palette" hotkey="R" action="SELECT_RAW" help="Select the RAW palette."/>
  109. </menu>
  110. <!--
  111. <menu name="$Live">
  112. <item name="$Host Server" action="LIVE_START" help="Start a live mapping session (as the host)."/>
  113. <item name="$Join Server" action="LIVE_JOIN" help="Join a live mapping session."/>
  114. <item name="$Leave Server" action="LIVE_CLOSE" help="Leave this live mapping session."/>
  115. </menu>
  116. -->
  117. <!--
  118. <menu name="$Debug">
  119. <item name="$Debug .dat" action="DEBUG_VIEW_DAT" help="View all item sprites available."/>
  120. </menu>
  121. -->
  122. <menu name="F$loor">
  123. <item name="Floor 0" action="FLOOR_0" help=""/>
  124. <item name="Floor 1" action="FLOOR_1" help=""/>
  125. <item name="Floor 2" action="FLOOR_2" help=""/>
  126. <item name="Floor 3" action="FLOOR_3" help=""/>
  127. <item name="Floor 4" action="FLOOR_4" help=""/>
  128. <item name="Floor 5" action="FLOOR_5" help=""/>
  129. <item name="Floor 6" action="FLOOR_6" help=""/>
  130. <item name="Floor 7" action="FLOOR_7" help=""/>
  131. <item name="Floor 8" action="FLOOR_8" help=""/>
  132. <item name="Floor 9" action="FLOOR_9" help=""/>
  133. <item name="Floor 10" action="FLOOR_10" help=""/>
  134. <item name="Floor 11" action="FLOOR_11" help=""/>
  135. <item name="Floor 12" action="FLOOR_12" help=""/>
  136. <item name="Floor 13" action="FLOOR_13" help=""/>
  137. <item name="Floor 14" action="FLOOR_14" help=""/>
  138. <item name="Floor 15" action="FLOOR_15" help=""/>
  139. </menu>
  140. <menu name="$About">
  141. <item name="$Extensions..." hotkey="F2" action="EXTENSIONS" help=""/>
  142. <item name="Goto $Website" hotkey="F3" action="GOTO_WEBSITE" help=""/>
  143. <item name="$About..." hotkey="F1" action="ABOUT" help=""/>
  144. </menu>
  145. </menubar>
Add Comment
Please, Sign In to add comment