ItsMods

Full Version: [Approved] missle HUD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey this is the hud for the tv giuided misile not sure if you'd use it but it could be helpfull for something xD just thought id post it
Code:
guidedMissileOverlay()
{
    guided_missile_overlay = newClientHudElem( self );
    guided_missile_overlay.x = 0;
    guided_missile_overlay.y = 0;
    guided_missile_overlay.alignX = "center";
    guided_missile_overlay.alignY = "middle";
    guided_missile_overlay.horzAlign = "center";
    guided_missile_overlay.vertAlign = "middle";
    guided_missile_overlay.foreground = true;
    guided_missile_overlay setshader ("tow_overlay", 480, 480);
    
    guided_missile_grain = newClientHudElem( self );
    guided_missile_grain.x = 0;
    guided_missile_grain.y = 0;
    guided_missile_grain.alignX = "left";
    guided_missile_grain.alignY = "top";
    guided_missile_grain.horzAlign = "fullscreen";
    guided_missile_grain.vertAlign = "fullscreen";
    guided_missile_grain.foreground = true;
    guided_missile_grain setshader ("tow_filter_overlay", 640, 480);
    guided_missile_grain.alpha = 1.0;
}
[Image: 2011-06-19_00006.jpg]
[Image: 2011-06-19_00005.jpg]
Screenshot?
um yea sure ill ad them to the first post xD
Looks very good.
You should totaly use this for Terminator mod Wink
thanks guys , i just thought it would be good for a roll xD
(06-19-2011, 12:13)GOVNO12 Wrote: [ -> ]You should totaly use this for Terminator mod Wink

Added this to Terminator roll for V2 :3