Author Topic: HUD graphics  (Read 1480 times)

0 Members and 1 Guest are viewing this topic.

It was easy enough to add new graphics to the in flight HUD.  The odd thing is when the target box is active the new graphic I added turns a brighter shade.  And when the target box goes away it goes back to the original color.  I haven't added the stuff so that the player can change the color in the HUD config.  I'm just setting the color with the radar color.  Anybody messed around with this and have a pointer or two?

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
nope, I looked into it, but you'r way ahead of anything I ever did, you've actualy got something to show up
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 
Actually I figured it out.  I was displaying the console in the same function that displays the shield ring.  The console deal was getting displayed for both the player craft and enemy craft (which its not supposed to).  I did a check to make sure the function was drawing the player shield ring and now it works fine.