RECORDANDRONCO/OpenRA.Mods.Example/Properties/launchSettings.json

10 lines
389 B
JSON

{
"profiles": {
"OpenRA.Mods.Example": {
"commandName": "Executable",
"executablePath": "..\\..\\engine\\bin\\OpenRA.exe",
"commandLineArgs": "Game.Mod=example Engine.EngineDir=..\\..\\engine Engine.LaunchPath=..\\..\\engine\\bin Engine.ModSearchPaths=..\\..\\mods,..\\..\\engine\\mods Debug.DisplayDeveloperSettings=true"
}
}
}