-
Notifications
You must be signed in to change notification settings - Fork 1
Utility features
OpenDR comes with a few utility features built in for handling maps. They are accessed by using the OpenRA.Utility.exe application.
You can convert an original DR multiplayer map to the OpenRA format by copying the DR map folder to the engine directory and running the following command:
OpenRA.Utility.exe dr --import-dr-map "MULTI/2drybed/2drybed.MAP"
Or if you want to convert a single player map (excluding scripting, paths, etc), you can use the following:
OpenRA.Utility.exe dr --import-dr-campaign-map "FIXED/M01F/M01F.MAP"
This will convert the map and place the result in the main folder as 2drybed.oramap, for example. Once converted, you must copy this map to your OpenRA Dark Reign maps folder at <OpenRA Documents Directory>/maps/dr/<release version>/
You can mirror a DR OpenRA map along horizontal, vertical, or both axes. The mirroring tool will read the map content from the left half, top half, or top left quadrant respectively. Unfortunately for now, the map is read from and written to the built-in mod directory located at <game install location>\mods\dr\maps, so be sure to place your map there before using the utility. Also, ensure your map size is a multiple of two otherwise bad things might happen.
OpenRA.Utility.exe dr --mirror-map <map name> V
OpenRA.Utility.exe dr --mirror-map <map name> H
OpenRA.Utility.exe dr --mirror-map <map name> VH
Getting Started 📦
The Mod 📦
Original Game
Developers 🔧