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)
Vehicle Questions (Hero Assault) [Solved]
Moderator: Moderators
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Vehicle Questions (Hero Assault) [Solved]
Last edited by Kingpin on Fri Mar 21, 2014 8:02 pm, edited 1 time in total.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Vehicle Questions (Hero Assault)
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".
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".
- Kingpin
- Jedi

- Posts: 1096
- Joined: Fri Sep 13, 2013 7:09 pm
- Projects :: The Sith Wars II
- Location: Denver, CO
- Contact:
Re: Vehicle Questions (Hero Assault)
Ah. Forgot the addwalker stuff. Thanks
