beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
191 stars 97 forks source link

Investigate the 2x2 map size myth #1411

Open sprunk opened 4 months ago

sprunk commented 4 months ago

Maps with odd lobby size edges (eg. 13x13) don't seem to exist in the wild but I have never seen anybody give any concrete reason why that would be.

Tasks:

marcushutchings commented 4 months ago

@Beherith mentioned that the map texture sizes needed to be at multiples of the 2x2 map size. As a result I've put that restriction into QTPFS as well (which is easy enough to change)

sprunk commented 4 months ago

map texture sizes needed to be at multiples of the 2x2 map size

Ideally somebody would point a finger at this assumption in the relevant code snippet.