Page 1 of 1

Posted: Tue Dec 27, 2005 13:33
by DoomWarrior
Graf Zahl wrote:Image
How do you get the alternative hud to look like this? you have an Items count and the ammo boxes are the big ones not the small ones

Posted: Tue Dec 27, 2005 14:06
by Graf Zahl
First, please no unrelated questions in the screenshots thread.

The item count can be switched by typing 'toggle hud_showitems' at the console.
The ammo boxes can be changed by adding an ALTHUDCF lump with the following contents:

Code: Select all

Clip AMMOA0
Shell SBOXA0
RocketAmmo BROKA0
Cell CELPA0

Posted: Tue Dec 27, 2005 14:52
by DoomWarrior
whats an ALTHUDCF? is it something you type in the console?

Posted: Tue Dec 27, 2005 15:24
by Graf Zahl
No, it's a text file you put in a WAD. You can also copy and paste the 4 lines I posted into a file called ALTHUDCF.txt and load that by starting the game with GZDoom -file althudcf.txt.