Update.
- This
- Did some stuff with the Loadout menu (again) NOTE: The icons don't appear on servers with sv_pure
If you want to change the colors of the flashes,just go to clientscheme.res and you will find the RGBs there.
gitthubbb
Account Details | |
---|---|
SteamID64 | 76561198058617608 |
SteamID3 | [U:1:98351880] |
SteamID32 | STEAM_0:0:49175940 |
Country | Uruguay |
Signed Up | February 20, 2014 |
Last Posted | September 18, 2025 at 1:20 AM |
Posts | 3351 (0.8 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | 1 |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Update.
If you want to change the colors of the flashes,just go to clientscheme.res and you will find the RGBs there.
gitthubbb
JarateKingUncomment those out. With these commented you're not actually ever stopping the loop, so even though the stop animation fires the uber animation keeps going.
I completly forgot to uncomment those,i actually added them like a few days ago to test some stuff and never got rid of them.
Thanks.
I don't see anything wrong with the animation "code" but even after i use all my uber the animation is still there.
Please watch the video.
https://www.youtube.com/watch?v=a26sbmmrkRs
Help?
/====================================
// Flash the medic charge hud when we have full charge
event HudMedicCharged
{
Animate ChargeLabelShadow FgColor "FullUber" Linear 0.0 0.3
Animate ChargeLabelShadow FgColor "FullUberFlash" Linear 0.3 0.3
Animate ChargeMeter FgColor "FullUber" Linear 0.0 0.3
Animate ChargeMeter FgColor "FullUberFlash" Linear 0.3 0.3
Animate ChargeMeter1 FgColor "0 221 255 255" Linear 0.0 0.0
Animate ChargeMeter2 FgColor "0 221 255 255" Linear 0.0 0.0
Animate ChargeMeter3 FgColor "0 221 255 255" Linear 0.0 0.0
Animate ChargeMeter4 FgColor "0 221 255 255" Linear 0.0 0.0
RunEvent HudMedicChargedLoop 0.6
}
// call to loop HudHealthBonusPulse
event HudMedicChargedLoop
{
RunEvent HudMedicCharged 0.0
RunEvent ChargeLabel 0.0
RunEvent ChargeMeter 0.0
RunEvent ChargeLabelShadow 0.0
RunEvent ChargeMeter 0.0
}
event HudMedicChargedStop
{
//StopEvent HudMedicCharged 0.0
//StopEvent HudMedicChargedLoop 0.0
StopEvent ChargeLabel 0.0
StopEvent ChargeMeter 0.0
StopEvent ShadedBarThinLow 0.0
StopEvent ShadedBarThinFull 0.0
StopEvent ChargeLabelShadow 0.6
StopEvent ChargeMeter 0.6
Animate ChargeLabelShadow FgColor "DarkG" Linear 0.0 0.0
Animate ChargeLabelShadow FgColor "DarkG" Linear 0.0 0.0
Animate IndividualChargesLabel FgColor "Black" Linear 0.0 0.0
Animate ChargeMeter FgColor "White" Linear 0.0 0.0
Animate ChargeMeter1 FgColor "255 255 255 255" Linear 0.0 0.0
Animate ChargeMeter2 FgColor "255 255 255 255" Linear 0.0 0.0
Animate ChargeMeter3 FgColor "255 255 255 255" Linear 0.0 0.0
Animate ChargeMeter4 FgColor "255 255 255 255" Linear 0.0 0.0
}
//====================================
Pretty clean,you should get rid of the logo on the main menu,but do whatever you want to do,it's your hud.
Great stuff.
LuigiEver since the Halloween update and them releasing manpower into an official game mode I have had that damn unused warlock icon stuck over my health, anyone know where the manpower hud elements are located or whatever controls that because it is annoying as fuck.
HudPlayerHealth.res
Looks like Basthud but with bigger reserve ammo numbers and a different font.
sombrezHow do I move the engineer metal count?
HudAccountPanel.res
Panda-how do i get a player model only when i am disguised? Right now i never have a player model and i would like to be able to see it just when i am disguised. I am using flamehud if it helps
I think that you can either run 3D Players Models full time or not use them,I'm not really sure tho.
sv_pure 2 ///
i wonder how many people constantly use a gamepad and use a custom hud
didnt read the whole readme,sorry. ///
someone has to post this
http://www.teamfortress.tv/29916/hassassin-cheat-evidence
how the fuck are flat textures hacks
This one also reveals some type of wallhack or material hacks based on looking at the player model on the left.
One day i collected random aliases online from Wikipedia Articles becuase i was bored,if i ever get bored of my name,I would most likely go to this list to pick a new name.
Probably the most worthless update i'm ever gonna publish but.
I added the lines from the loadout menu to the MvM And MM Menu.
http://i.imgur.com/56zoX0N.jpg
http://i.imgur.com/zMugyt9.jpg
extremely optional.
gitthubb
FIGURED IT OUT MYSELF THANKS