Jump to content

civ_uh1_tail_spec fails to point to modded version


Statua

Recommended Posts

When you remove the hardpoints from the airframe, the tail reverts to the default specular rather than the modded specular. Can be replicated by using the Royal Australian Navy skin and removing the hardpoints. This happens on all liveries with a modified specular.

 

Hardpoints removed (bugged)

bug-2.jpg

Hardpoints added

bug-1.jpg

Here is the code from DCS World/Bazar/Liveries/uh-1h/Australia Royal Navy/description.lua

Quote

livery = {    
    {"civ_uh1_main_dam", 0, "uh1_ran", false};
    {"civ_uh1_main_dam", 2, "uh1_spec", false};
    {"civ_uh1_tail_dam", 0, "uh1_ran_tail", false};    
    {"civ_uh1_tail_dam", 2, "uh1_tail_spec", false};
    {"civ_uh1_main", 0, "uh1_ran", false};
    {"civ_uh1_main", 2, "uh1_spec", false};
    {"civ_uh1_tail", 0, "uh1_ran_tail", false};
    {"civ_uh1_tail", 2, "uh1_tail_spec", false};    
    
    {"uh1_main_dam", 0, "uh1_ran", false};
    {"uh1_main_dam", 2, "uh1_spec", false};
    {"uh1_tail_dam", 0, "uh1_ran_tail", false};    
    {"uh1_tail_dam", 2, "uh1_tail_spec", false};
    {"uh1_main", 0, "uh1_ran", false};
    {"uh1_main", 2, "uh1_spec", false};
    {"uh1_tail", 0, "uh1_ran_tail", false};
    {"uh1_tail", 2, "uh1_tail_spec", false};
    {"uh1_weapon", 0, "uh1_weapon_blk", true};
    {"pilot_UH1_01", 0, "pilot_UH1_01", true};
    {"pilot_UH1_02", 0, "pilot_UH1_02", true};
    {"pilot_UH1_helmet", 0, "pilot_uh1_helmet", true};
    {"pilot_UH1_patch", 0, "empty", true};    
    {"uh1_cov", 0, "uh1_ran_cover", false};
    {"uh1_cov", 2, "uh1_cover_spec", false};
    {"UH1-cpt-door", 0 ,"UH1_door_c_gray", true};
    {"UH1-cpt_karkas", 0 ,"UH1_karkas_c_gray",true};
    {"UH1-cpt_karkas2", 0 ,"UH1_karkas2_c_gray", true};
    {"UH1-cpt_panel", 0 ,"UH1_panel_c_gray", true};
    {"UH1-cpt_central_box", 0 ,"UH1_boxs_c_gray", true};
    {"UH1-cpt_dev2", 0 ,"UH1_dev_2", true};
    {"uh1_rotor_alfa", 0, "uh_1_blade", false};
}
name = "Royal Australian Navy"
countries = {"AUS"}

 

Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...

I know this is an older post but I just recently finished my first skin and finally noticed this issue.  I found an older post from Helles Belle whose solution seems to work.  I don't know if the json file will have to be changed after each version update, but this does at least seem to be a temporary fix.  Maybe everyone know this fix already, but just thought i would pass on what I found as I see ED has not fixed the issue yet.  It might not be as noticeable in my pic below, but you can definitely tell if you use the Huey VIP skin. 

https://forum.dcs.world/topic/198115-body-amp-tail-different-reflections-shiny/

 

Screen_230122_223509.jpg

 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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