Page 1 of 1

'Incorporeal' unitdef tag

Posted: 02 Dec 2009, 06:29
by MidKnight
I am requesting a tag that will allow a unit to pass through other units. There is a unitdef tag that allows submarines to pass through ships, so implementing this shouldn't be too hard. If someone is willing to go ABCD, the ability to select certain categories the unit can pass through, so that, say, ghost soldiers would be able to go through mobile units but not walls. Some lua methods (GetUnitIncorporealState(), SetUnitIncorporealState) would be cool, too.

We need this functionality so that we can fix some bugs and implement some really cool stuff. Its addition would be welcome.

Re: 'Incorporeal' unitdef tag

Posted: 02 Dec 2009, 06:32
by Argh
+1, this would have a lot of uses.

Re: 'Incorporeal' unitdef tag

Posted: 02 Dec 2009, 09:39
by CarRepairer

Re: 'Incorporeal' unitdef tag

Posted: 02 Dec 2009, 17:07
by KDR_11k
You know, overall I'd rather have that as a set callout in Lua.

Re: 'Incorporeal' unitdef tag

Posted: 02 Dec 2009, 21:11
by smoth
+1 to lua for this.