Region Editor
Personal Note: I wont ever update a version here. This works good enough for me and im just sharing.
Browser-based UO region editor, single HTML file, no install required
What is it?
A standalone region editor for Ultima Online shards. Open it in any modern browser, load your map files, draw regions directly on the map, and export them in the format your server needs. Nothing to install,the file runs entirely offline.
Loading Your Map
When you open the file a loader dialog appears. You have two options:Load by folder: Point it at your UO client folder and it will auto-detect the right files for whichever map you select. This is the easiest way.
Load individual files: Manually pick each file if you want to mix and match. The tool expects:
map0.mul(or map1–5 depending on your facet)
radarcol.mul
statics0.mul+staidx0.mul
No map files? Hit Demo Mode to try the editor with a placeholder map.
Drawing Regions
Two drawing modes, selectable from the toolbar:RECT: Click and drag to draw a rectangle. A pending region panel appears in the sidebar showing the exact coordinates. Give it a name and click Save, or discard it.
POLY: This is not supported on any server and is a custom choice for me. Because I use this webapp myself.
Export Formats
Four export options at the bottom of the sidebar:| Button | Output | Use for |
|---|---|---|
| TXT | UO XML region format | <region> blocks as used in Regions.xml |
| CFG | RunUO/ServUO .cfg format | |
| CSV | Spreadsheet-friendly | |
| JSON | Structured JSON |