Where is death notice

keefy

2009-08-08 22:56:13

Does any one here know where the font file for the suicide death notice is? In case you do not know which one, I mean this one I want to change it to the kamikaze from Q3.
Image


Thanks.

keefy

2009-08-11 02:36:15

Doesnt matter I found it and remade it, it may look familiar.
Image

Tranthor

2009-08-11 06:06:15

so...can we have it?

keefy

2009-08-11 07:00:14

Sure but not just now, I have more things to finish off and make whe they are done you can download the whole pack and install, it shouldnt be long.

Tranthor

2009-08-11 07:15:58

just to clear things up:
this won't mess up our HUD font, right? It's a different file, correct?

keefy

2009-08-11 20:02:16

The suicide icon definantly not its an image file (.VTF)

The Dog

2009-08-15 20:19:46

I know how to make suicide icon as font.
Open source engine.gcf in GCFScape, hl2/scripts/hud_textures.txt, find this:

Code: Select all

		"d_skull"
		{
				"file"		"sprites/640hud1"
				"x"			"192"
				"y"			"224"
				"width"		"32"
				"height"	"16"
		}
And change it to:

Code: Select all

		"d_skull"
		{
				"font"		"HL2MPTypeDeath"
				"character"	"P"
//				"file"		"sprites/640hud1"
//				"x"			"192"
//				"y"			"224"
//				"width"		"32"
//				"height"	"16"
		}
Save this file as /steamapps/account name/half-life 2 deathmatch/hl2mp/scripts/hud_textures.txt and make this file "read only".
Then open hl2mp.ttf and create character "P" (you can use any free character), it will be your suicide icon.
Save your hl2mp.ttf, file must be "read only", because if it's not "read only", it will be replaced with original, from .gcf .
Hope it helps and sorry for my english. :)

keefy

2009-08-15 22:38:52

Awsome will give this a try.


EDIT:
Yes it works now the icon looks even better.
OLD
Image
NEW
Image

Or
Image

Doesn't interfere with your crosshairs or custom HUD.
http://files.resistance-tester.com/game ... 0icons.zip