Page 1 of 1

Doomguy face replacement - HUD mod trouble.

Posted: Sat Jun 19, 2021 8:57 pm
by Sergeant Hoppy
Hello everyone, I'm pretty new to modding and I'm almost done with my first skin and I hit a snag when putting in a custom face to replace Doomguy's face in the hud, I named my face sprites STD since using STF uses the original doomguy's face, when I load the pk3 in Doom the skin works, but the face is invisible (Or possibly missaligned and hidden behind the HUD bar)

I checked the original stf's in the Doom.wad and the offsets are set to -5, -2 and I have set my face sprites up with the same numbers. What am I doing wrong?

This is the lines I have in my S_SKIN.txt:

Code: Select all

{
name = "Sergeant_Hoppy"
sprite = DUDP
Scale = 1.0
Face = STD
gender = male
}

Re: Doomguy face replacement - HUD mod trouble.

Posted: Sun Jun 27, 2021 6:20 am
by Doomkid
Post a copy of the wad and someone may be able to look more closely and see the issue