Gamerfoxinator
Account Details
SteamID64 76561198193719035
SteamID3 [U:1:233453307]
SteamID32 STEAM_0:1:116726653
Country Sweden
Signed Up September 13, 2018
Last Posted September 22, 2018 at 5:32 PM
Posts 10 (0 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
#5561 HUD editing: short questions, quick answers in Customization
bLaGamerfoxinatorHow to Change location of guillotine ammo?

I have a problem. Guillotine ammo isnt at the same location as the gun ammo.
(screenshot)

How do you make it the same location as the gun ammo? I cant seem to find the res file for it.

(Current Hud Files)
hudammoweapons.res -> AmmoNoClip -> change x-pos to something suitable

Thank you

posted about 5 years ago
#5559 HUD editing: short questions, quick answers in Customization

How to Change location of guillotine ammo?

I have a problem. Guillotine ammo isnt at the same location as the gun ammo.
(screenshot)

How do you make it the same location as the gun ammo? I cant seem to find the res file for it.

(Current Hud Files)

posted about 5 years ago
#1 How to Change location of guillotine ammo in Customization

I have a problem. Guillotine ammo isnt at the same location as the gun ammo.
(screenshot)

How do you make it the same location as the gun ammo? I cant seem to find the res file for it.

(Current Hud Files)

posted about 5 years ago
#3 How to edit health and ammo size? in Customization
_Kermithttp://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

You edit the font called "HudFontGiantBold" that is named in PlayerStatusHealthValueSelf in hudplayerhealth.res, the font itself is in clientscheme.res, change the tall value and restart the game and it'll change.

Do the same for Ammo, the font name will be in hudammoweapons.res, the fonts are HudFontGiantBold and HudFontMediumSmall.

Thank you so much!

posted about 5 years ago
#1 How to edit health and ammo size? in Customization

This is a duplicate of this post. but it doesn't contain any actual answers to the question.

I cant find it anywhere. I have tried many of the ways i read but it doesnt work.

Present hud files at: Here

Please help.

posted about 5 years ago
#9 Pink box behind player health in Customization
daphneHudPlayerHealth.res
	"PlayerHealthShadedBG"
	{
		"ControlName"	"CExButton"
		"fieldName"		"PlayerHealthShadedBG"
		"xpos"			"94"
		"ypos"			"41"
		"zpos"			"1"
		"wide"			"100"
		"tall"			"50"
		"autoResize"	"0"
		"pinCorner"		"0"
		"visible"		"1"
		"enabled"		"1"
		"defaultBgColor_Override"		"bHPBoxNorm"
		"paintbackgroundtype"	"0"
		"border_default"	"NoBorder"
		"labelText"		""
	}

change ypos to -99999 or both visible/enable to 0. i've used biscottiHUD plenty of times and even though i would use the fully transparent options, that box would always be left over. i am fairly confident this will solve your issue.

That worked perfectly! Thank you!

posted about 5 years ago
#7 Pink box behind player health in Customization
driftaHudPlayerHealth.res
	"PlayerStatusHealthBonusImage"
	{
		"ControlName"	"ImagePanel"
		"fieldName"		"PlayerStatusHealthBonusImage"
		"xpos"			"43"
		"ypos"			"46"
		"zpos"			"-4"
		"wide"			"66"
		"tall"			"66"
		"visible"		"0"
		"enabled"		"1"
		"image"			"../hud/health_over_bg"
		"scaleImage"	"1"
try changing xpos to -99999

Nope it doesn't work

posted about 5 years ago
#5 Pink box behind player health in Customization
extracrispyalias hudmaker "mp_timelimit 99; sv_cheats 1; vgui_drawtree 1; vgui_drawtree_draw_selected 1"

not the answer ur looking for, but you'll be able to highlight the object that's causing the problem and it'll make hud debugging a lot easier in general.

I cant highlight it.

posted about 5 years ago
#4 Pink box behind player health in Customization
paskoit looks fabulous why would you remove it

Because it looks horrible

posted about 5 years ago
#1 Pink box behind player health in Customization

I have a problem with a custom tf2 hud im creating. Github repository

I have this annoying pink box under the players health. I've looked all over the internet for a way to remove it but i cant find anything.
https://i.imgur.com/EnQQ23P.png

Please tell me how to remove it.

posted about 5 years ago