Tresh
Account Details
SteamID64 76561198044736807
SteamID3 [U:1:84471079]
SteamID32 STEAM_0:1:42235539
Country United States
Signed Up November 24, 2012
Last Posted August 3, 2021 at 6:19 PM
Posts 435 (0.1 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input  
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 16 17 18 19 20 21 22 ⋅⋅ 29
#8 Marked for death? in Customization

try this
http://pastebin.com/AZTp26cY

posted about 10 years ago
#6 Marked for death? in Customization
JGrassoundKeyValues Error: RecursiveLoadFromBuffer: got NULL key in file resource/UI/HudPlayerHealth.res
resource/UI/HudPlayerHealth.res, HudPlayerHealth, PlayerStatusMarkedForDeathImage,
KeyValues Error: RecursiveLoadFromBuffer: got EOF instead of keyname in file resource/UI/HudPlayerHealth.res
resource/UI/HudPlayerHealth.res, HudPlayerHealth, (*PlayerStatusMarkedForDeathImage*),
KeyValues Error: RecursiveLoadFromBuffer: got EOF instead of keyname in file resource/UI/HudPlayerHealth.res
resource/UI/HudPlayerHealth.res, (*HudPlayerHealth*), (*PlayerStatusMarkedForDeathImage*),

So, thought I fixed it yesterday, but started up tf2 today and after trying to figure it out, found this in my console upon loading the hud.

I do not understand... Someone wiser than I please aid me in my quest to make a usable center stack hud

Upload your hudplayerhealth.res to paste bin

posted about 10 years ago
#6 MGEMod bug in Q/A Help
runescape_boy_420Treshrunescape_boy_420completely off topic but does anyone know how mgelords remove without being penalized when they're scared of losing elo ?Tied game, or their winning.it's only happens to me when I'm just one point below and they just disappear without any notifications in chat. also sorry for potentially derailing the thread but op's situation has never happened to me

Yea so unless I read wrong you were loosing, so if he left he would loose no points.

posted about 10 years ago
#4 MGEMod bug in Q/A Help
runescape_boy_420completely off topic but does anyone know how mgelords remove without being penalized when they're scared of losing elo ?

Tied game, or their winning.

posted about 10 years ago
#274 [HUD] HUDAS Iscariote - first beta release in Customization
ghettois there a way to easily remove the boxes around the health and ammo? like a .res file I can edit?

HudPlayerHealth.res and HudAmmoWeapons.res

posted about 10 years ago
#7 Font help in Q/A Help
Fogmake the name Neris Light

like so

"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris Light"
}

Tried that but for some reason made the font really thin like the Neris Light font so idk is its something wrong with me?

EDIT: Heres a screenshot of how it looks, http://imgur.com/OJ6f057 (its the 32 thats supposed to be semibold)

posted about 10 years ago
#5 Font help in Q/A Help

bump, still not working.

posted about 10 years ago
#9 help a sildeezy out in Off Topic

purple

posted about 10 years ago
#520 rayshud in Customization
ZafirHi Ray i love your hud but in the cross hair is there any way i could make the xHaircircle thinner

Theres a thinner circle crosshair, just keep digging and you'll find it.

posted about 10 years ago
#7 viewmodel script thingy in Q/A Help

If you don't want all of brosels fancy stuff just put this wherever you have that script.

// ========== BINDS ==========

bind 1 eq_slot1
bind 2 eq_slot2
bind 3 eq_slot3
bind mwheelup eq_invprev
bind mwheeldown eq_invnext
bind q eq_lastinv

// ========== SETTINGS ==========

alias eq_slot1 "slot1; set_slot1; r_drawviewmodel 0"
alias eq_slot2 "slot2; set_slot2; r_drawviewmodel 1"
alias eq_slot3 "slot3; set_slot3; r_drawviewmodel 1"

// ========== LOGIC ==========

alias qs_slot1 "alias eq_invnext eq_slot2; alias eq_invprev eq_slot3; set_lastinv; alias set_lastinv alias eq_lastinv eq_slot1; alias set_slot1 ; alias set_slot2 qs_slot2; alias set_slot3 qs_slot3"
alias qs_slot2 "alias eq_invnext eq_slot3; alias eq_invprev eq_slot1; set_lastinv; alias set_lastinv alias eq_lastinv eq_slot2; alias set_slot1 qs_slot1; alias set_slot2 ; alias set_slot3 qs_slot3"
alias qs_slot3 "alias eq_invnext eq_slot1; alias eq_invprev eq_slot2; set_lastinv; alias set_lastinv alias eq_lastinv eq_slot3; alias set_slot1 qs_slot1; alias set_slot2 qs_slot2; alias set_slot3 "

qs_slot2
eq_slot1

posted about 10 years ago
#5 viewmodel script thingy in Q/A Help

I'd recommend brosels crosshair switcher then, its super easy to use and not hard to understand. You can also change crosshairs and stuff so yea.

posted about 10 years ago
#2 viewmodel script thingy in Q/A Help

Depends what kind of q? The one that goes to the last item? If so it would be a lot more complicated.

posted about 10 years ago
#3 Font help in Q/A Help
BenroadsYou need a bit more code than that

For example that should give you 32pt text. You'd need to use "Neris32" in the actual HUD files for things like labeltexts ect ect
 "Neris32"
		{
			"1"
			{
				"name"			"Neris SemiBold"
				"tall"		"32"
				"additive"	"0"
				"antialias" 	"1"
				"dropshadow"	"0"
			}
		}

I have that put in, still gives me the default font. For example if I have that in clientscheme, and in ammoreserve i have "font" "Neris32" still default font.

posted about 10 years ago
#1 Font help in Q/A Help

I don't know if this is the wrong section sorry.
So basically for my hud, I'm trying to use this font(neris semibold)
In my clientscheme.res, I put
"8"
{
"font" "resource/fonts/Neris-SemiBold.otf"
"name" "Neris SemiBold"
}
but nothing happened. Anyone know why?

posted about 10 years ago
#2 Basic scoreboard in TF2 General Discussion

To remove all stats find LocalPlayerStatsPanel in scoreboard.res and make the xpos 99999. That should get rid of stats. AFAIK you cant remove dominations/nemesis.

posted about 10 years ago
1 ⋅⋅ 16 17 18 19 20 21 22 ⋅⋅ 29