Are the different numbered pallets you can assign separated by size of the pallets? The cargo doors I am assigning pallets is too small for the pallets being called. I want small pallets is there a way to do this thanks?
Easy. Go to AppData/roaming/virtuali/airplanes and look for the specific aircraft you are editing. In the ULD code section, enter the code for the type of pallet you want. The types of pallets and their codes can be found in the GSX manual. See the example below from a 747-8
//////////////////////////////////////////////////////////////////////////////////////////////////
[cargo1]
pos = 2.01 20.48 -1.02 0.00
code = (L:7X7XforwardcargoDoor,number) 990 >=
name = FWD Cargo
embeddedStair = 0
uldcode = AKC,AKE,ALP
[cargo2]
pos = 2.01 -16.98 -1.01 0.00
code = (L:7X7XaftcargoDoor,number) 990 >=
name = AFT Cargo
embeddedStair = 0
uldcode = AKC,AKE,ALP
[cargomain]
remove = 1
//////////////////////////////////////////////////////////////////////////////////////////////////