How can i make that there are more units on the battlefield?
thanks for help
Moderator: Moderators

There is as you should see:SetupTeams{
all = {
team = ALL,
units = 20,
reinforcements = 150,
soldier = { "orep_inf_rifleman",9, 25},
assault = { "orep_inf_rocketeer",1,4},
engineer = { "orep_inf_engineer",1,4},
sniper = { "orep_inf_sniper",1,4},
officer = { "orep_inf_officer",1,4},
special = { "orep_inf_merc",1,4},
Change that to say... 40 However, do you also see:units = 20,
As you can see, there are two numbers after the unit name, the first one, is the minimum number of AI that will spawn as that unit type.soldier = { "orep_inf_rifleman",9, 25},


Code: Select all
SetUberMode(1);
ReadDataFile("ingame.lvl")
-- REP Attacking (attacker is always #1)
local REP = 1
local CIS = 2