Jump to content

Transfer livery from the A to the G?


AvgeekJoe

Recommended Posts

Hey, how do I transfer liveries - say Polish liveries - from the A to the G, especially as the Poles got a lot of G transfers and I want the G cockpit?


Also maybe from the A to the C/S variant please?

 

Thanks as I tried last night and couldn't figure it out.

Link to comment
Share on other sites

1 hour ago, AeriaGloria said:

A to G I can see. But S has a couple different 3D model differences, namely the different spine, where the livery won’t work without changes


Yes, correct, A and G can share the same liveries, in fact I use a hard link (created with windows command mklink /j) so that both MiG-29 variants use the same folder for the custom liveries, so to not duplicate them and waste disk space. The S requires its own liveries.

  • Like 1
  • Thanks 1

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

10 hours ago, Rudel_chw said:


Yes, correct, A and G can share the same liveries, in fact I use a hard link (created with windows command mklink /j) so that both MiG-29 variants use the same folder for the custom liveries, so to not duplicate them and waste disk space. The S requires its own liveries.

Thanks, can you plz share how you use the hard link?  

🙂

11 hours ago, AeriaGloria said:

A to G I can see. But S has a couple different 3D model differences, namely the different spine, where the livery won’t work without changes

Copy.  Considering the fact the Poles got all the G-model MiG-29s; they probably should have its avionics and cockpit.  Some other country also may be getting the Polish Gs...

Link to comment
Share on other sites

9 minutes ago, AvgeekJoe said:

Thanks, can you plz share how you use the hard link?  


here is a tutorial:

 

https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/

 

use the mklink /J variant.

  • Thanks 1

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

  • 1 year later...
18 minutes ago, 303_Tees said:

Hi try to copy skins from A to G but it`s not working for me i can select copied skin but its not loaded into model any idea?

 

The G and A liveries are no longer interchangeable, the Mig-29G model now has different skin element names than the MiG-29A.

  • Like 1

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

38 minutes ago, 303_Tees said:

Thanks any idea how to convert it??

 

No sorry, I only know how to use the liveries, not how to create or modify them 😞

 

  • Thanks 1

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600X - 32 GB DDR4 2400 - nVidia GTX1070ti - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar - Oculus Rift CV1

Mobile: iPad Pro 12.9" of 256 GB

Link to comment
Share on other sites

  • 2 weeks later...

If somebody would want to convert livery from A to G here is the way based on my example:
 

You have such lines in decription.lua of your livery:

livery = {
	{"mig29_tex1", 0 ,"mig-29_tex01_pol",false};
	{"mig29_tex2", 0 ,"mig-29_tex02_pol",false};
	{"mig29_tex3", 0 ,"mig-29_tex03_pol",false};
	{"mig29_tex4", 0 ,"mig-29_tex04_pol",false};
	{"mig29_tex5", 0 ,"mig-29_tex05_pol",false};
	{"mig29_tex5_BN31", 0 ,"mig-29_tex05_pol",false};
	{"mig29_tex5_BN31", 3 ,"mig-29_numbers_pol",false};
	{"mig29_tex5_BN32", 0 ,"mig-29_tex05_pol",false};
	{"mig29_tex5_BN32", 3 ,"mig-29_numbers_pol",false};
	{"mig29_tex6", 0 ,"mig-29_tex06_pol",false};
	{"mig29_tex7", 0 ,"mig-29_tex07_pol",false};
	{"mig29_tex8", 0 ,"mig-29_tex08_pol",false};
	{"mig29_metal", 0 ,"mig-29_metal",false};
	{"mig29_nose", 0 ,"mig-29_nose_pol",false};
	{"mig29_nose_BN31", 0 ,"mig-29_nose_pol",false};
	{"mig29_nose_BN31", 3 ,"empty",true};
	{"mig29_nose_BN32", 0 ,"mig-29_nose_pol",false};
	{"mig29_nose_BN32", 3 ,"empty",true};
	{"pilot_mig29_body", 0 ,"pilot_MiG",false};
	{"mig29_metal", 0 ,"mig-29_metal",false};
	{"su27_k36", 0, "su-27_k36_59", false};
        {"mig29_parachute", 0, "parachute_paint", false};

 You need to replace major 'mig29' lines for 'mig29g' as below:

livery = {
	{"mig29g_tex1", 0 ,"mig-29_tex01_pol",false};
	{"mig29g_tex2", 0 ,"mig-29_tex02_pol",false};
	{"mig29g_tex3", 0 ,"mig-29_tex03_pol",false};
	{"mig29g_tex4", 0 ,"mig-29_tex04_pol",false};
	{"mig29g_tex5", 0 ,"mig-29_tex05_pol",false};
	{"mig29g_tex5_BN31", 0 ,"mig-29_tex05_pol",false};
	{"mig29g_tex5_BN31", 3 ,"mig-29_numbers_pol",false};
	{"mig29g_tex5_BN32", 0 ,"mig-29_tex05_pol",false};
	{"mig29_tex5_BN32", 3 ,"mig-29_numbers_pol",false};
	{"mig29g_tex6", 0 ,"mig-29_tex06_pol",false};
	{"mig29g_tex7", 0 ,"mig-29_tex07_pol",false};
	{"mig29g_tex8", 0 ,"mig-29_tex08_pol",false};
	{"mig29g_metal", 0 ,"mig-29_metal",false};
	{"mig29g_nose", 0 ,"mig-29_nose_pol",false};
	{"mig29g_nose_BN31", 0 ,"mig-29_nose_pol",false};
	{"mig29g_nose_BN31", 3 ,"empty",true};
	{"mig29g_nose_BN32", 0 ,"mig-29_nose_pol",false};
	{"mig29g_nose_BN32", 3 ,"empty",true};
	{"pilot_mig29_body", 0 ,"pilot_MiG",false};
	{"mig29_metal", 0 ,"mig-29_metal",false};
	{"su27_k36", 0, "su-27_k36_59", false};
        {"mig29_parachute", 0, "parachute_paint", false};

 

I don't know why ED changed it lately - just a month earlier there wasn't a need to change anything.

 

 

  • Thanks 1
Link to comment
Share on other sites

7 hours ago, Mateo said:

You need to replace major 'mig29' lines for 'mig29g' as below:

But you left some, is it correct?

🖥️ Win10  i7-10700KF  32GB  RTX3060   🥽 Rift S   🕹️ T16000M  TWCS  TFRP   ✈️ FC3  F-14A/B  F-15E   ⚙️ CA   🚢 SC   🌐 NTTR  PG  Syria

Link to comment
Share on other sites

  • Recently Browsing   0 members

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