i want to add a droid unit to my republic side, so i put in cis_inf_rifelman
on the rep. side in scripts. but he doesnt show up on the map. what do i have to do to make it so i can have him there?
thanks.
trooper class
Moderator: Moderators
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Redline
- 2nd Lieutenant

- Posts: 396
- Joined: Tue Jan 16, 2007 4:22 pm
- Projects :: Space to Ground [reworking]
- xbox live or psn: No gamertag set
- Location: The left side of the moon
- Contact:
Ok so i have you understand will you put a super battledroid in the rep side. try it so
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_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},
},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "cis_inf_sniper",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "cis_inf_droideka",1, 4},
}
}
This must work
SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_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},
},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "cis_inf_sniper",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "cis_inf_droideka",1, 4},
}
}
This must work
-
cloneknight
- Chief Warrant Officer

- Posts: 357
- Joined: Sun Aug 20, 2006 11:39 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
-
Chamboozer
- Rebel Colonel

- Posts: 604
- Joined: Sat Apr 16, 2005 4:57 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set

