Jump to content

Recommended Posts

Posted (edited)

Hi all :) This is my first time doing an AI skin due to lots of requests for an IQAF Su24 skin. Finally I got some time to do it and it's almost done only some few things to add and will be ready tomorrow or after. The reason that I put a thread about it and lots of screenshots it's to show that this Su-24 AI module is REALLY cool and deserve to upgrade it to a flyable module with a cockpit!! Here's lots of screen shots cause I LOVED IT :lol: Cheers all

1.thumb.jpg.4ff875c42caaee2d36cb11c3065ef656.jpg

2.thumb.jpg.0b318919a054184faa5786506a0023a1.jpg

3.thumb.jpg.e154c4d75f485dc240ac7a97ca213d42.jpg

4.thumb.jpg.4d65bcf9595691b4fe6a875946637333.jpg

5.thumb.jpg.aac32bb1281b80c36674c354991df094.jpg

6.thumb.jpg.23c6018e1f8e87f725dc5cbd84ea9bad.jpg

Edited by Timka01
  • Like 2
Posted
very cool skin!

 

the soviet vvs also used some camos paint schemes for the 24, maybe you could made them too?

 

For sure if I'm gonna have the time to do it :)

Posted
many thanks bro, even the mig-21 i never used other skins only yours since the release.

 

Thanks a lot man :thumbup: And thanks also for your help with other stuff :)

Posted (edited)

I think you need something like this in the description file

 

{"F-18C_Tactnumbers", 0, "empty.tga", false},

 

Should like like this I think

 

{"Su-24M_Tactnumbers", 0, "empty.tga", false},

 

your plane instead of the F-18C and place True instead of False unless you have that Empty .tga file in your planes folder then it would be false

 

Hope it helps

Edited by uscstaylor
Posted
I think you need something like this in the description file

 

{"F-18C_Tactnumbers", 0, "empty.tga", false},

 

Should like like this I think

 

{"Su-24M_Tactnumbers", 0, "empty.tga", false},

 

your plane instead of the F-18C and place True instead of False unless you have that Empty .tga file in your planes folder then it would be false

 

Hope it helps

 

Thanks a lot for trying to help...but the problem is where this lua or tga files at? Located? I put my skin in: Bazar/World/Textures/Su-24M *rar*.....there's no other files anywhere :(

  • 3 weeks later...
Posted (edited)

Create a new folder called "Iraq Air Force" inside folder "Bazar/Liveries/su-24m".

Put your DDS files there and create a description.lua file with the following content.

 

BTW: Nice skin. Thank you for sharing :)

 

livery = {
  {"Su_24_KONSOL_L", 0, "Su-24_konsol_L_", false};
  {"Su_24_KONSOL_R", 0, "su-24_konsol_r_", false};
  {"Su_24_f1", 0, "su_24_f1_", false};
  {"Su_24_f1_n", 0, "su_24_f1_", false};
  {"Su_24_f1_n", 3, "empty", true};
  {"Su_24_f1_n_n", 0, "su_24_f1_", false};
  {"Su_24_f1_n_n", 3, "empty", true};
  {"Su_24_f2_f3", 0, "Su_24_f2_f3_", false};
  {"Su_24_kil", 0, "Su-24_kil", false};
  {"Su_24_kil", 3, "empty", true};
  {"Su_24_kil_n", 0, "Su-24_kil", false};
  {"Su_24_kil_n", 3, "empty", true};
  {"Su_24_kil_n_n", 0, "Su-24_kil", false};
  {"Su_24_kil_n_n", 3, "empty", true};
  {"Su_24_vn_konus", 0, "su_24_vn_konus_", false};
}
name = "Iraq Air Force"
--countries = {"RUS","UKR",}

Edited by CHSubZero
Posted

If you like to use it as Su-24MR you just have to use the folder su-24mr instead of su-24m and use the following description.lua:

 

livery = {
  {"Su_24MP_KONSOL_L", 0, "Su-24_konsol_L_", false};
  {"Su_24MP_KONSOL_R", 0, "su-24_konsol_r_", false};
  {"Su_24MP_f1", 0, "su_24_f1_", false};
  {"Su_24MP_f1_n", 0, "su_24_f1_", false};
  {"Su_24MP_f1_n", 3, "empty", true};
  {"Su_24MP_f1_n_n", 0, "su_24_f1_", false};
  {"Su_24MP_f1_n_n", 3, "empty", true};
  {"Su_24MP_f2_f3", 0, "Su_24_f2_f3_", false};
  {"Su_24MP_kil", 0, "Su-24_kil", false};
  {"Su_24MP_kil", 3, "empty", true};
  {"Su_24MP_kil_n", 0, "Su-24_kil", false};
  {"Su_24MP_kil_n", 3, "empty", true};
  {"Su_24MP_kil_n_n", 0, "Su-24_kil", false};
  {"Su_24MP_kil_n_n", 3, "empty", true};
  {"Su_24MP_vn_konus", 0, "su_24_vn_konus_", false};
}
name = "Iraq Air Force"
--countries = {"RUS","UKR",}

Posted
If you like to use it as Su-24MR you just have to use the folder su-24mr instead of su-24m and use the following description.lua:

 

livery = {
  {"Su_24MP_KONSOL_L", 0, "Su-24_konsol_L_", false};
  {"Su_24MP_KONSOL_R", 0, "su-24_konsol_r_", false};
  {"Su_24MP_f1", 0, "su_24_f1_", false};
  {"Su_24MP_f1_n", 0, "su_24_f1_", false};
  {"Su_24MP_f1_n", 3, "empty", true};
  {"Su_24MP_f1_n_n", 0, "su_24_f1_", false};
  {"Su_24MP_f1_n_n", 3, "empty", true};
  {"Su_24MP_f2_f3", 0, "Su_24_f2_f3_", false};
  {"Su_24MP_kil", 0, "Su-24_kil", false};
  {"Su_24MP_kil", 3, "empty", true};
  {"Su_24MP_kil_n", 0, "Su-24_kil", false};
  {"Su_24MP_kil_n", 3, "empty", true};
  {"Su_24MP_kil_n_n", 0, "Su-24_kil", false};
  {"Su_24MP_kil_n_n", 3, "empty", true};
  {"Su_24MP_vn_konus", 0, "su_24_vn_konus_", false};
}
name = "Iraq Air Force"
--countries = {"RUS","UKR",}

Thanks alot really appreciated your help will give it a try to day :thumbup:

  • Recently Browsing   0 members

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