Spawning Walkers?

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
Stager00

Spawning Walkers?

Post by Stager00 »

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?
Stager00

Post by Stager00 »

nevermind..I got it.
CCC-Ranger

Post by CCC-Ranger »

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>
Post Reply