Am I forgetting something?

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
User avatar
SBF_Dann_Boeing
Groove Walrus
Groove Walrus
Posts: 1529
Joined: Wed Aug 31, 2005 11:33 pm
xbox live or psn: No gamertag set
Location: An Igloo High Upon a Mountain Top

Am I forgetting something?

Post by SBF_Dann_Boeing »

For some reason vehicles won't spawn in Eli. I have vehicle spawns set up in the layer that Eli uses, and I they are added in ReadDataFiles, and I have made MemoryPools for them. Is there something else i have to do in order to get them to spawn in ELI? Should I turn off CelebrityDeathmatch?
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 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: Building a railway to Coruscant
Contact:

RE: Am I forgetting something?

Post by trainmaster611 »

jw, whats eli? hero assault right? :|

This probably won't help but you put in a cp and a control region and identified the control region in the cp properties and the cp in the region properties right? :?
User avatar
jangoisbaddest
Lieutenant General
Lieutenant General
Posts: 661
Joined: Mon Feb 27, 2006 12:10 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: All Along The Watchtower

RE: Am I forgetting something?

Post by jangoisbaddest »

If they're walkers, or even hover vehicles sometimes (the snailtank is considered a walker in this respect), make sure you have the appropriate AddWalkerClass variables defined. This probably won't help, either. xD
User avatar
SBF_Dann_Boeing
Groove Walrus
Groove Walrus
Posts: 1529
Joined: Wed Aug 31, 2005 11:33 pm
xbox live or psn: No gamertag set
Location: An Igloo High Upon a Mountain Top

RE: Am I forgetting something?

Post by SBF_Dann_Boeing »

yea i put a control region and the vehicles spawn in conquest, they are a hover type and a flyer type.
User avatar
phazon_elite
Rebel Colonel
Rebel Colonel
Posts: 597
Joined: Tue Jan 16, 2007 9:10 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: I'm sorry Link, I can't give the location. Come back when you're a little...mmmh...RICHER!
Contact:

Re: RE: Am I forgetting something?

Post by phazon_elite »

trainmaster611 wrote:jw, whats eli? hero assault right? :|

This probably won't help but you put in a cp and a control region and identified the control region in the cp properties and the cp in the region properties right? :?
Don't forget to add a com_item_vehicle_spawn.odf. Then put the odf name of the vehicle in the properties of it under any of these parameters:

Code: Select all

ClassNeutral = ""
ClassAllATK = ""
ClassCISATK = ""
ClassImpATK = ""
ClassRepATK = ""
ClassLocATK = ""
ClassHisATK = ""
ClassAllDEF = ""
ClassCISDEF = ""
ClassImpDEF = ""
ClassRepDEF = ""
ClassLocDEF = ""
ClassHisDEF = ""
ClassLocals = ""
The parameters for DEF stand for what vehicle spawns when the defending team captures that cp. The ATK parameters are for when the attacking team captures a cp.

- EP-782
User avatar
SBF_Dann_Boeing
Groove Walrus
Groove Walrus
Posts: 1529
Joined: Wed Aug 31, 2005 11:33 pm
xbox live or psn: No gamertag set
Location: An Igloo High Upon a Mountain Top

Re: Am I forgetting something?

Post by SBF_Dann_Boeing »

SBF_Dann_Boeing wrote:I have vehicle spawns set up in the layer that Eli uses
User avatar
phazon_elite
Rebel Colonel
Rebel Colonel
Posts: 597
Joined: Tue Jan 16, 2007 9:10 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: I'm sorry Link, I can't give the location. Come back when you're a little...mmmh...RICHER!
Contact:

RE: Re: Am I forgetting something?

Post by phazon_elite »

Man, I gotta read more carefully don't I?

- EP-782
User avatar
Snork
Lieutenant General
Lieutenant General
Posts: 669
Joined: Thu Jun 07, 2007 3:34 pm
Games I'm Playing :: SWBF2 and Minecraft
xbox live or psn: No gamertag set
Contact:

RE: Re: Am I forgetting something?

Post by Snork »

I've had this problem too. I'm pretty sure jangoisbaddest is right, so I'll try it out.
User avatar
SBF_Dann_Boeing
Groove Walrus
Groove Walrus
Posts: 1529
Joined: Wed Aug 31, 2005 11:33 pm
xbox live or psn: No gamertag set
Location: An Igloo High Upon a Mountain Top

RE: Re: Am I forgetting something?

Post by SBF_Dann_Boeing »

the only hover is a modded speederbike. but my flyers don't spawn either. Remember they both spawn in conquest.
User avatar
SBF_Dann_Boeing
Groove Walrus
Groove Walrus
Posts: 1529
Joined: Wed Aug 31, 2005 11:33 pm
xbox live or psn: No gamertag set
Location: An Igloo High Upon a Mountain Top

RE: Re: Am I forgetting something?

Post by SBF_Dann_Boeing »

grr, turning off celebritydeathmatch didn't work...this is driving me crazy. Is there ANY other memmory pool that needs to be activated other than Hover and Flyer in order to get hover and flyer's to work? I mean this just doesn't make sense, i've had vehicles in assault before...
User avatar
SBF_Dann_Boeing
Groove Walrus
Groove Walrus
Posts: 1529
Joined: Wed Aug 31, 2005 11:33 pm
xbox live or psn: No gamertag set
Location: An Igloo High Upon a Mountain Top

RE: Re: Am I forgetting something?

Post by SBF_Dann_Boeing »

ok in order for vehicles to spawn in hero assault mode, they can't have the team names "hero" and "villain" as stated in the setupteams section of the LUA, the team name needs to match the team denotion (which is typically ALL or IMP for hero assault).

I think the Admins should take note of this finding because it took me forever to figure it out.
Post Reply