Changing modes for custom maps

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
darth-jedi

Changing modes for custom maps

Post 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.
BF2-Master
Captain
Captain
Posts: 469
Joined: Thu Mar 02, 2006 7:08 pm

Post 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},
darth-jedi

Post by darth-jedi »

Is it proportianate or something? do the units have to be such an amount smaller than the reinforcements all the time?
Stager00

Post 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.
drummerzoid1

Post by drummerzoid1 »

is -1 for units unlimited too?
Talibanman

Post by Talibanman »

sorry for bumping, but what does the second number mean?
soldier = { "all_inf_rifleman",9,25}
craggy

Post by craggy »

is the maximum number of units of that type that will spawn.
theguarder

Post by theguarder »

9-is minimum
25-maximum

The Game picks any random number between that each game.
Post Reply