How do you remove the "mid air" "you repaired the gens etc.." announcements?

dEhaV

Veteran XV
How do you remove the "mid air" "you repaired the gens etc.." announcements?

There's plenty of info here about removing the "Gen under attack" etc announcers voice and text but I havent seen any about how you remove/move the "you mid-aired TossPot, here's 1+ wank point" etc announcements?

I've looked through TribesHud.ini but don't know what heading they'd be under...i take it the Penalty Message is for the Red TK message?

thanks!
 
Tell you what, it's great having the ingame prompts gone!

open your TribesHud.ini

To remove(you're really just moving it offscreen) the ingame prompts(eg - To use Inventory Press "F" etc) find the heading

[default_InGamePromptLabel]

change

offsetY=-150

to

offsetY=200

To remove the personal messages eg "You repaired the gens +1 offense" "You MA'd ..." etc

TribesHud.ini and find

[default_PersonalMessageWindow]

;verticalAlignment=VALIGN_Top
verticalAlignment=VALIGN_Relative
OffsetY=150

I edited mine to

verticalAlignment=VALIGN_Top
;verticalAlignment=VALIGN_Relative
OffsetY=-200


note, this is for a 1024x768 Hud you may have to increase the number for higher resolutions...
 
which one moves the "Generator Under Attack" part? that bugs the ish outta me when im runnin with teh flag and i cant see past big white letters to see where to kill someone.
 
what would you like to do?

remove both voice and text completely
resize and/or move the text keeping the voice
remove the text and keep the voice
 
Hmm ..tell me how to do each and then I can see which I prefer over time ..

Tried above and doesn't seem to work for what I want ..posted another request ...
 
Last edited:
To get rid of the Announcement text "Generator, Sensor Under attack" etc

In TribesHud.ini find the heading [default_AnnouncementsWindow]

and change offsetY=??? to offsetY=200
 
sorry...i think I might know what it is...

the verticalAlignment=VALIGN_Relative needs to be commented out ";"

this is my settings

[default_AnnouncementsWindow]
verticalAlignment=VALIGN_Bottom
;verticalAlignment=VALIGN_Relative

horizontalAlignment=HALIGN_Center
horizontalFill=HFILL_Relative
TemplateMessageLabelName="default_AnnouncementLabel"
OffsetY=200
;Width=400
RelativePosY=0.25
RelativeWidth=0.60
Height=100
MaxMessages=3
 
Last edited:
Back
Top