Do you want a graded invisibility system in BTS? Or such a system for your mod? I took me several hours to see and understand. But as it seems to me it's already in BTS!!! It's just unused.
Don't ask me why...
What can you do? BTS knows two invisibility types - submarine and stealth. And you can make a unit see them both!
And you can create very easy just with XML new invisibility types - perhaps silentsub. And than you can make every unit see the type you want.
- sub and silentsub
- sub and stealth
- sub, silentsub and stealth
and so on... What ever you want!
But how can you do it???? It's so easy as can be.
Change
to
and now your unit will see both types. That's it.

What can you do? BTS knows two invisibility types - submarine and stealth. And you can make a unit see them both!
And you can create very easy just with XML new invisibility types - perhaps silentsub. And than you can make every unit see the type you want.
- sub and silentsub
- sub and stealth
- sub, silentsub and stealth
and so on... What ever you want!
But how can you do it???? It's so easy as can be.
Change
HTML:
<SeeInvisible>INVISIBLE_SUBMARINE</SeeInvisible>
HTML:
<SeeInvisible>INVISIBLE_SUBMARINE,INVISIBLE_STEALTH</SeeInvisible>