I would put it differently, as "I want enough land to have nearby enemies to crush quickly."You seems to want continents with room for many land-only cities?

I would put it differently, as "I want enough land to have nearby enemies to crush quickly."You seems to want continents with room for many land-only cities?
Code: Select all
$ ./tergen ISO 1 1
Map named "ISO"
Map size: 64 × 128 Topology: 1 (ISO)
33% land
30% mountains/hills
50% tempered
50% water on land
Plate tectonics, trying 18 plates
Plate tectonics with 13 plates
Code: Select all
[settings]
set={"name","value","gamestart"
"topology","ISO|HEX","ISO|HEX"
"xsize",180,180
"ysize",90,90
"generator","SCENARIO","RANDOM"
"wrap","WRAPX","WRAPX"
}
Wait a sec. Is there a bug in backward compatibility (savegame format conversion) in the freeciv engine? What format version the savegame claims to be, when it's not automatically converted to the format where "wrap" is a separate setting from "topology"?John Campbell wrote: ↑Tue Aug 19, 2025 8:00 am Also, 3.2 changed how wrapping is set in the save file, so they all default to wrapping both directions, regardless of what you set it to. 3.2 wants it on a separate line instead of in the topology line, like so
No, I think it's just tergen. The save files it produces are tagged as 3.2 (game_version=3020000), but are still using the pre-3.2 format for wrap.cazfi wrote: ↑Tue Aug 19, 2025 5:24 pmWait a sec. Is there a bug in backward compatibility (savegame format conversion) in the freeciv engine? What format version the savegame claims to be, when it's not automatically converted to the format where "wrap" is a separate setting from "topology"?John Campbell wrote: ↑Tue Aug 19, 2025 8:00 am Also, 3.2 changed how wrapping is set in the save file, so they all default to wrapping both directions, regardless of what you set it to. 3.2 wants it on a separate line instead of in the topology line, like so