MWSE Nightly mod doesnt exist on this site, your link doesnt work, OpenMW Nightly looks to be a different thing and wont work on MWEXE graphics extender anyway. So it looks like i cant use this mod, because its impossible to aquire the requirement mod.
Sorry about that, been away from Morrowind modding for a bit.
Back when this was released, it was using functions that weren't yet included in the standard MWSE version. As Goodluc said, all you need to do nowadays is install the latest version of MGE XE and it should include everything this mod requires.
I appreciate the heads-up about the outdated instructions. I've updated the list of requirements.
Im Really enjoying this mod but im having an issue with it sometimes my companions stop apearing as friendly npcs in the mod menu i might be having compatibility errors because im using it with easy escort and it also stops working after a while and it wont start working again untill i restart morrowind for both mods (tldr the mods stop working after a while and i have to restart morrowind)
Electruamatized showed us how to do it. Change the X and Y values in main.lua to whatever you want. It just took a little trial and error to put the bars exactly where I wanted.
39 comments
Back when this was released, it was using functions that weren't yet included in the standard MWSE version. As Goodluc said, all you need to do nowadays is install the latest version of MGE XE and it should include everything this mod requires.
I appreciate the heads-up about the outdated instructions. I've updated the list of requirements.
parentMenu.absolutePosAlignX = ((gameHUD.width * 0.995) / gameHUD.width)
parentMenu.absolutePosAlignY = (1.0 - ((gameHUD.height * 0.11) / gameHUD.height))
Change the X and Y values in main.lua to whatever you want.
It just took a little trial and error to put the bars exactly where I wanted.