Jump to content

Recommended Posts

Posted

i need some help

i got some tutorials by ironhand, what files do i put them in to install them, including voice overs

i got the fictional black su25t skin, installed it, what did i do wrong

finally can anyone guide me to tekateka's mint color change for the HUD

any help would be appreciated

Posted

On the mint green mod, change view.lua as below:

 

-- HUD RGB color

HUDColor = {}

HUDColor[PlaneIndex.iSu_27] = {70, 255, 160}

HUDColor[PlaneIndex.iSu_33] = {0, 255, 0}

HUDColor[PlaneIndex.iSu_25] = {255, 255, 0}

HUDColor[PlaneIndex.iSu_39] = {255, 255, 0}

HUDColor[PlaneIndex.iMiG_29] = {70, 255, 160}

HUDColor[PlaneIndex.iMiG_29K] = {0, 255, 0}

HUDColor[PlaneIndex.iA_10] = {255, 255, 0}

HUDColor[PlaneIndex.iF_15] = {255, 255, 0}

 

I think if you change them to {70,255,160} then they show mint green ... some of mine are mint, some yellow.

 

On the tutorials, I dump them into missions\tracks ... seem to work fine for me.

 

Hope this helps,

James

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...