I cant seen to get any walkers to spawn in ground maps. I can spawn all flyers and tanks..but no walkers for any team.
Ive set the cp...ive filled in the feilds (i.e. rep_walk_atst) and changes the .lua file to load them...still no spawns.
Seems to work fine on other vehicles...just not walkers...any ideas?
Spawning Walkers?
Moderator: Moderators
Hi
editing the Lua`s like this
-- Level Stats
ClearWalkers()
SetMemoryPoolSize("EntityWalker", -1)
AddWalkerType(0, 3) -- 30 droidekas (special case: 0 leg pairs)
AddWalkerType(2, 3) -- 3 spider walkers with 2 leg pairs each
AddWalkerType(3, 0) -- 6 attes with 3 leg pairs each
AddWalkerType(1, 5) -- 3 atsts with 1 leg pairs each
AddWalkerType(1, 5) -- ATRTa (special case: 0 leg pairs)<for ATRT´s and adding by Vehicles "rep_walk_oneman_atst,">
SetMemoryPoolSize("CommandWalker", 9)<for ATAT´s ,ATTE´s>
editing the Lua`s like this
-- Level Stats
ClearWalkers()
SetMemoryPoolSize("EntityWalker", -1)
AddWalkerType(0, 3) -- 30 droidekas (special case: 0 leg pairs)
AddWalkerType(2, 3) -- 3 spider walkers with 2 leg pairs each
AddWalkerType(3, 0) -- 6 attes with 3 leg pairs each
AddWalkerType(1, 5) -- 3 atsts with 1 leg pairs each
AddWalkerType(1, 5) -- ATRTa (special case: 0 leg pairs)<for ATRT´s and adding by Vehicles "rep_walk_oneman_atst,">
SetMemoryPoolSize("CommandWalker", 9)<for ATAT´s ,ATTE´s>