This was an interesting game

For topics that do not fit in another sub-forum.

Moderator: Oberlus

Post Reply
Message
Author
User avatar
EricF
Space Dragon
Posts: 357
Joined: Fri Jul 29, 2016 10:12 am

This was an interesting game

#1 Post by EricF »

64 star cluster galaxy.
15 AI opponents.
Just for the heck of it.
FOgame.png
FOgame.png (1.31 MiB) Viewed 1744 times

User avatar
Oberlus
Cosmic Dragon
Posts: 5715
Joined: Mon Apr 10, 2017 4:25 pm

Re: This was an interesting game

#2 Post 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...

User avatar
Vezzra
Release Manager, Design
Posts: 6095
Joined: Wed Nov 16, 2011 12:56 pm
Location: Sol III

Re: This was an interesting game

#3 Post 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"

Post Reply