How do you put in an ATTE? [Solved]

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
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

How do you put in an ATTE? [Solved]

Post by Xavious »

how do you put them in a mod map? (from zeroedit)
Last edited by Xavious on Tue Jun 27, 2006 12:11 pm, edited 2 times in total.
t551
General
General
Posts: 791
Joined: Sat Jul 16, 2005 3:23 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: command walkers

Post by t551 »

They spawn at a vehicle spawn like any other vehicle. Just go into your lua's and make sure the command walker memory pool line is uncommented.
Yocki

RE: command walkers

Post by Yocki »

add the number of walkers on the lua:
eg.(to have 4 atte on the map 3 pairs of legs, NOTE:atat and spider walker 2 pairs of legs, and the atst and atrt have 1 pair of legs


AddWalkerType(0, 4) -- special -> droidekas
AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 4) -- 3x2 (3 pairs of legs)


and add the line under the memory pools

SetMemoryPoolSize ("CommandWalker", 2)

if you will have 2 command walker for your map
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

RE: command walkers

Post by Xavious »

so i put an atte spawn in a cp contol region?
Captain_Mazda

RE: command walkers

Post by Captain_Mazda »

No, command walkers are mobile CPs.
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

RE: command walkers

Post by Xavious »

then how do i put them in?
sawyerdk9

Post by sawyerdk9 »

Go into object mode, click browse. Go back so that you're in your main folder. Go into common. Go into odfs. Select the vehicle spawn. Place it somewhere then select it. Fill in the neccesary info. By default, to add the ATTE to the republic side, click down in the panel on the right side. Once you do that it will change. Then at the very top it will say something like REPATK or ATKREP. then type in rep_walk_atte.
Yocki

RE: command walkers

Post by Yocki »

just put the spawn objects on any place of the field, the only thing is that they wont explode if they aren't in a control region
Captain_Mazda

RE: command walkers

Post by Captain_Mazda »

Command walkers are exactly like other vehicles. There is just an extra two steps when commenting them in the LUAs. Same for command flyers.
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

RE: command walkers

Post by Xavious »

what do i put in the control-region-whatever box?
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

Re: RE: command walkers

Post by Xavious »

Captain_Mazda wrote:Command walkers are exactly like other vehicles. There is just an extra two steps when commenting them in the LUAs. Same for command flyers.
but what are those two extra steps?
xwingguy

RE: Re: RE: command walkers

Post by xwingguy »

No control region needed because they aren't associated with a cp.

Command walkers are well...walkers and needed to be allocated like any other walker.

ClearWalkers()
AddWalkerType(2, 0) -- 2x2 (2 pairs of legs) ATAT
AddWalkerType(3, 0) -- 3x2 (3 pairs of legs) ATTE
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

RE: Re: RE: command walkers

Post by Xavious »

so i put that stuff in the scripts and place the vehicle spawn and type rep_walk_atte in the rep atk box?

yes i think i got it.
Post Reply