Well.. since the update got already posted, notes for people doing the mods:
I added tooltips to some choices, which needed a bit more explanation to what the choice does.
In code it looks like this:
Code:
menu:
"Choice. (tooltip)":
Now the problem is that if I left it without any tooltip, instead of not showing any tooltip it fetched the text of the choice itself. So if the choice was 'Choice' and it got hovered, the tooltip would just say "Choice". So I added empty bracket to every choice in every menu.
Like this:
I don't know what the mods do exactly, but it might be something to take into account.