Ok, so i added the vehicle spawn point on my map, I gave the all atk and all def categories the imp_walk_atst, but it doesn't show ingame, how do i do this
(and yes my cp does have a control zone name thing)
Adding spawns for vehicles [Solved]
Moderator: Moderators
- RogueCruiser
- 3rd Warning

- Posts: 144
- Joined: Sun May 10, 2009 4:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Inside a whale.
Adding spawns for vehicles [Solved]
Last edited by RogueCruiser on Fri May 15, 2009 5:40 pm, edited 1 time in total.
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Adding Vehicles
Adding vehicles can't be done in SWBF2, as far as I know.
- RogueCruiser
- 3rd Warning

- Posts: 144
- Joined: Sun May 10, 2009 4:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Inside a whale.
Re: Adding Vehicles
no, im trying to make a vehicle spawn on my map!
- B.I.G_Cookie
- High General

- Posts: 839
- Joined: Sun Feb 22, 2009 4:28 pm
- Location: Frankfurt, Germany
Re: Adding spawns for vehicles
You have to mark vehicles in you lua.
Walkers have an extra part in the lua.
Walkers have an extra part in the lua.
- RogueCruiser
- 3rd Warning

- Posts: 144
- Joined: Sun May 10, 2009 4:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Inside a whale.
Re: Adding spawns for vehicles
oh, nice thanks
but where is it in the lua
Is it from this:
-- Level Stats
ClearWalkers()
AddWalkerType(0, 0) -- special -> droidekas
AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 0) -- 3x2 (3 pairs of legs)
to this?
-- Level Stats
ClearWalkers()
AddWalkerType(0, 0) -- special -> droidekas
AddWalkerType(1, 4) -- 1x2 (1 pair of legs)
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 0) -- 3x2 (3 pairs of legs)
but where is it in the lua
Is it from this:
-- Level Stats
ClearWalkers()
AddWalkerType(0, 0) -- special -> droidekas
AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 0) -- 3x2 (3 pairs of legs)
to this?
-- Level Stats
ClearWalkers()
AddWalkerType(0, 0) -- special -> droidekas
AddWalkerType(1, 4) -- 1x2 (1 pair of legs)
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 0) -- 3x2 (3 pairs of legs)
- B.I.G_Cookie
- High General

- Posts: 839
- Joined: Sun Feb 22, 2009 4:28 pm
- Location: Frankfurt, Germany
Re: Adding spawns for vehicles
This part in the lua,
If you want to spawn an AT-ST
The normal name of the atst is imp_walk_atst
And this part for the walkers:
If you want to spawn an AT-ST
Hidden/Spoiler:
And this part for the walkers:
Hidden/Spoiler:
- RogueCruiser
- 3rd Warning

- Posts: 144
- Joined: Sun May 10, 2009 4:09 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Inside a whale.
Re: Adding spawns for vehicles
thanks, and what about for speeders
edit: nvr mind i get it all now
edit: nvr mind i get it all now
