Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to launch the game from the example solution #140

Open
abcdefg30 opened this issue Jan 22, 2020 · 1 comment
Open

Impossible to launch the game from the example solution #140

abcdefg30 opened this issue Jan 22, 2020 · 1 comment

Comments

@abcdefg30
Copy link
Member

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.

@pchote
Copy link
Member

pchote commented Jan 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants