OpenRAModSDK
OpenRAModSDK copied to clipboard
Impossible to launch the game from the example solution
I currently have to manuall edit launchsettings.json of OpenRA.Game and add something like
"Red Alert 2": {
"commandName": "Project",
"commandLineArgs": "Game.Mod=ra2 Engine.ModSearchPaths=../mods,./mods"
}
to the profiles list.
The simplest solution will probably be to define a mod-wrapper exe that works like the windows launchers, but for all OSes and without the WinForms dependency. The engine would then be treated as a library instead of an executable.