warthogmadman987 Posted December 4, 2005 Posted December 4, 2005 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
Kula66 Posted December 4, 2005 Posted December 4, 2005 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
Recommended Posts