ensamvarg, that's very clever. I always forget about those little photoshop tricks.
This is more of a general question, but here goes:
Is there a way to have several skins reference the same files?
I'm working up the skins for my vVF, and we are going to have a lot of skins.
We have two aircrews, plus occasionally we'll fly as a 4 ship with JESTER.
What that means is we end up with 2+ GB of .dds files, most of which are exact replicas of the files for the other skins, specifically everything but EXT_01 and EXT_02, and the helmets.
So What I'd really like to do is have a folder with all of the dds files in it, and load from that for each skin.
I know how to use a subdirectory, but that won't really work for me in this case as the directory the dds files would be would not be a subdirectory of the folder with the description.lua, but rather in the same directory.
Man I hope that made sense lol.