multipul heros for a side? is it possible

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
1z2x3c
3rd Warning
3rd Warning
Posts: 259
Joined: Mon Jul 16, 2007 3:22 am

multipul heros for a side? is it possible

Post by 1z2x3c »

multipul heros for a side? is it possible
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: multipul heros for a side? is it possible

Post 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.
1z2x3c
3rd Warning
3rd Warning
Posts: 259
Joined: Mon Jul 16, 2007 3:22 am

RE: multipul heros for a side? is it possible

Post 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?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: multipul heros for a side? is it possible

Post 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.
1z2x3c
3rd Warning
3rd Warning
Posts: 259
Joined: Mon Jul 16, 2007 3:22 am

RE: multipul heros for a side? is it possible

Post 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?
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

RE: multipul heros for a side? is it possible

Post 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.
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Post 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.
Post Reply