The .hmt (HUD message text) file format contains source text content which, when imported by Tool, becomes hud_
Creating a text file for HUD messages
Start by going to the root directory of your level and creating a text file. The contents of the text file differs from the formatting used for string_
string1=Well, what do we have here?
string2=If I'm not mistaken this looks like a list of strings.
string3=A lot of neat things can be done with strings.
Once you've set the contents of the text file make sure to save the file with the encoding set to UTF-16 LE. Make sure the file is named the following:
hud messages.hmt
Tool looks for a file with this name and extension specifically when compiling hud_
(HEK Install Path)\data\levels\test\tutorial\hud messages.hmt
The command requires this setup in order to complete the task successfully. You can now use the command hud-messages
to import your source file.
If you're using hud_
Acknowledgements
Thanks to the following individuals for their research or contributions to this topic:
- General_101 (Documenting HMT format and text symbols)