Page 1 of 1

Am I forgetting something?

Posted: Sat Jun 23, 2007 7:22 pm
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?

RE: Am I forgetting something?

Posted: Sat Jun 23, 2007 7:28 pm
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? :?

RE: Am I forgetting something?

Posted: Sat Jun 23, 2007 7:33 pm
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

RE: Am I forgetting something?

Posted: Sat Jun 23, 2007 7:50 pm
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.

Re: RE: Am I forgetting something?

Posted: Sat Jun 23, 2007 7:52 pm
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

Re: Am I forgetting something?

Posted: Sat Jun 23, 2007 7:57 pm
by SBF_Dann_Boeing
SBF_Dann_Boeing wrote:I have vehicle spawns set up in the layer that Eli uses

RE: Re: Am I forgetting something?

Posted: Sat Jun 23, 2007 7:58 pm
by phazon_elite
Man, I gotta read more carefully don't I?

- EP-782

RE: Re: Am I forgetting something?

Posted: Sat Jun 23, 2007 9:14 pm
by Snork
I've had this problem too. I'm pretty sure jangoisbaddest is right, so I'll try it out.

RE: Re: Am I forgetting something?

Posted: Sun Jun 24, 2007 4:01 pm
by SBF_Dann_Boeing
the only hover is a modded speederbike. but my flyers don't spawn either. Remember they both spawn in conquest.

RE: Re: Am I forgetting something?

Posted: Mon Jun 25, 2007 8:02 pm
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...

RE: Re: Am I forgetting something?

Posted: Wed Jun 27, 2007 7:39 pm
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.