Page 1 of 1

I'm the only one on earth :(

Posted: Wed Aug 06, 2008 11:53 am
by philomen
lol ok well i finished my map and then added the vehicles like i am supposed to ... i added the hailfire/staps/atte/ and one-man atst ...

anyways ... after i added them ... well the map doesn't crash or anything but no vehicles spawn and no units spawn except me ... i know i must've done something wrong and when i get the log ( when i test with the modtools) well there is like 50 messages for godrays ... what are those things ? and it says that it doesn't find the vehicle peaces ... anyways i any1 can help me ... it would be awesome because my map is almost done :D

Re: I'm the only one on earth :(

Posted: Wed Aug 06, 2008 12:00 pm
by Teancum
If you have more than 4 CPs, did you reference in the lua? If not, that will cause AI not to spawn.

Re: I'm the only one on earth :(

Posted: Wed Aug 06, 2008 12:16 pm
by philomen
yes i did that ... my map was fine before i added the vehicles ... thats the probleme ... oh and i also added felucia auto turrets ... they are big turrets that shot by themselves

Re: I'm the only one on earth :(

Posted: Wed Aug 06, 2008 12:41 pm
by Teancum
Post your BFront2.log

Re: I'm the only one on earth :(

Posted: Wed Aug 06, 2008 7:50 pm
by Xavious
Sounds like you added your AT-TEs wrong. Remember that AT-TEs are command walkers, and need to be set up differently than normal vehicles. You don't assign it to a control zone, for starters. You also need to put a "1" or a "2" in the box for the vehicle spawn object's team number. By default, Republic is 1 so you would put a 1 in that box. You also need the line "SetMemoryPoolSize("CommandWalker", X)" in your lua file. (X represents the number of command walkers you want to spawn)

If you've already done this and your guys still aren't spawning, your problem lies elsewhere, likely within the area of Command Post setup.

Re: I'm the only one on earth :(

Posted: Wed Aug 06, 2008 8:15 pm
by obiboba3po
Xavious wrote:Sounds like you added your AT-TEs wrong. Remember that AT-TEs are command walkers, and need to be set up differently than normal vehicles. You don't assign it to a control zone, for starters. You also need to put a "1" or a "2" in the box for the vehicle spawn object's team number. By default, Republic is 1 so you would put a 1 in that box. You also need the line "SetMemoryPoolSize("CommandWalker", X)" in your lua file. (X represents the number of command walkers you want to spawn)

If you've already done this and your guys still aren't spawning, your problem lies elsewhere, likely within the area of Command Post setup.
yep thats what i was gonna suggest