Page 1 of 1
Number of troops on map... [Solved]
Posted: Wed Feb 20, 2013 6:44 am
by AlvioWayne
Welcome all!
Tried to solve the problem myself, but I had to write.
1.
I need to clone appears on the map at once in a large number (200-300).
But they appear to 10-20 clones (((
2.
Special effects (explosions, trace of blasters ...), when they are many, some are not displayed.
How to fix it?
Please help ...
Re: Number of troops on map...
Posted: Wed Feb 20, 2013 7:11 pm
by willinator
1. The way to do it is in your LUA, down where the reinforcements are set up. There should be something like "number of units", which is by default 16 I think. Change that. However, 200-300 units will most likely crash the map, due to the amount of things being loaded ingame.
2. The best answer I can come up with is that the particle memory pools fill up. Sadly, I don't know how to fix it, I don't think the community knows at this point. The Zero Engine can only take so much.
Re: Number of troops on map...
Posted: Wed Feb 20, 2013 7:43 pm
by the best
Also for 1. make sure if you want more than 32 ai to add SetUberMode(1); as described on this topic listed in the FAQ
http://www.gametoast.com/forums/viewtop ... 27&t=12147
Re: Number of troops on map...
Posted: Thu Feb 21, 2013 1:57 pm
by LEO
With Ubermode enabled there are more troops but at once spawning is as high as before.
But after 1 minute everyone has spawned

Re: Number of troops on map...
Posted: Thu Feb 21, 2013 3:19 pm
by AlvioWayne
Thank!
UberMode then what I needed.