Page 1 of 1

Max Amount Of Units Per Map?

Posted: Fri Jul 28, 2017 8:45 pm
by modmaster13
Hello, is there a limit to how many units can be on a map? I would like to get something like XL amounts of units, because the map I'm making has a bunch of vehicles on it.

Re: Max Amount Of Units Per Map?

Posted: Sat Jul 29, 2017 2:23 am
by ARCTroopaNate
If you add the line isubermode to the lua you can have a couple hundred AI I think before issues start to arise, you can find the line of code you need in the stock xl scripts.

Re: Max Amount Of Units Per Map?

Posted: Sat Jul 29, 2017 12:13 pm
by modmaster13
So went into the Hoth XL script and grabbed SetUberMode(1);, where in my BF1 script should I place this line of text?

Re: Max Amount Of Units Per Map?

Posted: Sat Jul 29, 2017 12:13 pm
by giftheck
SWBF1 does not have Uber Mode and there is no IsUberMode LUA line in the game from what I know.

Re: Max Amount Of Units Per Map?

Posted: Sat Jul 29, 2017 1:08 pm
by modmaster13
So is it impossible to have more than 32 units?

Re: Max Amount Of Units Per Map?

Posted: Sat Jul 29, 2017 1:22 pm
by giftheck
modmaster13 wrote:So is it impossible to have more than 32 units?
I've never tested anything more, but I would assume that to be the case, yes.