Level Up Message System
Summary
Adds a modular system designed to show popup messages on level up similar to older TES games like Morrowind and Oblivion for added flavor when leveling up.
Tags
Language
Adds a modular system designed to show popup messages on level up similar to older TES games like Morrowind and Oblivion for added flavor when leveling up.
Doesn't do anything on it's own.
If you have multiple addons installed that have messages for a level it will pick between all addon messages for that level randomly.
To make an addon:
If you would like to support me or see updates for this or other mods I make head on over to my Ko-Fi
Doesn't do anything on it's own.
If you have multiple addons installed that have messages for a level it will pick between all addon messages for that level randomly.
To make an addon:
- Create a new esp with this as a master
- Create a global to act as an identifier for the mod
- Create your level up messages and globals for each
- The message globals will be set to the levels you want to messages to appear at
- Create 4 FormLists
- one of the FormLists is for the messages with the identifier global as the first form
- A second FormLists contains the first FormList and added to LUM_LevelUpMessageList
- The third FormList contains the message globals, with the initial form being the identifier global just like the first FormList
- The fourth FormList is the same as the second one, except this one contains the third FormList and is added to LUM_MessageIDList
- (optional) If you want to make a "wildcard" message or messages that will show up whenever there's no messages to show (for example when your level is higher than what's covered by any addons) make the message global lower than 1.0 and it'll be added to the list of messages to randomly choose.
If you would like to support me or see updates for this or other mods I make head on over to my Ko-Fi
Credits
DragonCommune/Vollmetal Dragon - Code and Design.