mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
[RelativeSync] Enabled EXP options by default
This commit is contained in:
parent
0845027b56
commit
f8dc4e9521
3 changed files with 6 additions and 6 deletions
|
@ -21,11 +21,11 @@ internal static class ModSettings
|
|||
"Debug Log Outbound", description: "Log outbound network messages.");
|
||||
|
||||
private static readonly MelonPreferences_Entry<bool> ExpSyncedObjectHack =
|
||||
Category.CreateEntry("ExpSyncedObjectHack", false,
|
||||
Category.CreateEntry("ExpSyncedObjectHack", true,
|
||||
"Exp Spawnable Sync Fix", description: "Forces CVRSpawnable to update position in FixedUpdate. May help reduce local jitter on synced movement parents.");
|
||||
|
||||
private static readonly MelonPreferences_Entry<bool> ExpNoInterpolationOnBBCC =
|
||||
Category.CreateEntry("ExpNoInterpolationOnBBCC", false,
|
||||
Category.CreateEntry("ExpNoInterpolationOnBBCC", true,
|
||||
"Exp Disable Interpolation on BBCC", description: "Disable interpolation on Better Better Character Controller. May help reduce local jitter on synced movement parents.");
|
||||
|
||||
#endregion Melon Preferences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue