Page 1 of 1

Vehicle Questions (Hero Assault) [Solved]

Posted: Thu Mar 20, 2014 8:40 pm
by Kingpin
I know it is possible to add vehicles to a Hero Assault map. I have been trying to set up a spawn using this tutorial (http://www.gametoast.com/viewtopic.php?p=226124#p226124), and the vehicle does not spawn. I managed to place a vehicle as an object, and that works fine, except the vehicle does not respawn, and only the TIE Interceptor works when I do that, not the speeder. Anyone know? Also, when I am setting the spawn, do I put it under the Base layer or Eli? And are control regions required? What do I do if I want to make the vehicle neutral?

Sorry, a lot of questions (smile)

Re: Vehicle Questions (Hero Assault)

Posted: Fri Mar 21, 2014 5:10 am
by DarthD.U.C.K.
contol regions arent required. can you post your script?
you have to reserve memory for the vehicles in your script. how depends on the type.
walkers are added with "AddWalkerType", flyers with "EntityFlyer" and hover vehicles with "EntityHover".

Re: Vehicle Questions (Hero Assault)

Posted: Fri Mar 21, 2014 8:02 pm
by Kingpin
Ah. Forgot the addwalker stuff. Thanks