An OpenRA mod, built with the OpenRA Mod SDK.
Commands for compiling/running the mod:
| Windows | Linux / macOS | Purpose |
|---|---|---|
| make.cmd | Makefile | Compiles your project and fetches dependencies (including the OpenRA engine). |
| launch-game.cmd | launch-game.sh | Launches your project from the SDK directory. |
| launch-server.cmd | launch-server.sh | Launches a dedicated server for your project from the SDK directory. |
| utility.cmd | utility.sh | Launches the OpenRA Utility for your project. |
| <not available> | packaging/package-all.sh | Generates release installers for your project. |