new command walker?

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
wazmol
High General
High General
Posts: 892
Joined: Sat Sep 02, 2006 6:47 pm
Projects :: Thinking...
Games I'm Playing :: Black Ops
Location: London
Contact:

new command walker?

Post by wazmol »

is it possible to make a CIS Spider Droid a Command Walker?
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

RE: new command walker?

Post by Penguin »

yup. just chane walker to commandwalker and add in the spawn values
wazmol
High General
High General
Posts: 892
Joined: Sat Sep 02, 2006 6:47 pm
Projects :: Thinking...
Games I'm Playing :: Black Ops
Location: London
Contact:

RE: new command walker?

Post by wazmol »

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, 8) -- 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
Penguin
Jedi Admin
Jedi Admin
Posts: 2541
Joined: Sun Mar 05, 2006 12:00 am
Location: Australia

RE: new command walker?

Post by Penguin »

Nope, in the walker odf point in the spawn points, other wise onone will be able to spawn
wazmol
High General
High General
Posts: 892
Joined: Sat Sep 02, 2006 6:47 pm
Projects :: Thinking...
Games I'm Playing :: Black Ops
Location: London
Contact:

RE: new command walker?

Post by wazmol »

o okay, would it be easiest to copy that information from the AttE's ODF in to the Spider Droids?
Post Reply