Lizzard Posted September 5, 2013 Posted September 5, 2013 Hey Guys, I really love the Changes in the Huey so far..especially the Civil Version without Guns...but my downloaded Skins do not work anymore?! I have always the NASA Skin?! Did they Change the Path to teh Skins somehow?!?!?:helpsmilie: My Specs: I don`t care..it is a Computer..a black one..
upuaut Posted September 5, 2013 Posted September 5, 2013 Hi, the "description.lua" file for the custom skins needs an update. You can do it yourself, or wait for an update from the skinners. I am working on an update for my skins. Example: livery = { {"civ_uh1_main_dam", 0, "uh1_bwce.bmp",false}; {"civ_uh1_main_dam", 2, "uh1_spec.bmp",false}; {"civ_uh1_tail_dam", 0, "uh1_tail_bwce.bmp",false}; {"civ_uh1_tail_dam", 2, "uh1_tail_spec.bmp",false}; {"civ_uh1_main", 0, "uh1_bwce.bmp",false}; {"civ_uh1_main", 2, "uh1_spec.bmp",false}; {"civ_uh1_tail", 0, "uh1_tail_bwce.bmp",false}; {"civ_uh1_tail", 2, "uh1_tail_spec.bmp",false}; {"uh1_main_dam", 0, "uh1_bwce.bmp",false}; {"uh1_main_dam", 2, "uh1_spec.bmp",false}; {"uh1_tail_dam", 0, "uh1_tail_bwce.bmp",false}; {"uh1_tail_dam", 2, "uh1_tail_spec.bmp",false}; {"uh1_main", 0, "uh1_bwce.bmp",false}; {"uh1_main", 2, "uh1_spec.bmp",false}; {"uh1_tail", 0, "uh1_tail_bwce.bmp",false}; {"uh1_tail", 2, "uh1_tail_spec.bmp",false}; {"uh1_weapon", 0, "uh1_weapon_blk.bmp",false}; {"pilot_UH1", 0, "pilot_uh1_bwce.bmp",false}; {"pilot_UH1_helmet", 0, "pilot_UH1_helmet_bwce.bmp",false}; {"pilot_UH1_patch", 0, "pilot_uh1_patch_bwce.tga",false}; {"Gunner_UH1", 0, "gunner_uh1_bwce.bmp",false}; {"uh1_cov", 0, "uh1_cover_bwcer.bmp",false}; {"uh1_cov", 2, "uh1_cover_spec.bmp",false}; {"UH1-cpt-door", 0 ,"uh1_door_c.bmp",false}; {"UH1-cpt_karkas", 0 ,"uh1_karkas_c.bmp",false}; {"UH1-cpt_karkas2", 0 ,"uh1_karkas2_c.bmp",false}; {"UH1-cpt_panel", 0 ,"uh1_panel_c.bmp",false}; {"UH1-cpt_central_box", 0 ,"uh1_boxs_c.bmp",true}; {"UH1-cpt_dev2", 0 ,"UH1_dev_2",false}; {"SPH-4B", 0, "gunner_uh1_helmet_bwce.bmp",false}; {"uh1_rotor_alfa", 0, "uh_1_blade_bwce.tga",false}; } countries = {"USA", "RUS", "FRA", "UKR", "SPN", "NETH", "TUR", "BEL", "GER", "NOR", "CAN", "DEN", "UK", "GRG", "ISR", "ABH", "RSO"} 1 DCS Mods and Skins: HiDrive Use the NAS only if the other Link is not working - it's slow! My DCS MODs and Skins: NAS
Lizzard Posted September 5, 2013 Author Posted September 5, 2013 Danke! Ich werd`s testen :thumbup: My Specs: I don`t care..it is a Computer..a black one..
joey45 Posted September 5, 2013 Posted September 5, 2013 Danke. The only way to make sense out of change is to plunge into it, move with it, and join the dance. "Me, the 13th Duke of Wybourne, here on the ED forums at 3 'o' clock in the morning, with my reputation. Are they mad.." https://ko-fi.com/joey45
monkie Posted September 6, 2013 Posted September 6, 2013 Upuaut can you please post how you updated your files so we can do it as well? Thanks Sager Laptop, i7-6700k 4.00GHz, 16GB RAM, GTX 980M, 1920x1080, TIR 5, Windows 10
Lizzard Posted September 6, 2013 Author Posted September 6, 2013 As upuaut said, you have to add the "Civil Huey" Entrys in the Description.lua Just an Example: {"civ_uh1_main_dam", 0, "uh1_bwce.bmp",false}; {"civ_uh1_main_dam", 2, "uh1_spec.bmp",false}; {"civ_uh1_tail_dam", 0, "uh1_tail_bwce.bmp",false}; {"civ_uh1_tail_dam", 2, "uh1_tail_spec.bmp",false}; {"civ_uh1_main", 0, "uh1_bwce.bmp",false}; {"civ_uh1_main", 2, "uh1_spec.bmp",false}; {"civ_uh1_tail", 0, "uh1_tail_bwce.bmp",false}; {"civ_uh1_tail", 2, "uh1_tail_spec.bmp",false}; civ_uh1 = Civil Version of Huey:pilotfly: My Specs: I don`t care..it is a Computer..a black one..
Lizzard Posted September 6, 2013 Author Posted September 6, 2013 (edited) so a Step by Step Guide (as it worked for me) - Open the Folder of the Skin you want to make 1.2.6 comatible - There is a File named "Description.lua" --> back up that File (just in case :)) - Open that File with an Editor Should look something like this: livery = { {"uh1_main_dam", 0, "uh1_bgs.bmp.dds",false}; {"uh1_main_dam", 2, "uh1_spec.bmp",true}; {"uh1_tail_dam", 0, "uh1_tail_bgs.bmp.dds",false}; {"uh1_tail_dam", 2, "uh1_tail_spec.bmp",true}; {"uh1_main", 0, "uh1_bgs.bmp",false}; {"uh1_main", 2, "uh1_spec.bmp",true}; {"uh1_tail", 0, "uh1_tail_bgs.bmp.dds",false}; {"uh1_tail", 2, "uh1_tail_spec.bmp",true}; {"uh1_weapon", 0, "uh1_weapon.bmp",true}; {"pilot_UH1", 0, "pilot_uh1_bgs.bmp.dds",false}; {"pilot_UH1_helmet", 0, "pilot_uh1_helmet_bgs.bmp.dds",false}; {"pilot_UH1_patch", 0, "pilot_UH1_patch_bgs.tga.dds",false}; {"Gunner_UH1", 0, "gunner_uh1_bgs.bmp.dds",false}; {"uh1_cov", 0, "uh1-cover_bgs.bmp.dds",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}; {"SPH-4B", 0, "gunner_uh1_helmet_bgs.bmp.dds",false}; {"uh1_rotor_alfa", 0, "uh_1_blade_bgs.tga.dds",false}; } countries = {"USA", "RUS", "FRA", "UKR", "SPN", "NETH", "TUR", "BEL", "GER", "NOR", "CAN", "DEN", "UK", "GRG", "ISR", "ABH", "RSO"} - Now copy the first 8 Rows like This: {"uh1_main_dam", 0, "uh1_bgs.bmp.dds",false}; {"uh1_main_dam", 2, "uh1_spec.bmp",true}; {"uh1_tail_dam", 0, "uh1_tail_bgs.bmp.dds",false}; {"uh1_tail_dam", 2, "uh1_tail_spec.bmp",true}; {"uh1_main", 0, "uh1_bgs.bmp",false}; {"uh1_main", 2, "uh1_spec.bmp",true}; {"uh1_tail", 0, "uh1_tail_bgs.bmp.dds",false}; {"uh1_tail", 2, "uh1_tail_spec.bmp",true}; - and Change uh1 to civ_uh1 like so: {"civ_uh1_main_dam", 0, "uh1_bgs.bmp.dds",false}; {"civ_uh1_main_dam", 2, "uh1_spec.bmp",true}; {"civ_uh1_tail_dam", 0, "uh1_tail_bgs.bmp.dds",false}; {"civ_uh1_tail_dam", 2, "uh1_tail_spec.bmp",true}; {"civ_uh1_main", 0, "uh1_bgs.bmp",false}; {"civ_uh1_main", 2, "uh1_spec.bmp",true}; {"civ_uh1_tail", 0, "uh1_tail_bgs.bmp.dds",false}; {"civ_uh1_tail", 2, "uh1_tail_spec.bmp",true}; - now Place the new Entrys correctly in the Description.lua File so it looks like this: livery = { {"civ_uh1_main_dam", 0, "uh1_bgs.bmp.dds",false}; {"civ_uh1_main_dam", 2, "uh1_spec.bmp",true}; {"civ_uh1_tail_dam", 0, "uh1_tail_bgs.bmp.dds",false}; {"civ_uh1_tail_dam", 2, "uh1_tail_spec.bmp",true}; {"civ_uh1_main", 0, "uh1_bgs.bmp",false}; {"civ_uh1_main", 2, "uh1_spec.bmp",true}; {"civ_uh1_tail", 0, "uh1_tail_bgs.bmp.dds",false}; {"civ_uh1_tail", 2, "uh1_tail_spec.bmp",true}; {"uh1_main_dam", 0, "uh1_bgs.bmp.dds",false}; {"uh1_main_dam", 2, "uh1_spec.bmp",true}; {"uh1_tail_dam", 0, "uh1_tail_bgs.bmp.dds",false}; {"uh1_tail_dam", 2, "uh1_tail_spec.bmp",true}; {"uh1_main", 0, "uh1_bgs.bmp",false}; {"uh1_main", 2, "uh1_spec.bmp",true}; {"uh1_tail", 0, "uh1_tail_bgs.bmp.dds",false}; {"uh1_tail", 2, "uh1_tail_spec.bmp",true}; {"uh1_weapon", 0, "uh1_weapon.bmp",true}; {"pilot_UH1", 0, "pilot_uh1_bgs.bmp.dds",false}; {"pilot_UH1_helmet", 0, "pilot_uh1_helmet_bgs.bmp.dds",false}; {"pilot_UH1_patch", 0, "pilot_UH1_patch_bgs.tga.dds",false}; {"Gunner_UH1", 0, "gunner_uh1_bgs.bmp.dds",false}; {"uh1_cov", 0, "uh1-cover_bgs.bmp.dds",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}; {"SPH-4B", 0, "gunner_uh1_helmet_bgs.bmp.dds",false}; {"uh1_rotor_alfa", 0, "uh_1_blade_bgs.tga.dds",false}; } countries = {"USA", "RUS", "FRA", "UKR", "SPN", "NETH", "TUR", "BEL", "GER", "NOR", "CAN", "DEN", "UK", "GRG", "ISR", "ABH", "RSO"} Save the File Done :joystick: Edited October 20, 2013 by Lizzard 1 My Specs: I don`t care..it is a Computer..a black one..
Esac_mirmidon Posted September 11, 2013 Posted September 11, 2013 Exactly. This should fix any skin, custom, original, no matter what. Great description. " You must think in russian.." [sIGPIC][/sIGPIC] Windows 7 Home Premium-Intel 2500K OC 4.6-SSD Samsung EVO 860- MSI GTX 1080 - 16G RAM - 1920x1080 27´ Hotas Rhino X-55-MFG Crosswind Rudder Pedals -Track IR 4
Padra Posted September 17, 2013 Posted September 17, 2013 Hey, guys. Help to edit the skin Air America. I can not get it done correctly and purely civilian unarmed. That's what this configuration correct? Please, enlighten a)) livery = { {"civ_uh1_main_dam", 0, "civ_uh1.bmp", true}; {"civ_uh1_main_dam", 2, "civ_uh1_spec.bmp", true}; {"civ_uh1_tail_dam", 0, "civ_uh1_tail.bmp", true}; {"civ_uh1_tail_dam", 2, "civ_uh1_tail_spec.bmp", true}; {"civ_uh1_main", 0, "civ_uh1.bmp", true}; {"civ_uh1_main", 2, "civ_uh1_spec.bmp", true}; {"civ_uh1_tail", 0, "civ_uh1_tail.bmp", true}; {"civ_uh1_tail", 2, "civ_uh1_tail_spec.bmp", true}; {"uh1_main_dam", 0, "uh1_airam.bmp", true}; {"uh1_main_dam", 2, "uh1_airam_spec.bmp", true}; {"uh1_tail_dam", 0, "uh1_tail_airam.bmp", true}; {"uh1_tail_dam", 2, "uh1_tail_airam_spec.bmp", true}; {"uh1_main", 0, "uh1_airam.bmp", true}; {"uh1_main", 2, "uh1_airam_spec.bmp", true}; {"uh1_tail", 0, "uh1_tail_airam.bmp", true}; {"uh1_tail", 2, "uh1_tail_airam_spec.bmp", true}; {"uh1_weapon", 0, "uh1_weapon_blk.bmp", true}; {"pilot_UH1", 0, "pilot_UH1.bmp", true}; {"pilot_UH1_helmet", 0, "pilot_UH1_helmet_B.bmp", true}; {"pilot_UH1_patch", 0, "empty.tga", true}; {"Gunner_UH1", 0, "gunner_UH1.bmp", true}; {"uh1_cov", 0, "uh1_airam_cover.bmp", 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}; } countries = {"USA"} Спасибо за помощь ))
ebabil Posted October 10, 2013 Posted October 10, 2013 i have added these 8 lines to my skin's description but i cannot see them as CIV_UH1 class. can you halp me? FC3 | UH-1 | Mi-8 | A-10C II | F/A-18 | Ka-50 III | F-14 | F-16 | AH-64 | Mi-24 | F-5 | F-15E| F-4| Tornado Persian Gulf | Nevada | Syria | NS-430 | Supercarrier // Wishlist: CH-53 | UH-60 Youtube MS FFB2 - TM Warthog - CH Pro Pedals - Trackir 5
Lizzard Posted October 10, 2013 Author Posted October 10, 2013 i have added these 8 lines to my skin's description but i cannot see them as CIV_UH1 class. can you halp me? uhmm..first Question...what do you mean wit "CIV-UH1 class"?!?! Just assign that Skin to a Huey with the Task "Transport". If that doesen`t work..is the Skin assigned to the Country you want to fly for?! Is it in the right directory (Bazar/Liveries/uh-1h), My Specs: I don`t care..it is a Computer..a black one..
ebabil Posted October 11, 2013 Posted October 11, 2013 That is my bad. I thought slick skins would be seen separate skin on selection menu FC3 | UH-1 | Mi-8 | A-10C II | F/A-18 | Ka-50 III | F-14 | F-16 | AH-64 | Mi-24 | F-5 | F-15E| F-4| Tornado Persian Gulf | Nevada | Syria | NS-430 | Supercarrier // Wishlist: CH-53 | UH-60 Youtube MS FFB2 - TM Warthog - CH Pro Pedals - Trackir 5
SUBS17 Posted October 13, 2013 Posted October 13, 2013 I hope Belsimtek finds the time to fix this soon. [sIGPIC] [/sIGPIC]
Recommended Posts