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
I'm the only one on earth :(
Moderator: Moderators
-
philomen
- Second Lance Corporal

- Posts: 117
- Joined: Tue Jul 08, 2008 8:25 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Here
I'm the only one on earth :(
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
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
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: I'm the only one on earth :(
If you have more than 4 CPs, did you reference in the lua? If not, that will cause AI not to spawn.
-
philomen
- Second Lance Corporal

- Posts: 117
- Joined: Tue Jul 08, 2008 8:25 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Here
Re: I'm the only one on earth :(
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
- Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Indiana
Re: I'm the only one on earth :(
Post your BFront2.log
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
Re: I'm the only one on earth :(
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.
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.
-
obiboba3po
- 2008 Most Technically Challenging Avatar
- Posts: 2376
- Joined: Tue Feb 12, 2008 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: NJ, USA
Re: I'm the only one on earth :(
yep thats what i was gonna suggestXavious 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.
