Don’t how 'bout you, but i’ve made FINAL breaking change. And the change is removed “Facility” suffix, so it is now just Hud.dll that exports _IHud void.
To be consistent i’ve recompilied HudStatus/HudTarget/HudWeapongGroups that are used in Adv Hud Mod. And included HudShip.dll to activate/deactivate cloak/lights. The currently shipped hud.ini (that should be placed in EXE) contains settings and descriptions for HudShip (thus customizable a little).
And rewrting pascal units as well (do not treat classes as pascal’s ones, those are abstract, pure pointer from the game). Thus any method exposed in IDE from TObject are ILLEGAL to use. Will going to redo MultiUniverse in plain pascal from now, with much better readbility and better sections/lists/columns/rows names & defines so everything should become much easier to read and configurate.