From b0b8e37e0ac3af237e897ae72ff781fa0e0a3663 Mon Sep 17 00:00:00 2001 From: "B. M. Willemstein" Date: Sat, 22 Nov 2025 17:58:05 +0100 Subject: [PATCH] Launch game using start debugging. --- ShareSuite/Properties/launchSettings.json | 12 ++++++++++++ ShareSuite/ShareSuite.csproj.user | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 ShareSuite/Properties/launchSettings.json create mode 100644 ShareSuite/ShareSuite.csproj.user diff --git a/ShareSuite/Properties/launchSettings.json b/ShareSuite/Properties/launchSettings.json new file mode 100644 index 0000000..47223f1 --- /dev/null +++ b/ShareSuite/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "ShareSuite": { + "commandName": "Project" + }, + "RoR2 Mod Launch": { + "commandName": "Executable", + "executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Risk of Rain 2\\Risk of Rain 2.exe", + "commandLineArgs": "--doorstop-enabled true --doorstop-target-assembly \"%appdata%\\r2modmanPlus-local\\RiskOfRain2\\profiles\\Default\\BepInEx\\core\\BepInEx.Preloader.dll\"" + } + } +} \ No newline at end of file diff --git a/ShareSuite/ShareSuite.csproj.user b/ShareSuite/ShareSuite.csproj.user new file mode 100644 index 0000000..fc2496c --- /dev/null +++ b/ShareSuite/ShareSuite.csproj.user @@ -0,0 +1,9 @@ + + + + ProjectDebugger + + + RoR2 Mod Launch + + \ No newline at end of file