

Full control over the freefly camera for cinematic filmmaking. Removes the vanilla speed floor, caps the max speed, and automatically links mouse look sensitivity to movement speed — all from one scroll wheel.
Vanilla Valheim clamps freefly camera speed between 1.0 and 1000.0. This mod replaces both limits with configurable values, and ties mouse look speed to movement speed so everything slows down together for smooth cinematic shots.
One scroll wheel controls everything. Scroll down for ultra-slow crawls with precise mouse control. Scroll up for fast flyovers with normal mouse speed.
Works great with ffsmooth for buttery camera movement.
FreeflySpeedControl.dll into BepInEx/plugins/freefly in console)ffsmooth 0.8 or higher)After first launch, edit the config at:
BepInEx/config/com.mitch.freeflyspeedcontrol.cfg
| Setting | Default | Description |
|---|---|---|
| MinSpeed | 0.05 | Minimum camera speed. Vanilla is 1.0. Lower = slower |
| MaxSpeed | 50 | Maximum camera speed. Vanilla is 1000. Prevents accidental warp speed |
| Setting | Default | Description |
|---|---|---|
| LinkMouseToSpeed | true | Mouse look speed scales with movement speed |
| MouseLinkStrength | 0.7 | How tightly mouse follows speed (0.0 = no link, 1.0 = fully linked) |
Uses a Harmony Transpiler to patch the Mathf.Clamp call inside GameCamera.UpdateFreeFly, replacing both the minimum and maximum speed constants. Mouse sensitivity linking uses a Prefix/Postfix pair to scale rotation proportionally to the current speed ratio.