See how there are four hidden="true" materials? Set the hidden to false and you have four more. When you resave the file, there will be four more hidden slots.
@TRD At the bottom of the aircraft's XML file, you should see a list of color attributes that look something like this: <Material color="808080" r="0.3" m="0" s="1" e="0" />. I would assume that simply adding another one of these would work (but I'm not guaranteeing that it will).
@PlaneFlightX Sweet. Will check out!
See how there are four hidden="true" materials? Set the hidden to false and you have four more. When you resave the file, there will be four more hidden slots.
@TRD I'm not entirely sure. You might try experimenting with the numbers to see what it actually does.
What would the values in r= be?
@TheFlightGuySP I'll try and see.
@TRD At the bottom of the aircraft's XML file, you should see a list of color attributes that look something like this: <Material color="808080" r="0.3" m="0" s="1" e="0" />. I would assume that simply adding another one of these would work (but I'm not guaranteeing that it will).
@TheFlightGuySP I'm willing to do that, I know how to edit XML. But, where do I add extra color channels?
If it's even possible, you would probably have to edit the aircraft's XML file directly.