Page 1 of 1

large game

Posted: Sun Jan 24, 2021 5:07 pm
by djconklin
I have a pretty good computer and would like to play with a large map. But the computer won't accept any variables I try.

What have others used that work?

Re: large game

Posted: Sun Jan 24, 2021 6:06 pm
by Ignatus
What specifically do you give it that it does not accept? The allowed values of map size variables in client input form seem pretty big...

Re: large game

Posted: Sun Jan 24, 2021 6:57 pm
by djconklin
>"What specifically do you give it that it does not accept? "-- Not sure what you need. That's why I asked: "What have others used that work?"

Map area = 2048

Map width and height are at 64.

>"The allowed values of map size variables in client input form seem pretty big" -- That's what I thought.

Thanks for the quick response!

Re: large game

Posted: Sun Jan 24, 2021 9:10 pm
by Ignatus
Look at the switch over those settings. It defines which of them will actually have an effect: thousands tiles of the map (that you are likely setting), thousands tiles per player or tiles X*Y. Me it tells at 2048 fields: Requested size of 2048 is too big for this topology. Actually, as I look into the code, map maximal size which the game can provide is 18000 tiles.