Problem with vehicles....
Posted: Sun Oct 15, 2006 5:43 pm
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???
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???