TKGP
Senior Resident
 On forum: 01/25/2013
Messages: 454
|
The easiest way is just to add an entry to ui_custom_msgs.xml. Keep in mind that the coordinates are based on 1024x768 and then stretched to whatever the actual display resolution is. You can then add your new element from a script with
get_hud():AddCustomStatic( "whatever_the_name_is", true )
and remove it with
get_hud():RemoveCustomStatic( "whatever_the_name_is" )

My mods: http://bit.ly/TKModStatus
My stream: http://www.twitch.tv/tkgp
|