Skip to content

Commit

Permalink
Fixed launchSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
artifixer committed May 31, 2024
1 parent 6e242ca commit 1027dc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Bannerlord.Module.CSharp/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"Bannerlord": {
"commandName": "Executable",
"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_",
"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*$(ModuleId)*_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_",
"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*$(ModuleId)*_MODULES_",
"workingDirectory": "$(GameFolder)\\bin\\$(GameBinariesFolder)"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"Bannerlord": {
"commandName": "Executable",
"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_",
"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*$(ModuleId)*_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_",
"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*$(ModuleId)*_MODULES_",
"workingDirectory": "$(GameFolder)\\bin\\$(GameBinariesFolder)"
}
}
Expand Down

0 comments on commit 1027dc0

Please sign in to comment.