Ok, so I've made the cross stay there but it doesn't blink. Anyone know how to make it blink?
Zebax
Account Details | |
---|---|
SteamID64 | 76561198126885114 |
SteamID3 | [U:1:166619386] |
SteamID32 | STEAM_0:0:83309693 |
Country | Australia |
Signed Up | December 7, 2015 |
Last Posted | June 17, 2017 at 7:22 PM |
Posts | 5 (0 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
#4426
HUD editing: short questions, quick answers
in
Customization
CubekolZebaxWhen I get over healed my buff cross only stays there for a quick second and then goes away and the same thing happens when I get damaged.In hudanimations_tf go to event called "event HudHealthBonusPulse" and "event HudHealthDyingPulse" and change the linear of them. If you want the default timing of the cross you can just copy and replace it with this:Show Contentfor HudHealthBonusPulse:
Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2
Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4
RunEvent HudHealthBonusPulseLoop 0.4
for HudHealthDyingPulse:
Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.075
Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.125 0.075
RunEvent HudHealthDyingPulseLoop 0.25
Those settings were already at the default ones you gave me. Any other ideas?
posted about 7 years ago
#4424
HUD editing: short questions, quick answers
in
Customization
When I get over healed my buff cross only stays there for a quick second and then goes away and the same thing happens when I get damaged. It's hard to screenshot this because it only blinks for a second and you can hardly see it. Any ideas on how to fix?
posted about 7 years ago