Hwo do i get other hud displays?

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
[QnB]Death
Posts: 5
Joined: Sun Dec 11, 2005 12:49

Hwo do i get other hud displays?

Post by [QnB]Death »

Like in the screenshot section for example: The red and blue cacos how do u change the hud display?
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Go to the menu -> Display options and change 'Alternative HUD' to true
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

You can even customise how it looks to a certain extent using a lump called ALTHUDCF - have a search around in these forums for the details.
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

Because there are a certain number of WADs that make GZDoom's alternative HUD look really messy (like my upcoming The Stranger), I've actually bound a key to toggle it on and off.

Code: Select all

bind ' "toggle hud_althud"
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

What is it about your mod that makes the alt-hud look messy? Is it something that could be addressed with an ALTHUDCF lump in the WAD without annoying people?
User avatar
wildweasel
DRD Team Admin (Inactive)
Posts: 2132
Joined: Wed Jun 29, 2005 22:00
Location: the Admincave!
Contact:

Post by wildweasel »

It really can't be addressed. Each of my weapons has reloading functionality, which depends on seperate ammo types. So it's critical that the player be able to see how much ammo he has in the gun as well as his stock.

Though my brother has told me that it's not that bad, I do prefer to just play with the standard hud in such a case.
Locked

Return to “GZDoom”