Jump to content

No swastika on Malers skin


LcSummers

Recommended Posts

Hi JST,

 

first of all thanks for you help:) I am testing them in 1.5.3.

 

I fixed some of them:

 

1,all batch 3xxx

2,Bf-109 K4 IIJG52

3,Bf-109 K4 IIIJG27.

 

The other ones i have to test

but for sure these are not working for me:

 

Bf-109 K4 9.JG27 (W10+I)

Bf-109 K4 Jagdgeschwader 53

 

I will update them:

 

The new lua file: THIS IS NOT WORKING FOR ME

 

-- By Maler

livery = {

{"Bf-109K-4_main", 0 ,"Bf-109K-4_DIF_JG53",false};

{"Bf-109K-4_main", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_main", 2 ,"Bf-109K-4_spec_JG53",false};

 

{"Bf-109K-4_BORT_NUMBER_0", 0 ,"Bf-109K-4_DIF_JG53",false};

{"Bf-109K-4_BORT_NUMBER_0", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_0", 2 ,"Bf-109K-4_spec_JG53",false};

{"Bf-109K-4_BORT_NUMBER_0", DECAL ,"Bf-109K-4_bort_number_JG53",false};

 

 

{"Bf-109K-4_BORT_NUMBER_1", 0 ,"Bf-109K-4_DIF_JG53",false};

{"Bf-109K-4_BORT_NUMBER_1", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_1", 2 ,"Bf-109K-4_spec_JG53",false};

{"Bf-109K-4_BORT_NUMBER_1", DECAL ,"Bf-109K-4_bort_number_JG53",false};

 

 

{"Bf-109K-4_KIL_CROSS", 0 ,"Bf-109K-4_DIF_JG53",false};

{"Bf-109K-4_KIL_CROSS", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_KIL_CROSS", 2 ,"Bf-109K-4_spec_JG53",false};

{"Bf-109K-4_KIL_CROSS", DECAL ,"empty",true};

 

 

 

}

name = " Jagdgeschwader 53"

countries = {"GER"}

 

 

What has changed is a new

 

Bf-109K-4_spec_JG53 texture and aa new BUMP texture.

 

I have put into the folder the

Bf-109K-4_CROSS dds file.

Tried to change some lua files for example kill cross true or false etc. Lokked at your files etc but no luck.

 

On some they are working on some they dont.

 

This one is working, the above not but for me they are the same:

 

livery = {

{"Bf-109K-4_main", 0 ,"Bf-109K-4_DIF_334",false};

{"Bf-109K-4_main", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_main", 2 ,"Bf-109K-4_spec_334",false};

 

{"Bf-109K-4_BORT_NUMBER_0", 0 ,"Bf-109K-4_DIF_334",false};

{"Bf-109K-4_BORT_NUMBER_0", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_0", 2 ,"Bf-109K-4_spec_334",false};

{"Bf-109K-4_BORT_NUMBER_0", DECAL ,"Bf-109K-4_bort_number_batch",true};

 

 

{"Bf-109K-4_BORT_NUMBER_1", 0 ,"Bf-109K-4_DIF_334",false};

{"Bf-109K-4_BORT_NUMBER_1", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_1", 2 ,"Bf-109K-4_spec_334",false};

{"Bf-109K-4_BORT_NUMBER_1", DECAL ,"Bf-109K-4_bort_number_batch",true};

 

 

{"Bf-109K-4_KIL_CROSS", 0 ,"Bf-109K-4_DIF_334",false};

{"Bf-109K-4_KIL_CROSS", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_KIL_CROSS", 2 ,"Bf-109K-4_spec_334",false};

{"Bf-109K-4_KIL_CROSS", DECAL ,"Bf-109K-4_CROSS",true};

 

}

name = "334xxx batch"

countries = {"GER"}

 

I will update wich one is working for me and wich do not.

 

 

Thanks again for helping me and sharing your time

 

 

LC

Link to comment
Share on other sites

The skin you say is not working has swastika turned off?

 

{"Bf-109K-4_KIL_CROSS", DECAL ,"empty",true};

Is basically the line you should look into.

 

Quote from my template topic below:

 

Swastika enabled in custom files

 

Third group, last line: {"Bf-109K-4_KIL_CROSS", DECAL ,"bf-109k-4_cross",false};

- bf-109k-4_cross is the default filename, you can assign it as you wish, as long as it matches the actual filename inside the skinfolder.

- Replace false with true to use default gamefiles

 

No swastika

 

Third group, last line: {"Bf-109K-4_KIL_CROSS", DECAL ,"empty",true};

- Replacing true with false will result in a "missing texture"

My skins/liveries for Fw 190 D-9 and Bf 109 K-4:

My blog or Forums.

Open for requests as well.

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

Hi JST,

 

 

yes both are on true!!!

 

My tests were in 1.5.3, Bf 109K COLD start Instant action.

 

I opened them up with the mission editor

 

These are not working:

 

JG53

9/JG77

III/JG27

Jagdgeschwader77

Stab JG52

 

 

This is the lua file from batch 335 wich is working

 

livery = {

{"Bf-109K-4_main", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_main", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_main", 2 ,"Bf-109K-4_spec_335",false};

 

{"Bf-109K-4_BORT_NUMBER_0", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_BORT_NUMBER_0", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_0", 2 ,"Bf-109K-4_spec_335",false};

{"Bf-109K-4_BORT_NUMBER_0", DECAL ,"Bf-109K-4_bort_number_batch",true};

 

{"Bf-109K-4_BORT_NUMBER_1", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_BORT_NUMBER_1", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_1", 2 ,"Bf-109K-4_spec_335",false};

{"Bf-109K-4_BORT_NUMBER_1", DECAL ,"Bf-109K-4_bort_number_batch",true};

 

{"Bf-109K-4_KIL_CROSS", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_KIL_CROSS", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_KIL_CROSS", 2 ,"Bf-109K-4_spec_335",false};

{"Bf-109K-4_KIL_CROSS", DECAL ,"Bf-109K-4_CROSS",true};

}

name = "335xxx batch"

countries = {"GER"}

 

AND THIS IS FROM Jagdgeschwader 77. This does not work

 

livery = {

{"Bf-109K-4_main", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_main", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_main", 2 ,"Bf-109K-4_spec_JG77",false};

 

{"Bf-109K-4_BORT_NUMBER_0", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_BORT_NUMBER_0", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_0", 2 ,"Bf-109K-4_spec_JG77",false};

{"Bf-109K-4_BORT_NUMBER_0", DECAL ,"Bf-109K-4_bort_number_JG77",false};

 

{"Bf-109K-4_BORT_NUMBER_1", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_BORT_NUMBER_1", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_1", 2 ,"Bf-109K-4_spec_JG77",false};

{"Bf-109K-4_BORT_NUMBER_1", DECAL ,"Bf-109K-4_bort_number_JG77",false};

 

{"Bf-109K-4_KIL_CROSS", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_KIL_CROSS", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_KIL_CROSS", 2 ,"Bf-109K-4_spec_JG77",false};

{"Bf-109K-4_KIL_CROSS", DECAL ,"empty",true};

}

name = "Jagdgeschwader 77"

countries = {"GER"}

 

 

The full name of Malers skins begin with

 

Bf-109 K4 Jagdgeschwader 77 (windows folder)

 

This is strange

Link to comment
Share on other sites

I put the important parts into bold. "true" and "false" are rather irrelevant, as "empty" always means no texture is being loaded.

 

Hi JST,

 

yes both are on true!!!

 

My tests were in 1.5.3, Bf 109K COLD start Instant action.

 

I opened them up with the mission editor

 

These are not working:

 

JG53

9/JG77

III/JG27

Jagdgeschwader77

Stab JG52

 

 

This is the lua file from batch 335 wich is working

 

livery = {

{"Bf-109K-4_main", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_main", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_main", 2 ,"Bf-109K-4_spec_335",false};

 

{"Bf-109K-4_BORT_NUMBER_0", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_BORT_NUMBER_0", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_0", 2 ,"Bf-109K-4_spec_335",false};

{"Bf-109K-4_BORT_NUMBER_0", DECAL ,"Bf-109K-4_bort_number_batch",true};

 

{"Bf-109K-4_BORT_NUMBER_1", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_BORT_NUMBER_1", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_1", 2 ,"Bf-109K-4_spec_335",false};

{"Bf-109K-4_BORT_NUMBER_1", DECAL ,"Bf-109K-4_bort_number_batch",true};

 

{"Bf-109K-4_KIL_CROSS", 0 ,"Bf-109K-4_DIF_335",false};

{"Bf-109K-4_KIL_CROSS", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_KIL_CROSS", 2 ,"Bf-109K-4_spec_335",false};

{"Bf-109K-4_KIL_CROSS", DECAL ,"Bf-109K-4_CROSS",true};

}

name = "335xxx batch"

countries = {"GER"}

 

AND THIS IS FROM Jagdgeschwader 77. This does not work

 

livery = {

{"Bf-109K-4_main", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_main", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_main", 2 ,"Bf-109K-4_spec_JG77",false};

 

{"Bf-109K-4_BORT_NUMBER_0", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_BORT_NUMBER_0", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_0", 2 ,"Bf-109K-4_spec_JG77",false};

{"Bf-109K-4_BORT_NUMBER_0", DECAL ,"Bf-109K-4_bort_number_JG77",false};

 

{"Bf-109K-4_BORT_NUMBER_1", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_BORT_NUMBER_1", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_BORT_NUMBER_1", 2 ,"Bf-109K-4_spec_JG77",false};

{"Bf-109K-4_BORT_NUMBER_1", DECAL ,"Bf-109K-4_bort_number_JG77",false};

 

{"Bf-109K-4_KIL_CROSS", 0 ,"Bf-109K-4_DIF_JG77",false};

{"Bf-109K-4_KIL_CROSS", 1 ,"Bf-109K-4_Bump",true};

{"Bf-109K-4_KIL_CROSS", 2 ,"Bf-109K-4_spec_JG77",false};

{"Bf-109K-4_KIL_CROSS", DECAL ,"empty",true};

}

name = "Jagdgeschwader 77"

countries = {"GER"}

 

 

The full name of Malers skins begin with

 

Bf-109 K4 Jagdgeschwader 77 (windows folder)

 

This is strange

My skins/liveries for Fw 190 D-9 and Bf 109 K-4:

My blog or Forums.

Open for requests as well.

[sIGPIC][/sIGPIC]

Link to comment
Share on other sites

I am an idiot!!!

 

Sorry for waisting your time, i should have known it but forgot it.

 

I am so a dumba..

 

THANKS mate:thumbup:

 

I forgot toc heck those files. Now they are working again.

 

Salut my friend


Edited by LcSummers
Link to comment
Share on other sites

I made this mod for 109 and Dora in 1.5.3 as JSGME compatible files.

 

I uploaded the files in this post:

http://forums.eagle.ru/showpost.php?p=2718270&postcount=3

System specs:

 

Gigabyte Aorus Master, i7 9700K@std, GTX 1080TI OC, 32 GB 3000 MHz RAM, NVMe M.2 SSD, Oculus Quest VR (2x1600x1440)

Warthog HOTAS w/150mm extension, Slaw pedals, Gametrix Jetseat, TrackIR for monitor use

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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