arraamis Posted April 7, 2014 Posted April 7, 2014 Has the current release discarded the use of older skin files for the SU-33?? Current version: 1.2.7.23803 No matter what I try, nothing appears to work ..... Here's what I have inside the livery folder's description.lua: livery = { {"texture Su-33-SKIN-L-01.bmp f2 g0", 0, "su-33-skin-l-01.bmp.dds",false}; {"texture SU-33-SKIN-R-01.bmp f2 g0", 0, "su-33-skin-r-01.bmp.dds",false}; {"texture rus-pilot-2.bmp f2 g0",0,"greek-pilot-ru.bmp.dds",false}; {"texture nomera.tga f2 g0",0,"empty.tga",false}; {"texture nomera-red.tga f2 g0",0,"empty.tga",false}; } name = "SU33_Arra" countries = { "RUS", } What I used as a guide: (Thanks to =GR=VAGGOS) http://forums.eagle.ru/showpost.php?p=2029887&postcount=3 For the SU-33 ED still uses the old model from LOC K ON FC1.1 & FC2 (and no SU-27 Skins can't be used on SU-33) The template can be found here http://www.lockonfiles.com/files/file/764-su-33-flanker-x4096-template/ and with some programs such as GIMP or Photoshop you can create your skins.After with a program called DXTBmp you can convert it to DDS format and import it to DCS World. The LUA that will need is the following: livery = { {"texture Su-33-SKIN-L-01.bmp f2 g0", 0, "su-33-skin-l-01.bmp.dds", false}, {"texture SU-33-SKIN-R-01.bmp f2 g0", 0, "su-33-skin-r-01.bmp.dds", false}, {"texture rus-pilot-2.bmp f2 g0",0,"greek-pilot-ru.bmp.dds",false}; {"texture nomera.tga f2 g0",0,"empty.tga",false}; {"texture nomera-red.tga f2 g0",0,"empty.tga",false}; } name = " MY SKIN " countries = { "RUS", } THANKS in advance !!!!!
Flаnker Posted April 7, 2014 Posted April 7, 2014 (edited) Hey. In version 1.2.7 uses a new model Su 33. Here is an example description of the new skin. (DCS_World\Bazar\Liveries\su-33\t-10k-9 test paint scheme\description.lua) livery = { {"su33_tex01", 0 ,"Su33_tex01_t10k9",false}; {"su33_tex01_BN31", 0 ,"Su33_tex01_t10k9",false}; {"su33_tex01_BN31", 3 ,"Su-33_numbers_t10k9",false}; {"su33_tex01_BN32", 0 ,"Su33_tex01_t10k9",false}; {"su33_tex01_BN32", 3 ,"Su-33_numbers_t10k9",false}; {"su33_tex02", 0 ,"Su33_tex02_t10k9",false}; {"su33_tex03", 0 ,"Su33_tex03_t10k9",false}; {"su33_tex04", 0 ,"Su33_tex04_t10k9",false}; {"su33_tex05", 0 ,"Su33_tex05_t10k9",false}; {"su33_tex06", 0 ,"Su33_tex06_t10k9",false}; {"su33_tex06_BN31", 0 ,"Su33_tex06_t10k9",false}; {"su33_tex06_BN31", 3 ,"empty.tga",true}; {"su33_tex06_BN32", 0 ,"Su33_tex06_t10k9",false}; {"su33_tex06_BN32", 3 ,"empty.tga",true}; {"su33_tex07", 0 ,"Su33_tex07",true}; } countries = {"RUS"} Edited April 7, 2014 by Flаnker Мои авиафото
Spanker79 Posted April 7, 2014 Posted April 7, 2014 Flanker is correct..Unfortunately the method i described doesn't work any more(and the skin i've made is uselless :( ) I hope ED will release a template soon... ◈ Lock-On Greece / DCS World Greece http://lockon-greece.forumotion.net/ 1st Hellinic Virtual Squadron for Flaming Cliffs & DCS World ~ Flying since 2008 ~
arraamis Posted April 7, 2014 Author Posted April 7, 2014 Hey. In version 1.2.7 uses a new model Su 33. Here is an example description of the new skin. (DCS_World\Bazar\Liveries\su-33\t-10k-9 test paint scheme\description.lua) Thanks Much!!! Sadly, I figured that was the case, when it stubbornly wouldn't display my skin. I guess I have to take up the long, dreary process of tracing the new skins for a template.:(
Recommended Posts