Page 1 of 1
How can i change the units
Posted: Sat Jan 01, 2011 12:43 pm
by Noobi-Wan
My problem is: i wanted to create a mod for the standard Geonosis
-i have all classes i want, but now i want there are no bots on one side
-how can i make this in a standardmap...??
please help me...and a happy new year
Re: How can i change the units
Posted: Sat Jan 01, 2011 12:50 pm
by Anakin
i don't understand your problem.
you made a new map
made this like the standard Geonosis map
and now you want your own Units??
Re: How can i change the units
Posted: Sat Jan 01, 2011 12:59 pm
by acryptozoo
i think he means that the bots wont spawn ?
Re: How can i change the units
Posted: Sat Jan 01, 2011 1:05 pm
by Noobi-Wan
sorry for my bad expression...
i mean...that i dont create a new map...
and i want that the bots for the republic dont spawn, so that i can fight alone vs all droids
i need this for a mod...
Re: How can i change the units
Posted: Sat Jan 01, 2011 1:36 pm
by Anakin
Ah ok
So you want fight alone against all.
what about you die? have you a second change and you can spawn again or did you loose after dieing??
Re: How can i change the units
Posted: Sat Jan 01, 2011 2:03 pm
by Noobi-Wan
i want to spawn again
Re: How can i change the units
Posted: Sat Jan 01, 2011 3:02 pm
by commander501stappo
what he tryes to say is that he's making a mod and want the stock geonosis to have bots on the CIS side, but not at the rep side. so you fight alone(or with other players on mp) against bots.
Re: How can i change the units
Posted: Sat Jan 01, 2011 3:18 pm
by CressAlbane
OK, in your LUA for the mod, make a change to these values:
Code: Select all
rep = {
team = REP,
units = 28,
reinforcements = 150,
soldier = { "rep_inf_ep2_rifleman",10, 25},
assault = { "rep_inf_ep2_rocketeer",1, 4},
engineer = { "rep_inf_ep2_engineer",1, 4},
sniper = { "rep_inf_ep2_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep2_jettrooper",1, 4},
},
to something smilar to this:
Code: Select all
rep = {
team = REP,
units = 1,
reinforcements = 150,
soldier = { "rep_inf_ep2_rifleman",10, 25},
assault = { "rep_inf_ep2_rocketeer",1, 4},
engineer = { "rep_inf_ep2_engineer",1, 4},
sniper = { "rep_inf_ep2_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep2_jettrooper",1, 4},
},
This should work.
Re: How can i change the units
Posted: Sat Jan 01, 2011 3:25 pm
by Kane
No, it doesn't work. He already did that, but nothing changed. We haven't any ideas yet...