Page 1 of 1
More units
Posted: Thu Oct 23, 2008 4:58 pm
by Grymm
Is it possible to have more than the max number of units allowed? For example, is there a way make it so that everyone can play as a jettrooper if they want even though the max limit is 4? I know this is possible because there can be like 8 AI jetty's
Re: More units
Posted: Thu Oct 23, 2008 5:01 pm
by Xavious
In this line of the lua:
Code: Select all
special = { "rep_inf_ep3_jettrooper",1, 4},
The first number represents the minimum of that unit, and the second number is the max. In this case, just change the 4 to whatever you want the max to be.
Re: More units
Posted: Thu Oct 23, 2008 11:18 pm
by Grymm
What happens if you set the min to 0?
Re: More units
Posted: Thu Oct 23, 2008 11:25 pm
by Deviss
Grymm wrote:What happens if you set the min to 0?
happen than can appear this unit or not, if you put min 1 appear 1 unit min of this soldier
what did you do on the lua file? add more units or add a third side??