0 of 0

File information

Last updated

Original upload

Created by

Maxsu

Uploaded by

maxsu2017

Virus scan

Safe to use

Tags for this mod

About this mod

SKSE Plugin that refactored the trigger of enderal hero menu in a more engine native way.

Permissions and credits
Changelogs

Descriptions:

This mod replaced the original enderal script hotkey trigger method with a scriptfree and native-engine-level trigger method. Implement through skse plugin, it hooked where the game engine opening the vanilla skyrim stats menu and used this menu open trigger to open enderal hero menu instead.

With Hero Menu Enhanced, you are now able to open the hero menu via two methods:

1. By select the "Skills" option inside vanilla skyrim tween menu.
   


2. By tap the vanilla skyrim "Quick Stats" hotkey.

The open and close of hero menu are all handled in C++ end now so it is scriptless without delay

Extra features:

The mouse cursor would also be displayed in gamepad mode after opened hero menu, controller users could using right stick to move the cursor just likes using mouse.



Compatibility:

Should be compatible with any existing enderal mods except those enderal UI replacment which would reset the tween menu back to enderal style. If you are using together with other UI replacer mods, just ensure that the "TweenMenu.swf" is restored as skyrim's four direction style tween menu.



Limitations:

Although the open and close of hero menu is now handling in C++ without script lags, but the setup of the menu infos data are still process through papyrus scripts, so there is still script delayed when displaying the menu infos after opened the hero menu.
Due to the reason that the experience, arcane fever and affinities systems in enderal are all heavy relying on papyrus scripts to run, so that's impractical for me to reproduce their data in C++.



To Do:

  • Remove the scripts that related to hero Menu hotkey setup option in enderal MCM menu 
  • Remove the scripts related to the tips of "Press H key to open hero menu" in endearl tutorial.

I am too lazy to look for that myself, glad if someone could helps


source code

Credit:
  • mlthelama for his source codes from Skyrim Character Sheet
  • Eddoursul for told me where the scripts file of enderal hero menu
  • Nem for helped me fix the incompatibility issue with Dear Diary Menu Replacer.