Mesh limit (units)
- paladin MAIK
- Posts: 339
- Joined: Mon Aug 06, 2012 12:31 am
- Location: (Russia)
- Contact:
Mesh limit (units)
How ever can increase the number of soldiers on the map?
- juliocpaes
- Posts: 1263
- Joined: Mon Feb 14, 2011 12:07 am
- Location: Madrigal - Brazil
- Contact:
Re: Mesh limit (units)
512 units is limit of meshs ... if you exceed this number probably will not run the map.paladin MAIK wrote:How ever can increase the number of soldiers on the map?
Re: Mesh limit (units)
There can only be about 400 units visible on the map. You can have a lot of invisible units, so after some enemies die, you can make more units visible as long as the total is still under 400.
To make units invisible you need to double click on them and check the box for invisible. You can use scripting to make them visible when you need them.
Make a Unit Control map action. Either add the units to the "Monsters" parameter or have a "Link" with the map action with the units as "subj". Then add a "Visible Flag" to the Unit Control and set it to "true". This will make all the monsters (which is another word they use to mean units) visible.
So you can have another action activate that one. For example, you can have a Geometry Filter check if any of the player units are near an area. If they are, then you activate the Unit Control to make more enemies visible.
To make units invisible you need to double click on them and check the box for invisible. You can use scripting to make them visible when you need them.
Make a Unit Control map action. Either add the units to the "Monsters" parameter or have a "Link" with the map action with the units as "subj". Then add a "Visible Flag" to the Unit Control and set it to "true". This will make all the monsters (which is another word they use to mean units) visible.
So you can have another action activate that one. For example, you can have a Geometry Filter check if any of the player units are near an area. If they are, then you activate the Unit Control to make more enemies visible.
- paladin MAIK
- Posts: 339
- Joined: Mon Aug 06, 2012 12:31 am
- Location: (Russia)
- Contact:
Re: Mesh limit (units)
Clear. It is a pity that the visible units can only be 400. Just for me, invisible units are inconvenient.