From 6e242ca045a77835a1889d07aace76a605364efb Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 29 Dec 2023 15:48:05 +0200 Subject: [PATCH] Added BLSE run configuration --- .../Properties/launchSettings.json | 7 +++++++ .../Properties/launchSettings.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/Bannerlord.Module.CSharp/Properties/launchSettings.json b/src/Bannerlord.Module.CSharp/Properties/launchSettings.json index be7881e..3a55889 100644 --- a/src/Bannerlord.Module.CSharp/Properties/launchSettings.json +++ b/src/Bannerlord.Module.CSharp/Properties/launchSettings.json @@ -5,6 +5,13 @@ "executablePath": "$(GameFolder)\\bin\\$(GameBinariesFolder)\\Bannerlord.exe", "commandLineArgs": "/singleplayer _MODULES_*//#if(RunHarmony)Bannerlord.Harmony*//#endif//#if(RunButterLib)Bannerlord.ButterLib*//#endif//#if(RunUIExtenderEx)Bannerlord.UIExtenderEx*//#endif//#if(RunMCM)Bannerlord.MBOptionScreen*//#endifNative*SandBoxCore*CustomBattle*Sandbox*StoryMode*$(ModuleName)*_MODULES_", "workingDirectory": "$(GameFolder)\\bin\\$(GameBinariesFolder)" + }, + + "BLSE Bannerlord": { + "commandName": "Executable", + "executablePath": "$(GameFolder)\\bin\\$(GameBinariesFolder)\\Bannerlord.BLSE.Standalone.exe", + "commandLineArgs": "/singleplayer _MODULES_*//#if(RunHarmony)Bannerlord.Harmony*//#endif//#if(RunButterLib)Bannerlord.ButterLib*//#endif//#if(RunUIExtenderEx)Bannerlord.UIExtenderEx*//#endif//#if(RunMCM)Bannerlord.MBOptionScreen*//#endifNative*SandBoxCore*CustomBattle*Sandbox*StoryMode*$(ModuleName)*_MODULES_", + "workingDirectory": "$(GameFolder)\\bin\\$(GameBinariesFolder)" } } } \ No newline at end of file diff --git a/src/Bannerlord.Module.Sdk.CSharp/Properties/launchSettings.json b/src/Bannerlord.Module.Sdk.CSharp/Properties/launchSettings.json index be7881e..3a55889 100644 --- a/src/Bannerlord.Module.Sdk.CSharp/Properties/launchSettings.json +++ b/src/Bannerlord.Module.Sdk.CSharp/Properties/launchSettings.json @@ -5,6 +5,13 @@ "executablePath": "$(GameFolder)\\bin\\$(GameBinariesFolder)\\Bannerlord.exe", "commandLineArgs": "/singleplayer _MODULES_*//#if(RunHarmony)Bannerlord.Harmony*//#endif//#if(RunButterLib)Bannerlord.ButterLib*//#endif//#if(RunUIExtenderEx)Bannerlord.UIExtenderEx*//#endif//#if(RunMCM)Bannerlord.MBOptionScreen*//#endifNative*SandBoxCore*CustomBattle*Sandbox*StoryMode*$(ModuleName)*_MODULES_", "workingDirectory": "$(GameFolder)\\bin\\$(GameBinariesFolder)" + }, + + "BLSE Bannerlord": { + "commandName": "Executable", + "executablePath": "$(GameFolder)\\bin\\$(GameBinariesFolder)\\Bannerlord.BLSE.Standalone.exe", + "commandLineArgs": "/singleplayer _MODULES_*//#if(RunHarmony)Bannerlord.Harmony*//#endif//#if(RunButterLib)Bannerlord.ButterLib*//#endif//#if(RunUIExtenderEx)Bannerlord.UIExtenderEx*//#endif//#if(RunMCM)Bannerlord.MBOptionScreen*//#endifNative*SandBoxCore*CustomBattle*Sandbox*StoryMode*$(ModuleName)*_MODULES_", + "workingDirectory": "$(GameFolder)\\bin\\$(GameBinariesFolder)" } } } \ No newline at end of file