Page 1 of 1
Changing modes for custom maps
Posted: Wed Apr 19, 2006 5:38 pm
by darth-jedi
How do you add more units to the conquest mode in exactly the same way as the geonosis offensive map?
I mean more on the field and more reinforcements.
Posted: Wed Apr 19, 2006 11:18 pm
by BF2-Master
darth-jedi posted:
How do you add more units to the conquest mode in exactly the same way as the geonosis offensive map?
I mean more on the field and more reinforcements.
Simple. Go into the luas and go to these lines:
team = ALL
units = 20
reinforcments = 150
soldier = { "all_inf_rifleman",9,25},
And change it to
team = ALL
units = 300
reinforcments = 1500
soldier = { "all_inf_rifleman",20,50},
Posted: Thu Apr 20, 2006 5:41 pm
by darth-jedi
Is it proportianate or something? do the units have to be such an amount smaller than the reinforcements all the time?
Posted: Fri Apr 21, 2006 12:30 pm
by Stager00
No. They are independant of one another.
(-1 as renforcement amount make it unlimited.)
Just play around and find out how many your particular map can handle at one time.
Posted: Fri Apr 21, 2006 6:41 pm
by drummerzoid1
is -1 for units unlimited too?
Posted: Sun Apr 30, 2006 9:38 am
by Talibanman
sorry for bumping, but what does the second number mean?
soldier = { "all_inf_rifleman",9,25}
Posted: Sun Apr 30, 2006 9:53 am
by craggy
is the maximum number of units of that type that will spawn.
Posted: Sun Apr 30, 2006 12:51 pm
by theguarder
9-is minimum
25-maximum
The Game picks any random number between that each game.