Compress all the standard DDS files (file -a to -L) in to bazard/world/textures/A-10.zip file.
For each custom paint job you have to have an individual folder in bazar/liveries/A-10C
so:
Player 1 folder
Player 2 folder
etc...
In each folder all the custom paint jobs for each pilot has to be put in theyre folder.
So, in each liveries folder there should be:
Custom nose art .DDS file
Custom .lua file
In the .lua file the DDS file for the pilot (usually just file -a) has to be set to [FALSE].
False indicates that the DDS file should be loaded from the liveries location.
All the other DDS files should be set to [TRUE] (usually DDS -b to -L).
True indicates that the .DDS files should be loaded from the A-10.zip file.
Good luck.
Example from one of mine:
livery = {
{"A-10C_PAINT_1-a", 0 ,"A-10C_138greenTaproot_1-a",false};
{"A-10C_PAINT_1-b", 0 ,"a-10c_138green_F-b",true};
{"A-10C_PAINT_1-c", 0 ,"a-10c_138green_F-c",true};
{"A-10C_PAINT_1-d", 0 ,"a-10c_138green_F-d",true};
{"A-10C_PAINT_1-e", 0 ,"a-10c_138green_F-e",true};
{"A-10C_PAINT_1-f", 0 ,"a-10c_138green_F-f",true};
{"A-10C_PAINT_1-g", 0 ,"a-10c_138green_F-g",true};
{"A-10C_PAINT_1-h", 0 ,"a-10c_138green_F-h",true};
{"A-10C_PAINT_1-i", 0 ,"a-10c_138green_F-i",true};
{"A-10C_PAINT_1-j", 0 ,"a-10c_138green_F-j",true};
{"A-10C_PAINT_1-k", 0 ,"a-10c_138green_F-k",true};
{"A-10C_PAINT_1-L", 0 ,"a-10c_138green_F-l",true};
{"A-10_Number", 0 ,"TactNumbers-USAF-Light_black.tga",true};
{"A-10_Number_Noze_F", 0 ,"TactNumbers-USAF-Light_black.tga",true};
{"A-10_Number_Noze_T", 0 ,"TactNumbers-USAF-Light_black.tga",true};
{"A-10_Number_Wheel", 0 ,"TactNumbers-USAF-Light_black.tga",true};
}
countries = {"GER", "GRG", "NOR", "RUS", "UKR", "USA", "TUR", "UK", "NETH", "BEL", "DEN"}
Result: