Marine Hud
Macguyvok
Godlike Fuzzydice Join Date: 2003-05-09 Member: 16162Members
<div class="IPBDescription">Need some help...</div> I've made a tweek to the Marine Hud... but I need some help. I put a locator dot on the MiniMap, but the way NS draws the Minimap, it's drawn ontop of the rest of the HUD sprite.... so it only showsup if there's not MiniMap... Look below for an explaination.
Anyone know how to change this?
Anyone know how to change this?
Comments
(1) Use indexalpha, with the main part of the map (the pale blue) using colour #255 in the palette, making it transparent.
(2) Use additive transparency for the minimap sprite.
(1) Use indexalpha, with the main part of the map (the pale blue) using colour #255 in the palette, making it transparent.
(2) Use additive transparency for the minimap sprite. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
I tried #2
not sure how to do #1 (or how u meant I could do it....)