Page 1 of 1

multipul heros for a side? is it possible

Posted: Wed Aug 22, 2007 11:45 pm
by 1z2x3c
multipul heros for a side? is it possible

RE: multipul heros for a side? is it possible

Posted: Thu Aug 23, 2007 12:00 am
by Teancum
Nope. The game can only handle one hero per side. You can set that hero to anything, a jedi, a trooper, even an Acklay, but only one per side.

RE: multipul heros for a side? is it possible

Posted: Thu Aug 23, 2007 12:03 am
by 1z2x3c
i was messin around with it and a added this


ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hero_obiwan",
"rep_hover_barcspeeder")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")


ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_tower")

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},

},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_rifleman",9, 25},
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},
}
}

SetHeroClass(CIS, "cis_hero_darthmaul")
-- "rep_hero_obiwan"
SetHeroClass(REP, "rep_hero_anakin")
SetHeroClass(REP, "rep_hero_obiwan")

and both heros show ingame. i wonder if multiple peeps where play ing would it as two peeps to be heros or just one?

RE: multipul heros for a side? is it possible

Posted: Thu Aug 23, 2007 12:04 am
by Teancum
Reaaally? You should play until you get to be the hero. See what happens. Then if that's okay just create some dummy map with two heroes per side and play with some friends to see what happens then.

RE: multipul heros for a side? is it possible

Posted: Thu Aug 23, 2007 12:06 am
by 1z2x3c
i did play until i got the hero and they showed and i already mad a map and do you want to test it with me?

RE: multipul heros for a side? is it possible

Posted: Thu Aug 23, 2007 12:32 am
by Master Fionwë
Ywo heroes one a side has been done before. The map Yavin 4; Temple Complex has Han Solo, and then Luke Skywalker as heroes, in the same mode. That's the only map that I've seen that in before, though.

Posted: Thu Aug 23, 2007 12:36 am
by Maveritchell
I've actually set up a map like this before, and it goes kinda screwy. Basically, it reads both of them as a hero (which was sort've a bummer to me, I wanted one to overwrite the other), but only the second one is really a hero. Once you unlock the hero/es, you can play as either. However, if you don't use the second hero when you unlock them for the first time, you probably won't be able to again. Also, the first hero is available all the time. When you do use the first hero, though, he's got a hero bar for health.

I wouldn't recommend you use this in an actual map.