Jump to content

Re-skinning from the official B52G template. Nothing but errors...


Scottyd

Recommended Posts

Hi all, so I have been trying to create some basic reskins from the DCS template by turning off and on certain layers to change the tail/unit designations and resave and export the files to put into their individual livery folders. So I created the 4 units 69th, 93rd, 96th and 343rd; I also used model viewer 2 to create a basic LUA file for each folder/texture but only the first folder/livery for the 69th showed up and this livery still wont let me turn off the default markings (still with the new ones underneath). I have been watching tutorials for skinning but I cannot find anything covering how to write the description.lua file to turn off the defaults.

 

So here is what the model viewer created:

livery = {
    {"texture B-52_Okras.bmp f2 g0",    DIFFUSE            ,    "B-52_Okras", false};
    {"texture b-52_okras.bmp f2050 g0",    DIFFUSE            ,    "B-52_Okras", false};
    {"texture parashut.tga f2 g0",    DIFFUSE            ,    "parashut", false}; 
    {"texture LONGER-DAMAG.bmp f2 g0",    DIFFUSE            ,    "LONGER-DAMAG", false};
    {"texture USAF.tga f2 g0",    DIFFUSE            ,    "USAF", false};
    {"texture c130-fon+flag.bmp f2 g0",    DIFFUSE            ,    "c130-fon+flag", false};
    {"texture nomera.tga f2 g0",    DIFFUSE            ,    "nomera", false};
    {"texture BANO.tga f0 g0",    DIFFUSE            ,    "BANO", false};
    {"texture BANO.tga f0 g0",    SELF_ILLUMINATION    ,    "BANO", false};
    {"texture DAMAGE_All.tga f2 g0",    DIFFUSE            ,    "DAMAGE_All", false};
    {"texture DAMAGE_All.tga f2050 g0",    DIFFUSE            ,    "DAMAGE_All", false};
    {"texture HOLES_All.tga f2 g0",    DIFFUSE            ,    "HOLES_All", false};
}
 I changed all but the first two false arguments to true and it picks up the new texture but still won't turn off the default markings.  

Is this template just too old for 2.5 or am I just doing it all wrong? Any help is very much appreciated. Cheers, Scotty.

Clip.jpg

Clip_2.jpg

Clip_4.jpg

Intel Core i7-8700K 3.70 GHz 6-core 12-thread | Gigabyte Z370 AORUS Ultra Gaming-CF - Intel Chipset | NVIDIA GeForce GTX 1080 OC 8GB) | Corsair Vengeance LPX 32GB (2x 16GB) DDR4 3200MHz |

Link to comment
Share on other sites

I'd recommend reaching out to Easypeac3. He's done quite a few skin reworks on AI Assets including the Buffs...

https://tinyurl.com/yc9u4zon

 

[sIGPIC][/sIGPIC]

Primary Computer

ASUS Z390-P, i7-9700K CPU @ 5.0Ghz, 32GB Patriot Viper Steel DDR4 @ 3200Mhz, ZOTAC GeForce 1070 Ti AMP Extreme, Samsung 970 EVO M.2 NVMe drives (1Tb & 500 Gb), Windows 10 Professional, Thrustmaster Warthog HOTAS, Thrustmaster Warthog Stick, Thrustmaster Cougar Throttle, Cougar MFDs x3, Saitek Combat Rudder Pedals and TrackIR 5.

 

-={TAC}=-DCS Server

Gigabyte GA-Z68XP-UD3, i7-3770K CPU @ 3.90GHz, 32GB G.SKILL Ripjaws DDR3 @ 1600Mhz, ZOTAC GeForce® GTX 970.

Link to comment
Share on other sites

For turning off default markings you should use the official empty.dds (invisible) texture at : nomera, c130-fon+flag and USAF lines - with true "syntax"
4xmpl: 
 {"texture USAF.tga f2 g0",                    DIFFUSE            ,    "empty", true};
 {"texture c130-fon+flag.bmp f2 g0",    DIFFUSE           ,     "empty", true};
 {"texture nomera.tga f2 g0",                 DIFFUSE            ,     "empty", true};


Edited by NRG-Vampire

sign-pic4.jpg

Link to comment
Share on other sites

  • Recently Browsing   0 members

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