How do I use the icon parameter of game_text_tf?

circl

L1: Registered
Jul 24, 2019
29
0
It says that the icons are in mod_textures.res but I have no idea what's in it and can't find the list of things in it.
 

Box Of Paper

L3: Member
Jul 15, 2019
111
143
I've attached the file that you were looking for.

Here's something that may turn out usefull, use this command to check icons while in game.
ent_fire <game_text_tf> addoutput "icon <icon>"; ent_fire <game_text_tf> display
 

Attachments

  • mod_textures.txt
    58.6 KB · Views: 395

circl

L1: Registered
Jul 24, 2019
29
0
I've attached the file that you were looking for.

Here's something that may turn out usefull, use this command to check icons while in game.
ent_fire <game_text_tf> addoutput "icon <icon>"; ent_fire <game_text_tf> display
Tank you. Also I figured out the trigger_look thing