Medico_di_BiscottiSevinAre the popup boxes on the main menu hardcoded now? The options and advanced options buttons have a hover-over popup now, since the default HUD only uses icons, but my HUD has text and the popup is redundant. Is there no way to remove it?
I just did a small test before replying to make sure. I just renamed the element and it stopped using the tooltip.
So "fieldName" "SettingsButton1" (just added a 1). The button still works but the tooltip is gone.
Now, if the button had any special property that was hardcoded to the name (aside from the tooltip), that will also be gone. Luckily, I don't think it had any. I only mention it because I recall trying to move the quitbutton into an editablepanel some time ago and it caused the button to stop having a command. Changing things that are supposed to be hardcoded sometimes don't work. This one seemed fine, though.
Great, thanks!