Level Cap Mod
I'm looking for a simple mod that lets you set a level cap. You would still be able to level up your skills, just that resting once at the designated level cap no would no longer increase your level, no matter how much level progress you make. Also, has to work in OpenMW.
Edit: figured out a good solution, based on the idea from the Simple Delayed Leveling mod that makes it so that more skill increases are required to gain a level. it's pretty simple to edit GMSTs with openmw-cs.exe:
-select the option to create a new addon
-select Morrowind.esm
-give it a project name
-under Mechanics, select Game Settings (aka GMSTs)
-scroll down to iLevelUpTotal, edit the value to 9999
-Save the project (File > Save or ctrl + S)
-in the openmw-launcher.exe the addon should appear in Data Files > Content Files, check the box
it will now take 9999 skill increases to level instead of 10, which is naturally impossible. You just have to disable it manually when you want it off, which is easy. Instead of doing all this, I guess you could just hit esc to cancel the level up each time you rest, but i'd just rather not