|
58 | 58 | <item name="Undo" hotkey="Ctrl+Z" action="UNDO" help="Undo last action."/> |
59 | 59 | <item name="Redo" hotkey="Ctrl+Shift+Z" action="REDO" help="Redo last undid action."/> |
60 | 60 | <separator/> |
61 | | - <item name="Find Item..." hotkey="Ctrl+F" action="FIND_ITEM" help="Find all instances of an item type the map."/> |
62 | 61 | <item name="Replace Items..." hotkey="Ctrl+Shift+F" action="REPLACE_ITEMS" help="Replaces all occurrences of one item with another."/> |
63 | | - <menu name="Find on Map"> |
64 | | - <item name="Find Everything" action="SEARCH_ON_MAP_EVERYTHING" help="Find all unique/action/text/container items."/> |
65 | | - <separator/> |
66 | | - <item name="Find Unique" action="SEARCH_ON_MAP_UNIQUE" help="Find all items with an unique ID on map."/> |
67 | | - <item name="Find Action" action="SEARCH_ON_MAP_ACTION" help="Find all items with an action ID on map."/> |
68 | | - <item name="Find Container" action="SEARCH_ON_MAP_CONTAINER" help="Find all containers on map."/> |
69 | | - <item name="Find Writeable" action="SEARCH_ON_MAP_WRITEABLE" help="Find all writeable items on map."/> |
70 | | - </menu> |
71 | 62 | <separator/> |
72 | 63 | <menu name="Border Options"> |
73 | 64 | <item name="Border Automagic" hotkey="A" action="AUTOMAGIC" help="Turns on all automatic border functions."/> |
|
85 | 76 | <item name="Clear Modified State" action="CLEAR_MODIFIED_STATE" help="Clears the modified state from all tiles."/> |
86 | 77 | </menu> |
87 | 78 | <separator/> |
88 | | - <item name="Go to Previous Position" hotkey="P" action="GOTO_PREVIOUS_POSITION" help="Go to the previous screen center position."/> |
89 | | - <item name="Go to Position..." hotkey="Ctrl+G" action="GOTO_POSITION" help="Go to a specific XYZ position."/> |
90 | | - <item name="Jump to Brush..." hotkey="J" action="JUMP_TO_BRUSH" help="Jump to a brush."/> |
91 | | - <item name="Jump to Item..." hotkey="Ctrl+J" action="JUMP_TO_ITEM_BRUSH" help="Jump to an item brush (RAW palette)."/> |
92 | | - <separator/> |
93 | 79 | <item name="Cut" hotkey="Ctrl+X" action="CUT" help="Cut a part of the map."/> |
94 | 80 | <item name="Copy" hotkey="Ctrl+C" action="COPY" help="Copy a part of the map."/> |
95 | 81 | <item name="Paste" hotkey="Ctrl+V" action="PASTE" help="Paste a part of the map."/> |
96 | 82 | </menu> |
| 83 | + <menu name="Editor"> |
| 84 | + <item name="New View" hotkey="Ctrl+Shift+N" action="NEW_VIEW" help="Creates a new view of the current map."/> |
| 85 | + <item name="Enter Fullscreen" hotkey="F11" action="TOGGLE_FULLSCREEN" help="Changes between fullscreen mode and windowed mode."/> |
| 86 | + <item name="Take Screenshot" hotkey="F10" action="TAKE_SCREENSHOT" help="Saves the current view to the disk."/> |
| 87 | + <separator/> |
| 88 | + <menu name="Zoom"> |
| 89 | + <item name="Zoom In" hotkey="Ctrl++" action="ZOOM_IN" help="Increase the zoom."/> |
| 90 | + <item name="Zoom Out" hotkey="Ctrl+-" action="ZOOM_OUT" help="Decrease the zoom."/> |
| 91 | + <item name="Zoom Normal" hotkey="Ctrl+0" action="ZOOM_NORMAL" help="Normal zoom(100%)."/> |
| 92 | + </menu> |
| 93 | + </menu> |
| 94 | + <menu name="Search"> |
| 95 | + <item name="Find Item..." hotkey="Ctrl+F" action="FIND_ITEM" help="Find all instances of an item type the map."/> |
| 96 | + <separator/> |
| 97 | + <item name="Find Unique" action="SEARCH_ON_MAP_UNIQUE" help="Find all items with an unique ID on map."/> |
| 98 | + <item name="Find Action" action="SEARCH_ON_MAP_ACTION" help="Find all items with an action ID on map."/> |
| 99 | + <item name="Find Container" action="SEARCH_ON_MAP_CONTAINER" help="Find all containers on map."/> |
| 100 | + <item name="Find Writeable" action="SEARCH_ON_MAP_WRITEABLE" help="Find all writeable items on map."/> |
| 101 | + <separator/> |
| 102 | + <item name="Find Everything" action="SEARCH_ON_MAP_EVERYTHING" help="Find all unique/action/text/container items."/> |
| 103 | + </menu> |
97 | 104 | <menu name="Map"> |
98 | 105 | <item name="Edit Towns" hotkey="Ctrl+T" action="EDIT_TOWNS" help="Edit towns."/> |
| 106 | + <!-- these were never implemented |
99 | 107 | <item name="Edit Items" hotkey="Ctrl+I" action="EDIT_ITEMS" help="Edit items."/> |
100 | 108 | <item name="Edit Monsters" action="EDIT_MONSTERS" help="Edit monsters."/> |
| 109 | + --> |
101 | 110 | <separator/> |
102 | 111 | <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)."/> |
103 | 112 | <item name="Properties..." hotkey="Ctrl+P" action="MAP_PROPERTIES" help="Show and change the map properties."/> |
104 | 113 | <item name="Statistics" hotkey="F8" action="MAP_STATISTICS" help="Show map statistics."/> |
105 | 114 | </menu> |
106 | | - <menu name="Select"> |
| 115 | + <menu name="Selection"> |
107 | 116 | <item name="Replace Items on Selection" action="REPLACE_ON_SELECTION_ITEMS" help="Replace items on selected area."/> |
108 | 117 | <item name="Find Item on Selection" action="SEARCH_ON_SELECTION_ITEM" help="Find items on selected area."/> |
109 | 118 | <item name="Remove Item on Selection" action="REMOVE_ON_SELECTION_ITEM" help="Remove item on selected area."/> |
|
128 | 137 | <item name="Borderize Selection" action="BORDERIZE_SELECTION" help="Creates automatic borders in the entire selected area."/> |
129 | 138 | <item name="Randomize Selection" action="RANDOMIZE_SELECTION" help="Randomizes the ground tiles of the selected area."/> |
130 | 139 | </menu> |
131 | | - <menu name="View"> |
132 | | - <item name="New View" hotkey="Ctrl+Shift+N" action="NEW_VIEW" help="Creates a new view of the current map."/> |
133 | | - <item name="Enter Fullscreen" hotkey="F11" action="TOGGLE_FULLSCREEN" help="Changes between fullscreen mode and windowed mode."/> |
134 | | - <item name="Take Screenshot" hotkey="F10" action="TAKE_SCREENSHOT" help="Saves the current view to the disk."/> |
| 140 | + <menu name="View"> |
| 141 | + <!-- mapeditor view options --> |
| 142 | + <item name="Show all Floors" hotkey="Ctrl+W" action="SHOW_ALL_FLOORS" help="If not checked other floors are hidden."/> |
| 143 | + <item name="Show as Minimap" hotkey="Shift+E" action="SHOW_AS_MINIMAP" help="Show only the tile minimap colors."/> |
| 144 | + <item name="Only show Colors" hotkey="Ctrl+E" action="SHOW_ONLY_COLORS" help="Show only the special tiles on the map."/> |
| 145 | + <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."/> |
| 146 | + <item name="Always show zones" hotkey="" action="ALWAYS_SHOW_ZONES" help="Zones will be visible even on empty tiles."/> |
135 | 147 | <separator/> |
| 148 | + <item name="Show tooltips" hotkey="Y" action="SHOW_TOOLTIPS" help="Show tooltips."/> |
| 149 | + <item name="Show grid" hotkey="Shift+G" action="SHOW_GRID" help="Shows a grid over all items."/> |
| 150 | + <item name="Show client box" hotkey="Shift+I" action="SHOW_INGAME_BOX" help="Shadows out areas not visible ingame (from the center of the screen)."/> |
| 151 | + <separator/> |
| 152 | + <item name="Ghost loose items" hotkey="G" action="GHOST_ITEMS" help="Ghost items (except ground)."/> |
| 153 | + <item name="Ghost higher floors" hotkey="Ctrl+L" action="GHOST_HIGHER_FLOORS" help="Ghost floors."/> |
| 154 | + <item name="Show shade" hotkey="Q" action="SHOW_SHADE" help="Shade lower floors."/> |
| 155 | + </menu> |
| 156 | + <menu name="Show"> |
| 157 | + <!-- item/zone filters --> |
136 | 158 | <item name="Show Animation" hotkey="L" action="SHOW_PREVIEW" help="Show item animations."/> |
137 | 159 | <item name="Show Light" hotkey="Shift+L" action="SHOW_LIGHTS" help="Show lights."/> |
138 | 160 | <item name="Show Light Strength" hotkey="Shift+K" action="SHOW_LIGHT_STR" help="Show indicators of light strength."/> |
139 | 161 | <item name="Show Technical Items" hotkey="Shift+T" action="SHOW_TECHNICAL_ITEMS" help="Shows some of special items that are not visible in game."/> |
140 | 162 | <separator/> |
141 | | - <item name="Show shade" hotkey="Q" action="SHOW_SHADE" help="Shade lower floors."/> |
142 | | - <item name="Ghost loose items" hotkey="G" action="GHOST_ITEMS" help="Ghost items (except ground)."/> |
143 | | - <item name="Ghost higher floors" hotkey="Ctrl+L" action="GHOST_HIGHER_FLOORS" help="Ghost floors."/> |
144 | | - <separator/> |
145 | 163 | <item name="Show creatures" hotkey="F" action="SHOW_CREATURES" help="Show creatures on the map."/> |
146 | 164 | <item name="Show spawns" hotkey="S" action="SHOW_SPAWNS" help="Show spawns on the map."/> |
147 | 165 | <item name="Show special" hotkey="E" action="SHOW_SPECIAL" help="Show special tiles on the map, like PZ."/> |
148 | 166 | <item name="Show houses" hotkey="Ctrl+H" action="SHOW_HOUSES" help="Show houses on the map."/> |
149 | 167 | <item name="Show pathing" hotkey="O" action="SHOW_PATHING" help="Show blocking tiles."/> |
150 | | - <separator/> |
151 | | - <item name="Show tooltips" hotkey="Y" action="SHOW_TOOLTIPS" help="Show tooltips."/> |
| 168 | + <item name="Show towns" hotkey="" action="SHOW_TOWNS" help="Show temple positions."/> |
152 | 169 | <item name="Show waypoints" hotkey="Shift+W" action="SHOW_WAYPOINTS" help="Show waypoints."/> |
153 | | - <item name="Show grid" hotkey="Shift+G" action="SHOW_GRID" help="Shows a grid over all items."/> |
154 | | - <item name="Show client box" hotkey="Shift+I" action="SHOW_INGAME_BOX" help="Shadows out areas not visible ingame (from the center of the screen)."/> |
155 | 170 | <separator/> |
156 | 171 | <item name="Highlight Items" hotkey="V" action="HIGHLIGHT_ITEMS" help="Highlight tiles with items on them."/> |
157 | 172 | <item name="Highlight Locked Doors" hotkey="X" action="HIGHLIGHT_LOCKED_DOORS" help="Highlight doors that require key to open."/> |
158 | 173 | <item name="Show Wall Hooks" hotkey="K" action="SHOW_WALL_HOOKS" help="Show indicators for wall hooks."/> |
| 174 | + </menu> |
| 175 | + <menu name="Navigate"> |
| 176 | + <item name="Go to Previous Position" hotkey="P" action="GOTO_PREVIOUS_POSITION" help="Go to the previous screen center position."/> |
| 177 | + <item name="Go to Position..." hotkey="Ctrl+G" action="GOTO_POSITION" help="Go to a specific XYZ position."/> |
| 178 | + <item name="Jump to Brush..." hotkey="J" action="JUMP_TO_BRUSH" help="Jump to a brush."/> |
| 179 | + <item name="Jump to Item..." hotkey="Ctrl+J" action="JUMP_TO_ITEM_BRUSH" help="Jump to an item brush (RAW palette)."/> |
159 | 180 | <separator/> |
160 | | - <item name="Show all Floors" hotkey="Ctrl+W" action="SHOW_ALL_FLOORS" help="If not checked other floors are hidden."/> |
161 | | - <item name="Show as Minimap" hotkey="Shift+E" action="SHOW_AS_MINIMAP" help="Show only the tile minimap colors."/> |
162 | | - <item name="Only show Colors" hotkey="Ctrl+E" action="SHOW_ONLY_COLORS" help="Show only the special tiles on the map."/> |
163 | | - <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."/> |
164 | | - <separator/> |
165 | | - <menu name="Zoom"> |
166 | | - <item name="Zoom In" hotkey="Ctrl++" action="ZOOM_IN" help="Increase the zoom."/> |
167 | | - <item name="Zoom Out" hotkey="Ctrl+-" action="ZOOM_OUT" help="Decrease the zoom."/> |
168 | | - <item name="Zoom Normal" hotkey="Ctrl+0" action="ZOOM_NORMAL" help="Normal zoom(100%)."/> |
| 181 | + <menu name="Floor"> |
| 182 | + <item name="Floor 0" action="FLOOR_0" help=""/> |
| 183 | + <item name="Floor 1" action="FLOOR_1" help=""/> |
| 184 | + <item name="Floor 2" action="FLOOR_2" help=""/> |
| 185 | + <item name="Floor 3" action="FLOOR_3" help=""/> |
| 186 | + <item name="Floor 4" action="FLOOR_4" help=""/> |
| 187 | + <item name="Floor 5" action="FLOOR_5" help=""/> |
| 188 | + <item name="Floor 6" action="FLOOR_6" help=""/> |
| 189 | + <item name="Floor 7" action="FLOOR_7" help=""/> |
| 190 | + <item name="Floor 8" action="FLOOR_8" help=""/> |
| 191 | + <item name="Floor 9" action="FLOOR_9" help=""/> |
| 192 | + <item name="Floor 10" action="FLOOR_10" help=""/> |
| 193 | + <item name="Floor 11" action="FLOOR_11" help=""/> |
| 194 | + <item name="Floor 12" action="FLOOR_12" help=""/> |
| 195 | + <item name="Floor 13" action="FLOOR_13" help=""/> |
| 196 | + <item name="Floor 14" action="FLOOR_14" help=""/> |
| 197 | + <item name="Floor 15" action="FLOOR_15" help=""/> |
169 | 198 | </menu> |
170 | 199 | </menu> |
171 | 200 | <menu name="Window"> |
172 | 201 | <item name="Minimap" hotkey="M" action="WIN_MINIMAP" help="Displays the minimap window."/> |
173 | 202 | <item name="New Palette" action="NEW_PALETTE" help="Creates a new palette."/> |
174 | | - <separator/> |
175 | | - <item name="Terrain Palette" hotkey="T" action="SELECT_TERRAIN" help="Select the Terrain palette."/> |
176 | | - <item name="Doodad Palette" hotkey="D" action="SELECT_DOODAD" help="Select the Doodad palette."/> |
177 | | - <item name="Item Palette" hotkey="I" action="SELECT_ITEM" help="Select the Item palette."/> |
178 | | - <item name="Collection Palette" hotkey="N" action="SELECT_COLLECTION" help="Select the Collection palette."/> |
179 | | - <item name="House Palette" hotkey="H" action="SELECT_HOUSE" help="Select the House palette."/> |
180 | | - <item name="Creature Palette" hotkey="C" action="SELECT_CREATURE" help="Select the Creature palette."/> |
181 | | - <item name="Waypoint Palette" hotkey="W" action="SELECT_WAYPOINT" help="Select the Waypoint palette."/> |
182 | | - <item name="RAW Palette" hotkey="R" action="SELECT_RAW" help="Select the RAW palette."/> |
183 | | - <separator/> |
| 203 | + <menu name="Palette"> |
| 204 | + <item name="Terrain" hotkey="T" action="SELECT_TERRAIN" help="Select the Terrain palette."/> |
| 205 | + <item name="Doodad" hotkey="D" action="SELECT_DOODAD" help="Select the Doodad palette."/> |
| 206 | + <item name="Item" hotkey="I" action="SELECT_ITEM" help="Select the Item palette."/> |
| 207 | + <item name="Collection" hotkey="N" action="SELECT_COLLECTION" help="Select the Collection palette."/> |
| 208 | + <item name="House" hotkey="H" action="SELECT_HOUSE" help="Select the House palette."/> |
| 209 | + <item name="Creature" hotkey="C" action="SELECT_CREATURE" help="Select the Creature palette."/> |
| 210 | + <item name="Waypoint" hotkey="W" action="SELECT_WAYPOINT" help="Select the Waypoint palette."/> |
| 211 | + <item name="RAW" hotkey="R" action="SELECT_RAW" help="Select the RAW palette."/> |
| 212 | + </menu> |
184 | 213 | <menu name="Toolbars"> |
185 | 214 | <item name="Brushes" action="VIEW_TOOLBARS_BRUSHES" help="Show or hide the Brushes toolbar."/> |
186 | 215 | <item name="Position" action="VIEW_TOOLBARS_POSITION" help="Show or hide the Position toolbar."/> |
|
200 | 229 | <item name="Debug .dat" action="DEBUG_VIEW_DAT" help="View all item sprites available."/> |
201 | 230 | </menu> |
202 | 231 | --> |
203 | | - <menu name="Floor"> |
204 | | - <item name="Floor 0" action="FLOOR_0" help=""/> |
205 | | - <item name="Floor 1" action="FLOOR_1" help=""/> |
206 | | - <item name="Floor 2" action="FLOOR_2" help=""/> |
207 | | - <item name="Floor 3" action="FLOOR_3" help=""/> |
208 | | - <item name="Floor 4" action="FLOOR_4" help=""/> |
209 | | - <item name="Floor 5" action="FLOOR_5" help=""/> |
210 | | - <item name="Floor 6" action="FLOOR_6" help=""/> |
211 | | - <item name="Floor 7" action="FLOOR_7" help=""/> |
212 | | - <item name="Floor 8" action="FLOOR_8" help=""/> |
213 | | - <item name="Floor 9" action="FLOOR_9" help=""/> |
214 | | - <item name="Floor 10" action="FLOOR_10" help=""/> |
215 | | - <item name="Floor 11" action="FLOOR_11" help=""/> |
216 | | - <item name="Floor 12" action="FLOOR_12" help=""/> |
217 | | - <item name="Floor 13" action="FLOOR_13" help=""/> |
218 | | - <item name="Floor 14" action="FLOOR_14" help=""/> |
219 | | - <item name="Floor 15" action="FLOOR_15" help=""/> |
220 | | - </menu> |
221 | 232 | <menu name="Experimental"> |
222 | 233 | <item name="Fog in light view" hotkey="" action="EXPERIMENTAL_FOG" help="Apply fog filter to light effect."/> |
223 | 234 | </menu> |
|
0 commit comments