Difference between revisions of "Movement Game Settings"
Jump to navigation
Jump to search
m
→Walking
imported>JRoush (Added Creature walk speed, not on weight cap) |
imported>JRoush m (→Walking) |
||
Line 131: | Line 131: | ||
(fMoveWeightMin + WornWeight)/(fMoveWeightMax - fMoveWeightMin) | (fMoveWeightMin + WornWeight)/(fMoveWeightMax - fMoveWeightMin) | ||
Two notes: (1) 'WornWeight' is capped so it can't be greater than fMoveWeightMax, and (2) the default fMoveWeightMin is 0.0 | Two notes: (1) 'WornWeight' is capped so it can't be greater than fMoveWeightMax, and (2) the default fMoveWeightMin is 0.0. This reduces the formula to something sensible looking. | ||
HeightScale is the product of the character's race/gender Height value, and any SetScale values which may be affecting the character. See [http://www.uesp.net/wiki/Oblivion:Races UESP: Races] for Height values for each race/gender combination. | HeightScale is the product of the character's race/gender Height value, and any SetScale values which may be affecting the character. See [http://www.uesp.net/wiki/Oblivion:Races UESP: Races] for Height values for each race/gender combination. |