[DOD:S] Modified smaller HUD


John Wolf
10-01-2005, 12:02 AM
I messed arround with the .res files and created a smaller less intruding HUD. Here is a screen....



And here to download:

http://rapidshare.de/files/5733188/JohnWolf-HUD.rar.html

to instal simply decompres in:

SteamApps/day of defeat source/dod/

overwrite if prompted, but back up your originals just in case....

I hope someone likes it :D :D

Kieffer
10-01-2005, 12:30 AM
Awesome. Do you know how to delete the HUD completley? I really want to know how to do that.

Genie
10-01-2005, 06:58 AM
Great job John, you got my download.

Effexx
10-01-2005, 08:25 AM
Nice.. I'm using.. Thanks

John Wolf
10-01-2005, 08:45 AM
To delete the hud completly, open this file with a text editor:

dod/Resource/UI/HudPlayerStatusPanel.res

find every entry wich sais:

"visible" "1"
"enabled" "1"

and change it to:

"visible" "0"
"enabled" "0"

That will disable all the lower hud, to disable the icons, and death mesage, open:

\dod\scripts\HudLayout.res

find this:

HudCapturePanel
{
"fieldName" "HudCapturePanel"
"xpos" "c-75"
"ypos" "c80"
"wide" "150"
"tall" "90"
"visible" "1"
"enabled" "1"
"icon_space" "2"
}
HudObjectiveIcons
{
"fieldName" "HudObjectiveIcons"
"xpos" "0"
"ypos" "0"
"wide" "600"
"tall" "200"
"visible" "1"
"enabled" "1"
"iconsize" "24"
"icon_start_x" "5"
"icon_start_y" "5"
"separator_width" "2" // distance between the icons (including their backgrounds)
"CornerCutSize" "0"
"BackgroundOverlap" "-1" // amount the background overlaps the icons (width and height)
}
HudDeathNotice
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640"
"wide" "640"
"tall" "480"

"MaxDeathNotices" "4"
"LineHeight" "20"
"RightJustify" "1" // If 1, draw notices from the right

"TextFont" "ChatFont"
"CTTextColor" "CT_Blue"
"TerroristTextColor" "T_Red"

"BackgroundColor" "0 0 0 0"
"ActiveBackgroundColor" "HudBackgroundActiveSolid"
}

And change every enable and visible to 0, that should do it, i have not tried it....

Steel Blade
10-01-2005, 02:57 PM
/Using.

bmartinson13
10-01-2005, 03:02 PM
Excellent. Definatly going to use.

Thanks a ton.

Kieffer
10-01-2005, 04:48 PM
Thanks john the HUD is finally gone!!

Ralfst3r
10-01-2005, 05:25 PM
Excellent work!

phen
10-02-2005, 03:36 AM
Excellent.

Strafe
10-02-2005, 02:58 PM
Perfect! Just what I've been looking for.

Good Job.

Umi.Ryuuzaki
10-03-2005, 12:22 AM
This is nice! kinda has the old-DoD feel...in a sense. Either way, good job =)

broken-silence
10-03-2005, 08:53 AM
ok so i have a simple question:) how do u change the colors and stuff in the hud. What programs do u use. Cuz source is way different then the old dod where all u needed was a sprite explorer and photoshop:) If i know how to modify the hud ill be making the original dod hud to source.

John Wolf
10-03-2005, 10:57 AM
Check this tutorial

http://www.dayofdefeat.net/forums/showthread.php?s=&threadid=55151

im also working on a original dod hud, well, kinda :P

Whiskas
10-03-2005, 07:10 PM
Nicely done, glad my tuorial came in handy, you chould post this in the tutorial thread too.

Inflatablewoman
10-04-2005, 04:06 PM
excellent :D

broken-silence
10-04-2005, 04:36 PM
thanks for the tutorial. I ll belooking into it and maybe come up with a hundred smaller questions:) j/k
Thanks again. Now its time to start creating huds and getting the dod1.3 huds to source.

Tekkobra
10-06-2005, 08:31 AM
Thank You... HUD be gone.

Now to further reduce font sizes.

Anyone have some swastika and american flag hud icons ready?

Strafe
10-06-2005, 09:20 AM
Originally posted by Tekkobra
Thank You... HUD be gone.

Now to further reduce font sizes.

Anyone have some swastika and american flag hud icons ready?

There's some swatstika stuff in these packs..

http://halflife2.filefront.com/files/Day_of_Defeat_Source/Conversion_Packs;6715

Tekkobra
10-09-2005, 08:57 PM
Ok, I am happy with the HUD at this point save a couple of tiny items.

