new command walker?
Moderator: Moderators
-
wazmol
- High General

- Posts: 892
- Joined: Sat Sep 02, 2006 6:47 pm
- Projects :: Thinking...
- Location: London
- Contact:
new command walker?
is it possible to make a CIS Spider Droid a Command Walker?
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: new command walker?
yup. just chane walker to commandwalker and add in the spawn values
-
wazmol
- High General

- Posts: 892
- Joined: Sat Sep 02, 2006 6:47 pm
- Projects :: Thinking...
- Location: London
- Contact:
RE: new command walker?
when you say add in spawn values does that just mean add in command walker memory pool thing in the .LUA and how many legs it has so if i had 4 it would be like:
-- Level Stats
ClearWalkers()
AddWalkerType(0, 4) -- special -> droidekas
AddWalkerType(1,
-- 1x2 (1 pair of legs)
AddWalkerType(2, 5) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 2) -- 3x2 (3 pairs of legs)
SetMemoryPoolSize("CommandWalker", 7)
that above is whats in my .LUA as i am making a huge map
-- Level Stats
ClearWalkers()
AddWalkerType(0, 4) -- special -> droidekas
AddWalkerType(1,
AddWalkerType(2, 5) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 2) -- 3x2 (3 pairs of legs)
SetMemoryPoolSize("CommandWalker", 7)
that above is whats in my .LUA as i am making a huge map
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: new command walker?
Nope, in the walker odf point in the spawn points, other wise onone will be able to spawn
-
wazmol
- High General

- Posts: 892
- Joined: Sat Sep 02, 2006 6:47 pm
- Projects :: Thinking...
- Location: London
- Contact:
RE: new command walker?
o okay, would it be easiest to copy that information from the AttE's ODF in to the Spider Droids?
