You are viewing a potentially older version of this package. View all versions.
BusinessInc-The_Lag_Fixer-2.0.0 icon

The Lag Fixer

Fixes framerate agnostic stutter present in goi by interpolating rigidbodies.

Date uploaded 2 months ago
Version 2.0.0
Download link BusinessInc-The_Lag_Fixer-2.0.0.zip
Downloads 124
Dependency string BusinessInc-The_Lag_Fixer-2.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

The Lag Fixer

Fixes framerate agnostic stutter present in Getting Over It.
This occurs due to physics updates in FixedUpdate running at a fixed 120Hz interval without any rigidbodies having interpolation.
This mod enables interpolation on all rigidbodies in the game and intercepts the camera to move a rigidbody instead of its own transform to smooth it out while maintaining parity with vanilla follow behavior.

CHANGELOG

Changelog

v2.0.0

  • Cleaner patching code that specifically targets the camera motion line
  • Parity to default z axis behavior
  • Removes old LateUpdate experiment config

Pre-thunderstore releases

v1.2.1

  • Fixes camera lagging behind normal position in default map in level loader build

v1.2.0

  • Interpolates default map props as well so they are seen smoothly

v1.0.0

  • Initial release fixing only player stutter