fix references
This commit is contained in:
@@ -11,6 +11,7 @@ This patch requires that a certain build of BepInEx be used from their GitHub, a
|
|||||||
**When submitting issues**, please submit your BepInEx log file with all log levels enabled. You can do this by setting `Logging.Disk.LogLevels` in `BepInEx.cfg` to `All`.
|
**When submitting issues**, please submit your BepInEx log file with all log levels enabled. You can do this by setting `Logging.Disk.LogLevels` in `BepInEx.cfg` to `All`.
|
||||||
|
|
||||||
### Patch IDs
|
### Patch IDs
|
||||||
|
Currently a work-in-progress and is not implemented
|
||||||
* `removeInkLimit`: 'Remove' the limit of resources that can be used in a single room
|
* `removeInkLimit`: 'Remove' the limit of resources that can be used in a single room
|
||||||
|
|
||||||
### Compiling
|
### Compiling
|
||||||
@@ -21,3 +22,4 @@ Run BepInEx interop on your build and add the following assemblies to new folder
|
|||||||
* `BepInEx/interop/Il2CppSystem.dll`
|
* `BepInEx/interop/Il2CppSystem.dll`
|
||||||
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/UnityEngine.CoreModule.dll`
|
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/UnityEngine.CoreModule.dll`
|
||||||
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/Assembly-CSharp.dll`
|
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/Assembly-CSharp.dll`
|
||||||
|
* (from [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL)) `cpp2il_out/RecRoom.Datastructures.Runtime`
|
||||||
@@ -25,14 +25,12 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Il2Cppmscorlib">
|
<Reference Include="Il2Cppmscorlib">
|
||||||
<HintPath>AssemblyReferences\Il2Cppmscorlib.dll</HintPath>
|
<HintPath>AssemblyReferences\Il2Cppmscorlib.dll</HintPath>
|
||||||
<Private>true</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Il2CppSystem">
|
<Reference Include="Il2CppSystem">
|
||||||
<HintPath>AssemblyReferences\Il2CppSystem.dll</HintPath>
|
<HintPath>AssemblyReferences\Il2CppSystem.dll</HintPath>
|
||||||
<Private>true</Private>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="RecRoom.Datastructures.Runtime">
|
<Reference Include="RecRoom.Datastructures.Runtime">
|
||||||
<HintPath>G:\rr\2019-11-20 (7177272088743827206)\cpp2il_out\RecRoom.Datastructures.Runtime.dll</HintPath>
|
<HintPath>AssemblyReference\RecRoom.Datastructures.Runtime.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="UnityEngine.CoreModule">
|
<Reference Include="UnityEngine.CoreModule">
|
||||||
<HintPath>AssemblyReferences\UnityEngine.CoreModule.dll</HintPath>
|
<HintPath>AssemblyReferences\UnityEngine.CoreModule.dll</HintPath>
|
||||||
|
|||||||
Reference in New Issue
Block a user