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 ...
Number of troops on map... [Solved]
Moderator: Moderators
- AlvioWayne
- Recruit Womprat Killer
- Posts: 5
- Joined: Mon Jan 28, 2013 12:43 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- willinator
- Major

- Posts: 517
- Joined: Sun Mar 13, 2011 3:11 pm
- Projects :: [Coming of the Sentinels]
- xbox live or psn: PC pwns all!
- Location: The rings of Saturn...
Re: Number of troops on map...
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.
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.
-
the best
- Private First Class
- Posts: 77
- Joined: Thu Jun 03, 2010 5:18 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Grand Rapids, Michigan
Re: Number of troops on map...
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
http://www.gametoast.com/forums/viewtop ... 27&t=12147
-
LEO
- First Lance Corporal

- Posts: 130
- Joined: Tue Nov 20, 2012 5:06 pm
- Projects :: Map_for_swbf2
- xbox live or psn: No gamertag set
Re: Number of troops on map...
With Ubermode enabled there are more troops but at once spawning is as high as before.
But after 1 minute everyone has spawned
But after 1 minute everyone has spawned
- AlvioWayne
- Recruit Womprat Killer
- Posts: 5
- Joined: Mon Jan 28, 2013 12:43 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Number of troops on map...
Thank!
UberMode then what I needed.
UberMode then what I needed.