1) How do you turn off background to death messages

2) In last pic, notice I am pointing at teammate. How do you turn off the text to show their name and health.

3) How do you turn off background to objectives. (does anyone have american flag obj icon?)

4) I put fire select all to zero, but I still see it, WTF? Someone clue me in here.

http://home.comcast.net/~tekkobra/2.JPG
http://home.comcast.net/~tekkobra/3.JPG
http://home.comcast.net/~tekkobra/4.JPG

Strafe
10-09-2005, 09:39 PM
Here's your US objective icon.

http://halflife2.filefront.com/file/DoD_Source_Replacement_Icons;47966

The other stuff I have no clue.

John Wolf
10-09-2005, 10:40 PM
To turn off the background in death messages, open dod\scripts\HudLayout.res and find this:

HudDeathNotice
{
"fieldName" "HudDeathNotice"
"visible" "1"
"enabled" "1"
"xpos" "r640"
"wide" "640"
"tall" "480"

"MaxDeathNotices" "4"
"LineHeight" "20"
"RightJustify" "1" // If 1, draw notices from the right

"TextFont" "ChatFont"
"CTTextColor" "CT_Blue"
"TerroristTextColor" "T_Red"

"BackgroundColor" "0 0 0 0"
"ActiveBackgroundColor" "HudBackgroundActiveSolid"
}

This line sets the background for other people death messages, if you set the 4th number to 0, you make it transparent:

"BackgroundColor" "0 0 0 0"

This line is the same but for your kills/caps:

"ActiveBackgroundColor" "HudBackgroundActiveSolid"

To make both transparent these lines should look like this:

"BackgroundColor" "0 0 0 0"
"ActiveBackgroundColor" "0 0 0 0"

For objective Icon background find in the same file, this:

HudObjectiveIcons
{
"fieldName" "HudObjectiveIcons"
"xpos" "0"
"ypos" "0"
"wide" "600"
"tall" "200"
"visible" "1"
"enabled" "1"
"iconsize" "24"
"icon_start_x" "5"
"icon_start_y" "5"
"separator_width" "2" // distance between the icons (including their backgrounds)
"CornerCutSize" "0"
"BackgroundOverlap" "-1" // amount the background overlaps the icons (width and height)
}

In "BackgroundOverlap" set it to -1, 0 could work too, i dont remember....

About the Name of the teammates, i have no idea, its driving me mad :mad: :mad:

About fire select, try this. In HudLayout.res turn fireselects enable and visible to 0, and in this file:
dod/Resource/UI/HudPlayerStatusFireSelect.res
Turn all enables and visibles to 0.....

eefahman
10-10-2005, 04:31 AM
If you go to advanced options and uncheck "center player names" it will display the name of the player at the bottom of screen,

It was behind my HUD on Source after i unchecked it, but i'm sure it was bottom center on DoD :confused:

At least it gets rid of the huge writing center screen.

Tekkobra
10-10-2005, 07:15 AM
Ah, Thank you both very much. This game is starting to look good now.:D Same proccess every major release...

Tekkobra
10-10-2005, 07:28 AM
Originally posted by Strafe
Here's your US objective icon.

http://halflife2.filefront.com/file/DoD_Source_Replacement_Icons;47966

The other stuff I have no clue.

Excellent, thank you.

Strafe
10-11-2005, 04:41 PM
Tekk,

Would you happen to have the US player icons? This is the last thing I need to complete my coversion from Allie to US and Werm to Nazi.

Doc.G
10-13-2005, 01:09 PM
awesome!

Rancid Coleslaw
10-13-2005, 01:21 PM
Good work, John.
:carrot:

covert-
10-14-2005, 10:43 PM
Am using. Great job, cleans up the HUD nicely.
Originally posted by Strafe
Tekk,

Would you happen to have the US player icons? This is the last thing I need to complete my coversion from Allie to US and Werm to Nazi.
Agreed.

Someth|ngW|cked
10-22-2005, 02:20 AM
You don;t need to delete the hud just type cl_drawhud 0 in console, it might be cl_showhud, one or the other . . .

-BIG-T-
10-26-2005, 04:42 AM
I really want this hud, it looks great. But i cant use rapideshare, it sucks ass.
can some one put up a different mirror?
:)

John Wolf
10-26-2005, 08:40 AM
http://johnwolf.iespana.es/JohnWolf-Hud.rar

Day of Defeat Forum Archive created by Neil Jedrzejewski.

This in an partial archive of the old Day of Defeat forums orignally hosted by Valve Software LLC.
Material has been archived for the purpose of creating a knowledge base from messages posted between 2003 and 2008.