From 9148e7b6dd8808372aff9b97a27341ba8a16696d Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Mon, 29 Jun 2026 16:05:59 -0400 Subject: [PATCH] configurable rec room location --- CannedNet.Client/CannedNet.Client.csproj | 21 ++++++++++++++++++++- CannedNet.Client/GamePath.props.example | 10 ++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CannedNet.Client/GamePath.props.example diff --git a/CannedNet.Client/CannedNet.Client.csproj b/CannedNet.Client/CannedNet.Client.csproj index c69492a..9523245 100644 --- a/CannedNet.Client/CannedNet.Client.csproj +++ b/CannedNet.Client/CannedNet.Client.csproj @@ -15,10 +15,24 @@ CannedNet.Client + + + - C:\Program Files (x86)\Steam\steamapps\content\app_471710\cannednet2023 + $(RECROOM_PATH) + + + + + @@ -926,4 +940,9 @@ $(GamePath)\BepInEx\interop\XboxUWP.dll + + + + + diff --git a/CannedNet.Client/GamePath.props.example b/CannedNet.Client/GamePath.props.example new file mode 100644 index 0000000..3d88d79 --- /dev/null +++ b/CannedNet.Client/GamePath.props.example @@ -0,0 +1,10 @@ + + + + C:\Path\To\RecRoom + +