Jump to content

Bummer

Members
  • Posts

    124
  • Joined

  • Last visited

Posts posted by Bummer

  1. When I find photo's on the internet, it rarely says what model F-18 it is, or from what country.

    So I edit the textures if I like how it looks.

    This could mean that my MOD is some sort of frankenstein Hornet now.

    I could remake the old UFC and place it in the additional options section.

    that is, if I can get photoshop to use DDS files again, after I had to reinstall photoshop elements 2020 when I got a new computer.

    • Like 2
  2. No, mirrors are the same as always.

    Had to check again, because I did not close the canopy at first, because I was focused on the kneeboard.

    But after looking again, thinking that the mirrors would be affected, all seems to be okay at my end.

  3. For a working kneeboard in the F-5E go to : DCS World/Mods/aircraft/F-5E/Liveries/Cockpit_F-5E/default

    Open the description.lua , and make it look like the one below.

     

    livery = {
        
        {"F5E-MIRRORS", 0 ,"mirrors", true};--mirrors texture replacement with runtime rendered one
        {"pilot_F5_kneeboard", 0, "mfd3", true};

    }

     

    It is very small, so zoom in is needed.

    Let me know if it also works in multiplayer servers.

  4. @zildac

    try this.

    In my mod open the description.lua and find the next lines :

        {"f18c_cpt-displayglass", 14, "f18c_cpt-displayglass-dif", false};
        {"f18c_cpt-displayglass_cl", 0, "f18c_cpt-displayglass_cl_refl", false};
        {"f18c_cpt-displayglass_cl", 13, "f18c_cpt-displayglass_cl_refl_roughmet", false};
        {"f18c_cpt-displayglass_cl", 14, "f18c_cpt-displayglass-dif", false};

        {"f18c_mdi_r", 0, "f18c_mdi_r", false};
        {"f18c_mdi_r", 13, "f18c_mdi_r_roughmet", false};
        {"f18c_mdi_r_additive", 0, "f18c_mdi_r", false};
        {"f18c_mdi_r_additive", 8, "empty", false};
        {"f18c_mdi_l", 0, "f18c_mdi_l", false};
        {"f18c_mdi_l", 13, "f18c_mdi_l_roughmet", false};
        {"f18c_mdi_l_additive", 0, "f18c_mdi_l", false};
        {"f18c_mdi_l_additive", 8, "empty", false};

    Change all the false into true ( that will make it use the default textures )

     

    Keep the next two lines as is, because they are needed in the LCD mod :

        {"f18c_cpt-displayglass", 0, "f18c_cpt-displayglass_refl", false};
        {"f18c_cpt-displayglass", 13, "f18c_cpt-displayglass_refl_roughmet", false};

     

    Save the description.lua and then do all the steps needed for the LCD mod.

    hope this works, if not I can not help any further.
     

  5. When landing with speedbrakes open, you fly with more throttle.

    When you get in a situation where you need more speed quickly, closing the speedbrakes and giving it more throttle get you that speed faster, then waiting for the engines to spool up if you only have the throttle to get you more speed.

    Not an expert, so could be wrong.

×
×
  • Create New...