Download Script: FlagAlert

Daphinicus

Private Tester
Rockey, when I get home, your new uncompiled scripts are the first things I'm grabbing, which will make them the first mods of anyone's I've downloaded. Superb work, bud.
 

Disci

Old man
btw where did you get them sounds from?

It's actually a chewbacca's rawr which I found by googling a bit. That is speeded up by Legions and I had to change the file to mp2 and modify the script to use mp2 file's.
 

Immanent

Member
The box is kinda blocking the text box, could it be possibly to update it so that its in dead center-left of the screen like it was on IA?
 

RockeyRex

Legions Developer
The box is kinda blocking the text box, could it be possibly to update it so that its in dead center-left of the screen like it was on IA?
Talking about FlagHud?
And no, I'm not planning on making 10 versions based on requests.
However you can mod it yerself. Open the FlagHud.cs file with notepad and edit these lines.
Code:
%this.setHudElementPosition(%index, 10, 525);
...
%this.setHudElementPosition(%index, 52, 525);
...
%this.setHudElementPosition(%index, 55, 525);

...and change the 525 values to about 300.
 
Top