Reticle health/energy/speed bars by jotun

1.  extract SpeedBar.u to your program\bin\ directory
2.  extract centerbars.pkg to your content\art\ directory
3.  at the top of your TribesHUD.ini file (in content\system\) put the following 2 lines:

[default_CharacterHUD]
ExtensionSpecs=(ElementName="ext_SpeedHudContainer",ClassName="SpeedBar.SpeedHud")

if something like that is already there, replace it.

4.  in the same TribesHUD.ini, replace the entire "Health and energy bars" section with the following.  To adjust transparency, change the alpha (A=) values.

[default_health]
emptyTexture=(material=Texture'centerbars.healthback',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
fullTexture=(material=Texture'centerbars.centerhealth',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
healthInjectionMaterial=(material=Texture'centerbars.centerhealth',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
healthInjectionRemainingMaterial=(material=Texture'centerbars.centerhealth',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=50),style=1)
lowHealthAlertMaterial=(material=Texture'centerbars.centerhealthlow',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=230,G=255,B=255,A=255),style=1,bFlashing=true,flashFrequency=0.2)
horizontalAlignment=HALIGN_Center
verticalAlignment=VALIGN_Middle
barStartOffset=32
barEndOffset=32
Height=128
Width=128
pixValueRatio=1.5
LabelConfigName=default_HealthBarLabel

[default_HealthBarLabel]
TextColor=(R=0,G=255,B=0,A=0)
PosX=6
PosY=4
Width=27
Height=16

[default_energy]
emptyTexture=(material=Texture'centerbars.energyback',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
fullTexture=(material=Texture'centerbars.centerenergy',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
depletionMaterial=(material=texture'centerbars.centerenergy',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=80),style=1,fadeDuration=1.0,bFading=true,fadeSourceColor=(R=255,G=255,B=255,A=100),fadeTargetColor=(R=255,G=255,B=255,A=1),fadeProgress=1.0)
horizontalAlignment=HALIGN_Center
verticalAlignment=VALIGN_Middle
barStartOffset=32
barEndOffset=32
Height=128
Width=128
OffsetY=0
pixValueRatio=1.5
LabelConfigName=default_EnergyBarLabel

[default_EnergyBarLabel]
TextColor=(R=0,G=136,B=254,A=0)
PosX=6
PosY=4
Width=27
Height=16

[ext_SpeedHudContainer]
horizontalAlignment=HALIGN_Center
verticalAlignment=VALIGN_Middle
Width=165
Height=52

[ext_SpeedHud]
emptyTexture=(material=Texture'centerbars.speedback',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
fullTexture=(material=Texture'centerbars.centerspeed',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
slowTexture=(material=Texture'centerbars.centerspeed',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
mediumTexture=(material=Texture'centerbars.centerspeed',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
fastTexture=(material=Texture'centerbars.centerspeed',Coords=(U=0,V=0,UL=128,VL=128),drawColor=(R=255,G=255,B=255,A=200),style=1)
horizontalAlignment=HALIGN_Center
verticalAlignment=VALIGN_Middle
barStartOffset=32
barEndOffset=32
Height=128
Width=128
OffsetY=0
pixValueRatio=1.5
MaxDisplayDigits=3
bValue=false
maximumValue=300
FirstThreshold=100
SecondThreshold=110
ThirdThreshold=170
SlowColor=(R=130,G=0,B=0,A=0)
CruisingColor=(R=185,G=0,B=0,A=0)
FastColor=(R=255,G=0,B=0,A=0)

[ext_SpeedHudLabel]
TextColor=(R=255,G=0,B=0,A=0)
PosX=6
PosY=-3
Width=27
Height=16