Morrowind
0 of 0

File information

Last updated

Original upload

Created by

NullCascade

Uploaded by

NullCascade

Virus scan

Safe to use

About this mod

Provides a configurable restriction on the amount of potions the player can drink at any one time, removing one of the largest exploits in the game.

Requirements
Permissions and credits
Mirrors
Changelogs
Controlled Consumption
MWSE-Lua mod by NullCascade

Part of the May Modathon Month

This simple mod attempts to balance Morrowind's alchemy system by restricting how many potions the player can consume at once. By default this uses the same cooldown that NPCs must use, but supports custom consumption modules. It comes bundled with a vanilla NPC configuration and an Oblivion-style configuration.

Requirements & Installation:
This mod uses the alpha and thus experimental and not necessarily stable 2.1-branch of MWSE, currently in development. By using this mod, you're basically asking to be a tester! If you encounter any issues please post a report, ideally on the MWSE bug tracker. You can download the latest nightly build from the link below.

This mod requires Morrowind Graphic Extender (MGE-XE) version 0.10.0. Older versions will not work with MWSE 2.0+! Additionally, it will require the latest nightly build of MWSE 2.1.

To install the mod, extract the archive into your Morrowind installation folder. There is no ESP to activate.

Features:
  • Module system for consumption rulesets to be written. Allows 3rd party modders to add new consumption rules and share them with the community.
  • Two modules by default, described below.
  • Mod configuration menu to switch between modules.
  • Vanilla-friendly UI elements to provide feedback on if consumption is disabled.

Currently there are 2 consumption modules to choose from:
  • Vanilla NPC: The default module. Like vanilla NPCs, the player can drink a new potion only once every 5 seconds. Attempting to drink a potion before 5 secondshave passed will show a message and prevent drinking.
  • Oblivion Style: This module attempts to replicate the behavior of Oblivion's consumption restrictions. The player is allowed to have up to 4 active potions, with the longest effect duration on the potion used for the cooldown calculation.

To change the configuration used, edit Data Files\MWSE\nc_consume_config.json and set the modules value to either "vanilla_npc" or "oblivion".