mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-05 07:49:22 +00:00
[RelativeSync] Alt Pickup Test
This commit is contained in:
parent
564e50070a
commit
f2c3fcc50e
4 changed files with 438 additions and 1 deletions
|
@ -18,6 +18,9 @@ public class RelativeSyncMod : MelonMod
|
|||
// Experimental sync hack
|
||||
ApplyPatches(typeof(CVRSpawnablePatches));
|
||||
|
||||
// Experimental pickup in chair hack
|
||||
ApplyPatches(typeof(CVRPickupObjectPatches));
|
||||
|
||||
// Experimental no interpolation on Better Better Character Controller
|
||||
ApplyPatches(typeof(BetterBetterCharacterControllerPatches));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue