Removes the encumbrance-based penalties to movement speed and jump height. Being overencumbered will still stop you from moving. Compatible with everything.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
This mod edits several of the GMST (Game Setting) values which are used by Morrowind's formulas for movement speed and jump height, so that you will always move and jump as if you were carrying nothing, as long as you are carrying less than your maximum encumbrance.
No other game mechanics are affected by these settings. Your maximum encumbrance is still calculated the same way, and you will still be stuck in place if you become over-encumbered.
These are the affected GMSTs:
fEncumberedMoveEffect = 0.0 (default is 0.3)
fJumpEncumbranceBase = 1.5 (default is 0.5)
fJumpEncumbranceMultiplier = 0.0 (default is 1.0)
For details about the movement formulas, see here.
Because this mod does nothing but editing some GMSTs, it is compatible with OpenMW, Morrowind.exe, MCP, MGE XE, MWSE, and so on and so forth. The only things it can possibly conflict with are other mods that change the movement system by editing these same GMSTs.