Problem with vehicles....

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
XXXNewbie666XXX

Problem with vehicles....

Post by XXXNewbie666XXX »

I was trying to add vehicles in my map and i done this....

But for example vehicles like the AAT and AT-TE i can't put them...

With the AT-TE i search but i don't undestand so much.I must do this:

-- Level Stats
-- ClearWalkers()
AddWalkerType(0, 4) -- 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)
local weaponCnt = 1024
SetMemoryPoolSize("CommandWalker", *) <====In the * i put 1, 2, 3,etc
SetMemoryPoolSize("Aimer", 75)
SetMemoryPoolSize("AmmoCounter", weaponCnt)
SetMemoryPoolSize("BaseHint", 1024)
SetMemoryPoolSize("EnergyBar", weaponCnt)
SetMemoryPoolSize("EntityCloth", 32)
SetMemoryPoolSize("EntityFlyer", 32)
SetMemoryPoolSize("EntityHover", 32)


And the AAT i don't know how i can put in my map....

Next problem i have with vehicles is with the Fly vehicles....

When i create a vehicle spawn and set the name of the fly vehicle (in this case i was trying to put rep_fly_gunship), i munge, play my map and the Gunship doesn't appear.....What is going on???
Dark117

RE: Problem with vehicles....

Post by Dark117 »

for the rep_fly_gunship, call for it in your LUA
Post Reply