03-18-2009, 06:36 PM | #1 |
Keep On Keepin' On
|
Arrow Pain Sprites / Tutorial
Different look for the pain indicators.
Pic They come in Red, Green, Blue ( Original also included ) DOWNLOAD They are text files, so if you want a different color, DO IT YOURSELF . Tutorial: To Change the COLOR: Open HudAnimations.txt Located in : C:\Program Files\Steam\SteamApps\SourceMods\FortressForever\ scripts Look for these entries: Code:
event HudTakeDamageFront { Animate HudDamageIndicator DmgColorFront "255 88 0 200" Linear 0.0 0.0 Animate HudDamageIndicator DmgColorFront "255 0 0 200" Linear 0.0 0.3 Animate HudDamageIndicator DmgColorFront "255 0 0 0" Deaccel 0.3 0.5 } event HudTakeDamageLeft { Animate HudDamageIndicator DmgColorLeft "255 88 0 200" Linear 0.0 0.0 Animate HudDamageIndicator DmgColorLeft "255 0 0 200" Linear 0.0 0.3 Animate HudDamageIndicator DmgColorLeft "255 0 0 0" Deaccel 0.3 0.5 } event HudTakeDamageRight { Animate HudDamageIndicator DmgColorRight "255 88 0 200" Linear 0.0 0.0 Animate HudDamageIndicator DmgColorRight "255 0 0 200" Linear 0.0 0.3 Animate HudDamageIndicator DmgColorRight "255 0 0 0" Deaccel 0.3 0.5 } event HudTakeDamageBehind { // RunEvent HudTakeDamageLeft 0.0 // RunEvent HudTakeDamageRight 0.0 Animate HudDamageIndicator DmgColorBehind "255 88 0 200" Linear 0.0 0.0 Animate HudDamageIndicator DmgColorBehind "255 0 0 200" Linear 0.0 0.3 Animate HudDamageIndicator DmgColorBehind "255 0 0 0" Deaccel 0.3 0.5 } To Change the SIZE: Open HudLayout.res Located in : C:\Program Files\Steam\SteamApps\SourceMods\FortressForever\ scripts Look for this entry: Code:
HudDamageIndicator { "fieldName" "HudDamageIndicator" "visible" "1" "enabled" "1" "DmgColorLeft" "255 0 0 0" "DmgColorRight" "255 0 0 0" "dmg_xmargin" "40" "dmg_ymargin" "40" "dmg_depth" "40" "dmg_outerlength" "300" "dmg_innerlength" "240" } dmg_outerlength - how long the edge closest to the edge of your screen is dmg_innerlength - how long the edge closest to the center of your screen is **No need to change the color in this entry Last edited by PartialSchism; 09-13-2009 at 06:25 PM. Reason: fixed |
|
03-18-2009, 06:48 PM | #2 |
Community Member
Server Owner
Beta Tester Forum Moderator Join Date: Mar 2007
Location: Hawthorne, California
Class/Position: Soldier/Spy/Scout Gametype: AvD Affiliations: :e0:Eternal Order Leader Posts Rated Helpful 12 Times
|
Sweet and Sticky
__________________
|
|
03-19-2009, 01:54 AM | #3 |
Stuff Do-er
Lua Team
Wiki Team Fortress Forever Staff |
Nice job Partial. You are great at customizing the hard-to-customize.
__________________
#FF.Pickup ยค Fortress-Forever pickups My Non-official Maps Released FF_DM_Squeek - FF_2Mesa3_Classic - FF_Siege_Classic Beta FF_Myth - FF_Redlight_Greenlight Sick of the people on the internet, always moanin'. They just moan. - Karl Pilkington |
|
03-19-2009, 02:34 AM | #4 |
Keep On Keepin' On
|
Thnx guys
|
|
09-13-2009, 09:07 AM | #5 |
Join Date: Jul 2007
Posts Rated Helpful 1 Times
|
Download link broken
__________________
|
|
09-13-2009, 06:25 PM | #6 |
Keep On Keepin' On
|
fixed
|
|
Tags |
color, hud, pain, sprites |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|