sourboy Awakening... Joined Nov 25, 2001 Messages 5,560 Location Minnesota Aug 23, 2007 #1 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!
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!
Dale Mohawk Games Developer Joined Mar 14, 2002 Messages 7,757 Aug 23, 2007 #2 In the SDK: CvSelectionGroup::joinGroup(). Just put in a check for how many in target group and return false if it's too big.
In the SDK: CvSelectionGroup::joinGroup(). Just put in a check for how many in target group and return false if it's too big.
sourboy Awakening... Joined Nov 25, 2001 Messages 5,560 Location Minnesota Aug 24, 2007 #3 thanks, what's the actual code on that or is it already there where I'd edit the parameters?
Jeckel Great Reverend Joined Nov 16, 2005 Messages 1,637 Location Peoria, IL Aug 25, 2007 #4 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.
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.