morrowind-a-sinking-feeling/README.md

64 lines
4 KiB
Markdown
Raw Permalink Normal View History

2021-08-07 22:59:41 -07:00
# A Sinking Feeling #
## About ##
>He vaulted over the gunwale, landing on the deck below with his golden cloak billowing behind him. The white roses drew back, as men
>always did at the sight of Victarion Greyjoy armed and armored, his face hidden behind his kraken helm. They were clutching swords and
>spears and axes, but nine of every ten wore no armor, and the tenth had only a shirt of sewn scales. _These are no ironmen_, Victarion
>thought. _They still fear drowning._
>- _George R.R. Martin - A Feast for Crows_
2021-08-08 10:21:17 -07:00
No longer can you swim in heavy plate; now your armour, equipment, or carried items drag you down while swimming. Options exist for formulas
2021-08-07 22:59:41 -07:00
based on equipped armour weight class, total equipment weight, or encumbrance percentage.
2021-08-14 14:15:50 -07:00
[Video of the mod in action](https://gfycat.com/needysevereisabellineshrike) |
[NexusMods](https://www.nexusmods.com/morrowind/mods/50113) |
[GitHub](https://github.com/celediel/Morrowind-A-Sinking-Feeling)
2021-08-07 22:59:41 -07:00
## Formulas ##
**Equipped armour** (*Default option*): the armour class of each equipped item (+1 so Light armour is affected as well,
so Light = 1, Medium = 2, Heavy = 3) is added up for a value of 0 - 27 then multiplied by a tenth of the down-pull multiplier (See MCM).
2021-08-08 16:04:36 -07:00
**Total Equipment Weight**: the weight of each equipped item is added up, the total doubled, then multiplied by a hundredth of the down-pull multiplier.
2021-08-07 22:59:41 -07:00
2021-08-11 23:24:55 -07:00
**Total Equipment Weight (Necro Edit)**: the weight of each equipped item is added up, the total doubled, then multiplied by a hundredth of the down-pull multiplier.
Weight over 135 is only counted for 10% to lessen the gap between the heaviest and lightest heavy armours.
2021-08-07 22:59:41 -07:00
**Encumbrance Percentage**: the actor's encumbrance percentage (carrying 120 of 300 = 40% or 0.4) is multiplied by triple the down-pull multiplier.
2021-08-11 23:24:55 -07:00
**Worst Case Scenario**: calculates results from all formulas, and uses the highest value.
2021-08-07 22:59:41 -07:00
The default down-pull multiplier value of 100 acts somewhat the same across all formulas. Encumbrance is a bit different, as while it's possible,
and quite easy, to have values of 0 for equipped armour and total equipment weight, the same cannot be said of encumbrance. It also can
2021-08-11 23:24:55 -07:00
vary greatly from character to character, while armour class and weight are static across the board. On the other hand, encumbrance can be
modified with feather spells/enchantments, whereas armour weight and weight class can not be modified. For a happy medium between the frustration
2021-08-07 22:59:41 -07:00
of realism and frustration-free video game-ness, I recommend the default values, and not wearing heavy armour whilst swimming, but the options
are there for those who desire them.
2021-08-11 23:24:55 -07:00
Enable debug logging, and check MWSE.log for the exact values being used.
2021-08-08 16:00:59 -07:00
2021-08-07 22:59:41 -07:00
## Requirements ##
MGE XE with MWSE @ [Nexus Mods](https://www.nexusmods.com/morrowind/mods/41102) \(Make sure you run MWSE-Update.exe\)
2021-08-11 23:24:55 -07:00
## Recommended Mods ##
2021-08-11 23:41:02 -07:00
* [Hold Your Breath](https://www.nexusmods.com/morrowind/mods/48872) by Stripes - Endurance determines how long you can hold your breath underwater.
* Any mod that enables constant water-breathing for Argonian races.
2021-08-11 23:24:55 -07:00
* The no frills [Constant Argonian Water Breathing](https://www.nexusmods.com/morrowind/mods/15193) by Sir Pyrantus
* [Balanced Passive Races and Birthsigns](https://www.nexusmods.com/morrowind/mods/47782) by BTB + Necrolesian, or the [edit by RandomPal](https://www.nexusmods.com/morrowind/mods/48683)
* [Water Life](https://www.nexusmods.com/morrowind/mods/42417) by abot - see pretty fishes while you drown
2021-08-08 18:21:04 -07:00
## Incompatibilites ##
* The swimming controls part of OperatorJack's [Better Buoyancy](https://www.nexusmods.com/morrowind/mods/48929) is partially incompatible.
If the actor is unarmoured, or unencumbered with that option enabled, Better Buoyancy will work as expected. Otherwise, if this mod is affecting
the actor's velocity, Better Buoyancy will not function. Better Buoyancy's levitation controls are also unaffected.
2021-08-08 18:21:04 -07:00
2021-08-07 22:59:41 -07:00
## Credits ##
* MWSE Team for MWSE with Lua support
## License ##
MIT License. See LICENSE file.