Page 1 of 1
AI wont spawn
Posted: Wed Aug 24, 2011 10:31 am
by Tears2Roses
Hello. I am nearly done my map, but theres one problem... The AI won't spawn. Originally, the AI from one command post wouldn't follow the paths ( not move at all, run in circles, just not where they needed to go) The hight of the map may have had something to do with it. Anyways I deleted the CP, and a second CP from the CIS. Then, I tried making them invisible controlzones ( to spawn the clones/droids ) but that didn't work. I also made LUA changes and what not. However, now my AI wont spawn! I can spawn, but they wont. However, my local team, the jawa's, spawn PERFECTLY NORMAL. I spent about an hour pointlessly trying to get it to work, but no go. Any idea what I did wrong? This is my LUA. :
Note I only put the part regarding the CP's. The rest of the LUA shouldn't matter.
Re: AI wont spawn
Posted: Wed Aug 24, 2011 10:34 am
by Fiodis
Tears2Roses wrote:Hello. I am nearly done my map, but theres one problem... The AI won't spawn. Originally, the AI from one command post wouldn't follow the paths ( not move at all, run in circles, just not where they needed to go) The hight of the map may have had something to do with it.
Height shouldn't be a problem at all. If it's above the maximum ceiling you can just edit the value in the LUA to raise the ceiling.
Anyway, can you post your error log?
Re: AI wont spawn
Posted: Wed Aug 24, 2011 11:53 am
by Tears2Roses
I didn't think I would get an error log for CP related things

The map doen't crash. I have a whole wackload of sev 2 errors. The only sev 3 errors I have are:
The map works fine. I can see my custom sides, spawn as them, run around, kill the locals. Its just the custom droids/clones won't spawn. These sev 3 errors dont crash my map.
As I said I have a whole wackload of sev 2 errors ( mostly "in vehicle" errors ) but if you want me to post those I can.
Re: AI wont spawn
Posted: Wed Aug 24, 2011 12:07 pm
by Fiodis
Tears2Roses wrote:I didn't think I would get an error log for CP related things
What? Why not?
Can you post the rest of your lua? That part looks fine. You mentioned LUA changes; what changes are those?
Re: AI wont spawn
Posted: Wed Aug 24, 2011 12:27 pm
by Tears2Roses
Its ok I had to re-name one thing. Works great now.
Re: AI wont spawn
Posted: Wed Aug 24, 2011 1:31 pm
by Fiodis
Whenever something's not working right, it's always a good idea to double- or even triple-check your work.