Page 1 of 1

Leg Problems

Posted: Sat Mar 06, 2010 8:04 pm
by hammythepig
My map CTD's when i run it in instant action, I think it is because of these lines in my .lua:
Hidden/Spoiler:
AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 1) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 1) -- 3x2 (3 pairs of legs)
I changed them because I have 1 AT-TE and 1 AT-RT on the map.
I also have other veichles but the dont involve legs.
Did I change the right numbers?

Re: Leg Problems

Posted: Sat Mar 06, 2010 8:14 pm
by Darth_Spiderpig
You set it to 2 AT-RTs and 1 max/3 AT-TEs and 1 max.

Try to change the last 1 to a higher count, like here:

Code: Select all

AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 3) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 4) -- 3x2 (3 pairs of legs)
And, did you placed the AT-TE as commandwalker (as mobile CP) or not?

Re: Leg Problems

Posted: Sat Mar 06, 2010 8:15 pm
by kinetosimpetus
AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
AddWalkerType(2, 1) -- 2x2 (2 pairs of legs)
AddWalkerType(3, 1) -- 3x2 (3 pairs of legs)

I changed them because I have 1 AT-TE and 1 AT-RT on the map.
The AT-RT has one pair of legs.

As for the CTD, can you post an error log?

Re: Leg Problems

Posted: Sat Mar 06, 2010 9:20 pm
by Fiodis
kinetosimpetus wrote:The AT-RT has one pair of legs.
Really? Then this:
kinetosimpetus wrote:AddWalkerType(1, 0) -- 1x2 (1 pair of legs)
Might be a problem.

Re: Leg Problems

Posted: Sun Mar 07, 2010 3:52 pm
by hammythepig
Alright, i changed it. Munging now

Edit:
It works, but only the spider droid showed up, not the At-te