Jump to content

A-10C II Pilot Visor


RyboPops

Recommended Posts

Has anyone had success changing the transparency of the A-10C II pilot visor? I'm using the lua code snippet below per this comment:

    {"pilot_F18_helmet_glass",    DIFFUSE            ,    "pilot_a10_visor", false};
    {"pilot_F18_helmet_glass",    SPECULAR            ,    "pilot_a10_visor_roughmet", false};

Unfortunately no amount of texture changes have a visual impact in sim. Has this lua code changed since release?


Edited by RyboPops
Removed some words for conciseness
Link to comment
Share on other sites

try this:

    {"pilot_A10_helmet_glass",    DIFFUSE            ,    "pilot_a10_visor", false};
    {"pilot_A10_helmet_glass",    SPECULAR            ,    "pilot_a10_visor_roughmet", false};
    {"pilot_A10_visor_glass",    DIFFUSE            ,    "pilot_a10_visor", false};
    {"pilot_A10_visor_glass",    SPECULAR            ,    "pilot_a10_visor_roughmet", false};

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
  • Recently Browsing   0 members

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