Apart from loading mods, HAT does some additional internal behaviour worth mentioning. Here's a full list:
FezLogoclass has been patched in order to draw HAT logo and mod loader tooltip.- Several methods in
Loggerclass have been hooked to override location of debug log files (they're now stored in%appdata%/FEZ/Debug Logsdirectory) and to show an error with stack trace on fatal error. StaticTextclass used to fetch localized text has been patched to return a raw string if it's prefixed by@. This is useful when you want to create your own menus where you have limited control over how text is displayed.Menu Baseclass'Initializemethod has a hook which adds an additionalMODSmenu, where you can preview a list of currently installed modifications.