SWBFGamers

Modding for the Original SWBF1 and SWBF2 => SWBF1 Modding => Topic started by: wsa30h on October 05, 2019, 03:21:33 PM

Title: is it ok to have spider walkers and atat in the map at the same time ?
Post by: wsa30h on October 05, 2019, 03:21:33 PM
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
Title: Re: is it ok to have spider walkers and atat in the map at the same time ?
Post by: Dark_Phantom on October 05, 2019, 04:15:05 PM
Yep, your second code should work fine since the pool is big enough.
Title: Re: is it ok to have spider walkers and atat in the map at the same time ?
Post by: wsa30h on October 06, 2019, 03:01:45 AM
thanks Dark_phantom just wasnt sure since they are both 2 leg pair walkers
EhPortal 1.34 © 2024, WebDev