Welcome to the Arma Reforger Map Overlay Zone Editor. This tool allows you to design map zones (Safe Zones, PvP Zones, etc.) visually on top of your game map and export them directly to code or images for your server.
Move around the map easily using these controls:
Select a tool from the left toolbar to start drawing:
Click and drag to create simple geometric shapes. Perfect for standard safe zones or circular objectives.
Create complex custom polygons by placing anchor points.
Draw organic shapes by clicking and dragging. The line will smooth out automatically when you release.
The most powerful way to get your zones into Arma Reforger. This generates a script that automates entity creation in the World Editor.
1. Click Export in the top right.
2. Select Workbench Plugin (.c).
3. Download the ImportZonesPlugin.c file.
1. Place the file in your mod's scripts/WorkbenchGame/WorldEditor folder.
2. Restart the Workbench if open.
1. Open your world in World Editor.
2. Press Ctrl + Shift + I (or find "Import Zones" in the Plugins menu).
3. The script will automatically create Trigger Entities for all your zones with
correct names, positions, and shapes!
Use this if you prefer a code-only approach without placing entities in the world.
SCR_ZoneManagerComponent.c.scripts/Game/GameMode folder.Don't lose your work! You can save your entire session to a JSON file.