Death: X-Com had a simple "you're down, you're dead" rule, so this is lenient.
By the way, the increase in soldier counts has already been answered on the official forum. http://www.ufo-extraterrestrials.com/fo ... &start=105
In createandloadvariables, generatenewsoldier, the creation of the "second" list of unitPhotos is the hard limit, since when all photos are used, there's no more free photos to genereate a new soldier.
You should comment the "if" in Code: if (!found)
freeUnitPhotos.add(unitPhotos.get(i));
But you'll have many soldiers with the same photos, obviously![]()
sage wrote:
I also doubled the amount of face graphics available to make sure there was 1 per available soldier.
Did you had them to the photos list in config.xsv ? (search for "unitPhotos")
