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

19 lines
762 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"
},
"Utility": {
"commandName": "Executable",
"executablePath": "..\\..\\engine\\bin\\OpenRA.Utility.exe",
"commandLineArgs": "example --check-yaml",
"environmentVariables": {
"ENGINE_DIR": "..\\..\\engine",
"MOD_SEARCH_PATHS": "..\\..\\mods,..\\..\\engine\\mods"
}
}
}
}