[Quick q] How do i toggle the O/D/S hud under the compass?

jotun said:
couple things I did to my HUD... (TribesHUD.ini)

Code:
[default_EquipmentQuantityLabel]
textFont=font'Engine_res.Res_DefaultFont'
bUseResFonts=true
textColor=(B=50,G=255,R=50,A=255)
justification=ALIGN_Right
PosX=52
PosY=28
Width=30
Height=18
that should make the ammo count on your weapons larger and green, so it's easier to see

if you want a bigger radar, change the height and width under [default_radarContainer] and [default_radar]. you can also go to user.ini and change the radarzoomlevels to what you want. Levels of 0.7 or higher will replace the full icons with just dots

couple of bugs in monkey's hud that you can fix... the thing for the energy blade is still there and you can see the F of "INF" on the second weapon. to properly remove the HUD for it, add this under [default_weaponContainer]
Code:
[default_FallbackWeapon]
emptyTexture=(drawColor=(R=255,G=255,B=255,A=255), style=0)
fullTexture=(drawColor=(R=255,G=255,B=255,A=255), style=0)
selectedMaterial=(style=0)
bDrawKey=false
bDrawQuantity=false
horizontalAlignment=HALIGN_Left
verticalAlignment=VALIGN_Bottom
Width=80
Height=40
offsetY=-45
offsetX=5

also, under [default_PersonalScores] change the -200 to just 200 to get the personal scores to show up

also, under [default_PersonalScores] change the -200 to just 200 to get the personal scores to show up

Thx <3
 
Back
Top