Skip to content

Commit

Permalink
Added BLSE Bannerlord With Crash Reporter profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Sep 25, 2024
1 parent aed972b commit 70a5de7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion src/Bannerlord.Module.CSharp/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"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*$(ModuleId)*_MODULES_",
"commandLineArgs": "/disableautogenexceptions /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 With Crash Reporter": {
"commandName": "Executable",
"executablePath": "$(GameFolder)\\bin\\$(GameBinariesFolder)\\Bannerlord.BLSE.Standalone.exe",
"commandLineArgs": "/enablecrashhandlerwhendebuggerisattached /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
11 changes: 9 additions & 2 deletions src/Bannerlord.Module.Sdk.CSharp/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@
"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*$(ModuleId)*_MODULES_",
"commandLineArgs": "/disableautogenexceptions /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 With Crash Reporter": {
"commandName": "Executable",
"executablePath": "$(GameFolder)\\bin\\$(GameBinariesFolder)\\Bannerlord.BLSE.Standalone.exe",
"commandLineArgs": "/enablecrashhandlerwhendebuggerisattached /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)"
},
}
}

0 comments on commit 70a5de7

Please sign in to comment.