0 of 0

File information

Last updated

Original upload

Created by

WinterElfeas

Uploaded by

WinterElfeas

Virus scan

Safe to use

Tags for this mod

About this mod

Make movement speed analog for controller, and removes the gliding (works for keyboard also)

Requirements
Permissions and credits
Changelogs
Description

Bethesda you fools.

Trying to make the Controller Analog stick movement adjust your character speed, and removes the gliding

By default Bethesda made it so that either you walk, or you run full speed. No in between. Also floor is ice.

READ VARIABLES BELOW IF YOU USE KEYBOARD

Installation


Variables

I made sneaking slower than running, it felt wrong. If you want to rollback, change this value in the script to 1.0:

local sneakSpeedMult = 0.7
You can edit the maximum run speed at this line:

local runSpeedMult = 3.5
local runSpeedMultMaxed = 3.0

You can edit the backward speed multiplier, put lower than 1.0 to move slower backward

local backwardSpeedMult = 1.0

If you use Keyboard, put that to true

local usingKeyboard = false