Adding more units!
Moderator: Moderators
-
maxburg96
Adding more units!
Ive created a very simple map and I want to have a buttload of units fighting on it at the same time. Ive edited the proper script files and my reinforcement number goes up properly but there are still only 32 units per side on the battlefield. Im new so any suggestions would be great. Thanks. 
-
xwingguy
myTeamConfig = {
all = {
team = ALL,
units = 32,
reinforcements = -1,
pilot = { "all_inf_pilot",23},
marine = { "all_inf_marine",6},
special = { "all_inf_wookiee", 3},
},
imp = {
team = IMP,
units = 32,
reinforcements = -1,
pilot = { "imp_inf_pilot",20},
marine = { "imp_inf_marine",6},
officer = { "imp_inf_officer", 3},
special = { "imp_inf_dark_trooper", 3},
}
change the bolded numbers
all = {
team = ALL,
units = 32,
reinforcements = -1,
pilot = { "all_inf_pilot",23},
marine = { "all_inf_marine",6},
special = { "all_inf_wookiee", 3},
},
imp = {
team = IMP,
units = 32,
reinforcements = -1,
pilot = { "imp_inf_pilot",20},
marine = { "imp_inf_marine",6},
officer = { "imp_inf_officer", 3},
special = { "imp_inf_dark_trooper", 3},
}
change the bolded numbers
-
maxburg96
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
-
maxburg96
-
PvtParts
- Jedi

- Posts: 1001
- Joined: Mon Apr 03, 2006 9:12 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: plundering yer booty
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
darth-jedi
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
-
PvtParts
- Jedi

- Posts: 1001
- Joined: Mon Apr 03, 2006 9:12 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: plundering yer booty
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
