Note that this is the stock assault. I don't have Vos in here.
ReadDataFile("SIDE\\rep.lvl",
--"rep_hero_yoda",
--"rep_hero_macewindu",
--"rep_hero_anakin",
--"rep_hero_aalya",
--"rep_hero_kiyadimundi",
--"rep_hero_obiwan",
--"rep_hero_plokoon")
ReadDataFile("SIDE\\cis.lvl",
--"cis_hero_grievous",
--"cis_hero_darthmaul",
"cis_hero_countdooku",
--"cis_hero_jangofett")
--[[ Turrets disabled
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_chaingun_roof",
"tur_weap_built_gunturret")
SetMemoryPoolSize("MountedTurret", 15)
--]]
--ReadDataFile("SIDE\\snw.lvl", "snw_inf_wampa")
SetupTeams{
hero = {
team = ALL,
units = 30,
reinforcements = -1,
--soldier = { "all_hero_hansolo_tat",1,3},
--assault = { "all_hero_chewbacca", 1,2},
--engineer= { "all_hero_luke_jedi", 2,3},
--sniper = { "rep_hero_obiwan", 2,3},
--officer = { "rep_hero_yoda", 2,3},
--special = { "rep_hero_macewindu", 2,3},
},
}
--AddUnitClass(ALL,"all_hero_leia", 1,2)
--AddUnitClass(ALL,"rep_hero_aalya", 2,3)
--AddUnitClass(ALL,"rep_hero_kiyadimundi",2,3)
--AddUnitClass(ALL,"rep_hero_plokoon",2,3)
SetupTeams{
villain = {
team = IMP,
units = 30,
reinforcements = -1,
--soldier = { "imp_hero_bobafett", 2,3},
--assault = { "imp_hero_darthvader",2,3},
--engineer= { "cis_hero_darthmaul", 2,3},
--sniper = { "cis_hero_jangofett", 2,3},
--officer = { "cis_hero_grievous", 2,3},
--special = { "imp_hero_emperor", 2,3},
},
}
--AddUnitClass(IMP, "rep_hero_anakin",2,3)
AddUnitClass(IMP, "cis_hero_countdooku",2,3)