Page 1 of 1

This was an interesting game

Posted: Wed Jun 07, 2017 10:17 am
by EricF
64 star cluster galaxy.
15 AI opponents.
Just for the heck of it.
FOgame.png
FOgame.png (1.31 MiB) Viewed 1751 times

Re: This was an interesting game

Posted: Mon Dec 04, 2017 5:16 pm
by Oberlus
I once tried setting a 10 system 9 AI players galaxy, FTW. It turned out to be a 50ish systems galaxy. It seems there is a minimum number of systems per player, maybe around 5 systems per player...

Re: This was an interesting game

Posted: Mon Dec 04, 2017 6:17 pm
by Vezzra
Oberlus wrote:It seems there is a minimum number of systems per player, maybe around 5 systems per player...
Minimum galaxy size is numer of players x3, see universe_generator.py line 83:

Code: Select all

min_size = total_players * 3
    if min_size > gsd.size:
        gsd.size = min_size
print "Too few systems for the requested number of players, number of systems adjusted accordingly"