configurable rec room location

This commit is contained in:
Devin Zuczek
2026-06-29 16:05:59 -04:00
parent 9bafbcd188
commit 9148e7b6dd
2 changed files with 30 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project>
<!-- Copy this file to "GamePath.props" (same folder) and set GamePath to your local
Rec Room install. GamePath.props is gitignored, so your local path stays out of the repo.
The install must have been launched once under BepInEx 6 (IL2CPP) so that
BepInEx/interop/ is populated with the proxy assemblies this project references. -->
<PropertyGroup>
<GamePath>C:\Path\To\RecRoom</GamePath>
</PropertyGroup>
</Project>