Unit Stack Limits

sourboy

Awakening...
Joined
Nov 25, 2001
Messages
5,560
Location
Minnesota
How does one adjust BTS so that there's a limit to the maximum number of units in a unit stack?

Guide link or instructions appreciated!
 
In the SDK: CvSelectionGroup::joinGroup().

Just put in a check for how many in target group and return false if it's too big.
 
thanks, what's the actual code on that or is it already there where I'd edit the parameters?
 
For those interested, here is a python comp that allows you to limit the max number of units that can be in a tile at one time. :)
 
Top Bottom