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 onesGraf Zahl wrote:
AltHUD question
Moderator: Graf Zahl
- 
				DoomWarrior
 - Posts: 7
 - Joined: Tue Dec 27, 2005 13:31
 - Location: Manchester, UK
 
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
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:
			
			
									
						
										
						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
- 
				DoomWarrior
 - Posts: 7
 - Joined: Tue Dec 27, 2005 13:31
 - Location: Manchester, UK
 
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
