PEAK
You are viewing a potentially older version of this package. View Latest Version
Install

Details

Date Uploaded
3 weeks ago
Downloads
399
Size
88KB
Dependency string
kiberzulies-GravityControl-1.0.1

Gravity Control

Standalone PEAK mod that lets you tune your local gravity

Features

  • Press I to open/close the Gravity Control window.
  • Slider from 0x to 1x gravity.
  • Quick presets: 1x, 0.75x, 0.5x, 0.25x, 0x.
  • Automatically restores your original gravity values on death/respawn or when the mod is unloaded, so it never leaves your character in a broken state.

How it works

Character.localCharacter (falling back to Player.localPlayer.character) exposes character.refs.movement, a CharacterMovement component with public jumpGravity and maxGravity fields. The plugin snapshots the original values once, then every frame sets jumpGravity = original * multiplier (and the same for maxGravity). This is purely client-side/local physics - no networking or Harmony patch required.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.