forked from OTAcademy/RME
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenubar.xml
More file actions
215 lines (214 loc) · 14.3 KB
/
menubar.xml
File metadata and controls
215 lines (214 loc) · 14.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<?xml version="1.0" encoding="UTF-8"?>
<menubar>
<!--
a - enable autoborder
b
c - creature palette
d - doodad palette
e - show zones
f - show creatures
g - ghost loose items
h - house palette
i - item palette
j - jump to brush
k - wall hooks
l - animation
m - minimap
n - collection palette
o - show pathing
p - junp to prev pos
q - show floor shade
r - raw palette
s - show spawns
t - terrain palette
u
v - highlight items
w - waypoint palette
x - show locked doors
y - show tooltips
z
-->
<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 either 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."/>
<item name="$Export Tilesets..." action="EXPORT_TILESETS" help="Export tilesets to an xml 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 undid 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 Items..." hotkey="Ctrl+Shift+F" action="REPLACE_ITEMS" help="Replaces all occurrences 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>
<separator/>
<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 items that do not exist in the OTB file (red tiles the server can't load)."/>
<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="$Select">
<item name="Replace Items on Selection" action="REPLACE_ON_SELECTION_ITEMS" help="Replace items on selected area."/>
<item name="Find Item on Selection" action="SEARCH_ON_SELECTION_ITEM" help="Find items on selected area."/>
<item name="Remove Item on Selection" action="REMOVE_ON_SELECTION_ITEM" help="Remove item on selected area."/>
<separator/>
<menu name="$Find on Selection">
<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 Mode">
<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>
<separator/>
<item name="$Borderize Selection" action="BORDERIZE_SELECTION" help="Creates automatic borders in the entire selected area."/>
<item name="Ra$ndomize Selection" action="RANDOMIZE_SELECTION" help="Randomizes the ground tiles of the selected area."/>
</menu>
<menu name="$View">
<menu name="Toolbars">
<item name="Brushes" action="VIEW_TOOLBARS_BRUSHES" help="Show or hide the Brushes toolbar."/>
<item name="Position" action="VIEW_TOOLBARS_POSITION" help="Show or hide the Position toolbar."/>
<item name="Sizes" action="VIEW_TOOLBARS_SIZES" help="Show or hide the Sizes toolbar."/>
<item name="Standard" action="VIEW_TOOLBARS_STANDARD" help="Show or hide the Standard toolbar."/>
</menu>
<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."/>
<item name="Highlight locked doors" hotkey="X" action="HIGHLIGHT_LOCKED_DOORS" help="Highlight doors that require key to open."/>
<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="Show as minimap" hotkey="Shift+E" action="SHOW_AS_MINIMAP" help="Show only the tile minimap colors."/>
<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="Collectio$n Palette" hotkey="N" action="SELECT_COLLECTION" help="Select the Collection 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>