OpenRAModSDK icon indicating copy to clipboard operation
OpenRAModSDK copied to clipboard

Impossible to launch the game from the example solution

Open abcdefg30 opened this issue 5 years ago • 1 comments

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.

abcdefg30 avatar Jan 22 '20 15:01 abcdefg30

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.

pchote avatar Jan 22 '20 15:01 pchote