Alright, I am further now. The thing is, the small digit on the tail is the platoon index, it doesnt show up when you are not in a platoon. So, in order to get it to show ALWAYS, i tried this:
i edited the xml of a german plane (ar65):
[...]
platoon_number
< decal >
< id > 1 < /id >
< texture >vehicles/airplanes/common/decals/digits/Germany/small/DE_01_sml.dds < /texture >
< /decal >
[ ... ]
< decal >
< id > 16 < /id > <- 16 is the one that shows when you are not in a platoon
< texture > vehicles/airplanes/common/decals/digits/blank.dds < /texture >
< /decal >
So i changed the last entry, 16, like that:
vehicles/airplanes/common/decals/digits/Germany/small/blank.dds
I created that path in the mod folder and altered the blank.dds to something else, that should show on the tail now when im not i a plattoon.
However, the tail is still blank.
So is there any other line/declaration i gotta edit? Spaces are for the forums.
Edited by FRED_TMK, 28 December 2013 - 01:38 PM.