is it ok to have spider walkers and atat in the map at the same time ?

Started by wsa30h, October 05, 2019, 03:21:33 PM

Previous topic - Next topic
is it ok to have both the spider  walkers and the atats on the map at the same time they bot use the same walker memory pool so should i just put in 5 atat under it instead of doing two of the same memorypools ?
AddWalkerType(0, 5) -- Droidekas
    AddWalkerType(2, 2) -- 2 atats with 2 leg pairs each       the same
    AddWalkerType(1, 4) -- 6 atsts with 1 leg pairs each
    AddWalkerType(2, 4) -- 2 spider walkers with 2 leg pairs each the same
so should this be this way instead ?

AddWalkerType(0, 5) -- Droidekas
    AddWalkerType(2, 6) -- 2 atats with 2 leg pairs each
    AddWalkerType(1, 4) -- 6 atsts with 1 leg pairs each
mods and maps in progress:<br />--Bf1 expanded edition 3.0 version
-- bf1 tcw battles
-- bf1 seasons mod season 1
-- bf2 expanded edition tbh

Yep, your second code should work fine since the pool is big enough.
The BOBclan:  A Rich History


Quote from: Unit 33 on November 29, 2014, 03:44:44 AM
'Please, tell me more about the logistics of the design of laser swords being wielded by space wizards' - Some guy on the internet.

thanks Dark_phantom just wasnt sure since they are both 2 leg pair walkers
mods and maps in progress:<br />--Bf1 expanded edition 3.0 version
-- bf1 tcw battles
-- bf1 seasons mod season 1
-- bf2 expanded edition tbh