Your issue is different from cookienoobs.
So i think i figured out why _Lava is put at the end of it.
I am assuming you are working with a seraphim unit?
Because apparantly seraphim tarmacs use a different system than the other ones.
For seraphim the tarmacs get a different suffix to be able to use the correct tarmac for that terrainType.
This suffix is added automatically based on whatever terraintype it is. So thats why _Lava was added.
But this is only the case with seraphim. So other factions work differently. (not 100% sure how
)
And the tarmac you try to use is a UEF one. (only UEF doesn't have UEF in its tarmacs names)
- Code: Select all
Tarmacs/Tar8x_01_albedo
The seraphim equavalent is like this:
- Code: Select all
Tarmacs/Tar8x_seraphim_01_albedo
Using the seraphim varaiant for your seraphim units, should work in theory.
Sources (in your supreme commander fa installation folder):
- gamedata\lua\tarmacs.lua
- gamedata\env\Common\decals\Tarmacs\
(actually in lua.scd and env.scd, but you can unzip them or look inside with 7-zip or similar tools)