Walkers in Space

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
SpencerJ
Private Recruit
Posts: 18
Joined: Tue Jul 05, 2011 5:08 pm
Location: A galaxy that is actually this one

Walkers in Space

Post by SpencerJ »

Ok call me crazy but I have got this crazy idea of adding ATATs on top of a Republic cruiser in a space battle. The only problem is that the LUA space file doesn't expect walkers in space. How do you edit the LUA to alow for walkers?
Thanks in advance :D
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Walkers in Space

Post by DarthD.U.C.K. »

User avatar
Bonecrusher16O
Private Second Class
Posts: 66
Joined: Mon Apr 25, 2011 5:57 pm
Projects :: Snipers Galore and SAM
Games I'm Playing :: SWBF2 and MC
xbox live or psn: PS3 :)

Re: Walkers in Space

Post by Bonecrusher16O »

I acctualy made a space map with walkers in it too. (Never release because i had a LOT of trouble with the Venaltor's inside-reaching out cannons....)
Here is what I put in my script. All I did was put the "AddWalkerType" stuff and it worked fine.

Hidden/Spoiler:
-- Level Stats
ClearWalkers()

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

local weaponCnt = 250
local guyCnt = 32
local units = 72
SetMemoryPoolSize("Aimer", 200)
User avatar
DarthD.U.C.K.
Master of the Force
Master of the Force
Posts: 6027
Joined: Wed Sep 27, 2006 11:05 am
Location: Duckburg, Germany

Re: Walkers in Space

Post by DarthD.U.C.K. »

thats whats contained in the post i linked to. he also needs the commandwalkerline for the atat.
SpencerJ
Private Recruit
Posts: 18
Joined: Tue Jul 05, 2011 5:08 pm
Location: A galaxy that is actually this one

Re: Walkers in Space

Post by SpencerJ »

I tried to search but couldn't find sorry.
Post Reply