Page 1 of 1
Re: max units?
Posted: Sat Apr 04, 2009 3:25 am
by yukisuna
how do you set the max units out on the field?
oh, sorry, i meant max units like the clone commander. it is max units 4.
and, how to use the animations of for excample hansolo's basepose?
oh, thanks.
Re: max units?
Posted: Sat Apr 04, 2009 5:23 am
by lucasfart
Re: max units?
Posted: Sat Apr 04, 2009 5:31 am
by -_-
Don't double post, use the edit button.
Re: max units?
Posted: Sat Apr 04, 2009 12:33 pm
by kinetosimpetus
yukisuna wrote:oh, sorry, i meant max units like the clone commander. it is max units 4.
find the lua for the game mode and change
Hidden/Spoiler:
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_rifleman",9, 25},
assault = { "rep_inf_ep3_rocketeer",1, 4},
engineer = { "rep_inf_ep3_engineer",1, 4},
sniper = { "rep_inf_ep3_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep3_jettrooper",1, 4},
Re: max units?
Posted: Sat Apr 04, 2009 1:31 pm
by JawaTrooper
kinetosimpetus wrote:yukisuna wrote:oh, sorry, i meant max units like the clone commander. it is max units 4.
find the lua for the game mode and change
Hidden/Spoiler:
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_rifleman",9, 25},
assault = { "rep_inf_ep3_rocketeer",1, 4},
engineer = { "rep_inf_ep3_engineer",1, 4},
sniper = { "rep_inf_ep3_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep3_jettrooper",1, 4},
Yeah, thats what i did, it works every time