diff --git a/OpenRA.Mods.Example/Properties/launchSettings.json b/OpenRA.Mods.Example/Properties/launchSettings.json index 5b6bd42..0049266 100644 --- a/OpenRA.Mods.Example/Properties/launchSettings.json +++ b/OpenRA.Mods.Example/Properties/launchSettings.json @@ -4,6 +4,15 @@ "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" + } } } }