Is there an algorithm in the code on how the maps are created with different terrains, tile by tile, given a certain type? E.g., the likelihood of getting a rough terrain tile?
Is there any practical difference between Mediterranean, Northern European, and Middle-Eastern, other than cosmetics? I.e., can Mediterranean Agricultural, Northern European Agricultural, and Middle-Eastern Agricultural be expected to be all the same? If not, how do they differ (again, other than cosmetically)?
Questions on Map Terrain
-
- General - Carrier
- Posts: 4632
- Joined: Mon Jun 03, 2019 4:17 pm
- Location: Stockholm, SWEDEN
Questions on Map Terrain
kronenblatt's campaign and tournament thread hub:
https://www.slitherine.com/forum/viewtopic.php?t=108643
https://www.slitherine.com/forum/viewtopic.php?t=108643
Re: Questions on Map Terrain
I've noticed the Middle-Eastern maps are the only ones to spawn enclosures. Not sure about other differences between climates.
Touhou mod for FOGII: Medieval: https://www.slitherine.com/forum/viewtopic.php?t=111582
My FOGII and FOGII Medieval focused channel: https://www.youtube.com/@Rosedelio
My FOGII and FOGII Medieval focused channel: https://www.youtube.com/@Rosedelio
-
- Field of Glory 2
- Posts: 28274
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Questions on Map Terrain
Of course, but you would have to read and understand the code. The map generation code is in /Data/Battle/Scripts/MapGenerateBattle.bsfkronenblatt wrote: ↑Wed May 18, 2022 6:58 pm Is there an algorithm in the code on how the maps are created with different terrains, tile by tile, given a certain type? E.g., the likelihood of getting a rough terrain tile?
Main differences areIs there any practical difference between Mediterranean, Northern European, and Middle-Eastern, other than cosmetics? I.e., can Mediterranean Agricultural, Northern European Agricultural, and Middle-Eastern Agricultural be expected to be all the same? If not, how do they differ (again, other than cosmetically)?
1) North European and Tropical maps have more woods, Southern Europe somewhat less, Middle Eastern even less.
2) Middle Eastern maps have enclosed (irrigated) fields.
Richard Bodley Scott


-
- General - Carrier
- Posts: 4632
- Joined: Mon Jun 03, 2019 4:17 pm
- Location: Stockholm, SWEDEN
Re: Questions on Map Terrain
Thanks!
And the presence of marsh terrains differ between NE, M, and ME too, I guess?
But rough terrains and height differences more or less the same between NE, M, and ME?
And the presence of marsh terrains differ between NE, M, and ME too, I guess?
But rough terrains and height differences more or less the same between NE, M, and ME?
kronenblatt's campaign and tournament thread hub:
https://www.slitherine.com/forum/viewtopic.php?t=108643
https://www.slitherine.com/forum/viewtopic.php?t=108643
-
- Field of Glory 2
- Posts: 28274
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Questions on Map Terrain
Not currently. Plenty of marshes in all geographical regions other than Desert.kronenblatt wrote: ↑Thu May 19, 2022 10:28 am And the presence of marsh terrains differ between NE, M, and ME too, I guess?
YesBut rough terrains and height differences more or less the same between NE, M, and ME?
Richard Bodley Scott


-
- General - Carrier
- Posts: 4632
- Joined: Mon Jun 03, 2019 4:17 pm
- Location: Stockholm, SWEDEN
Re: Questions on Map Terrain
I'm interested in Desert map type at the moment. Been through the file above and from what I found, desert allows coast but not river. And no forests of course, it seems (due to open == 100).rbodleyscott wrote: ↑Thu May 19, 2022 7:04 amOf course, but you would have to read and understand the code. The map generation code is in /Data/Battle/Scripts/MapGenerateBattle.bsfkronenblatt wrote: ↑Wed May 18, 2022 6:58 pm Is there an algorithm in the code on how the maps are created with different terrains, tile by tile, given a certain type? E.g., the likelihood of getting a rough terrain tile?
But what about proportions of rough terrain and height differences? Which other map type(s) does Desert mostly resemble in those two respects?
kronenblatt's campaign and tournament thread hub:
https://www.slitherine.com/forum/viewtopic.php?t=108643
https://www.slitherine.com/forum/viewtopic.php?t=108643
-
- Field of Glory 2
- Posts: 28274
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Questions on Map Terrain
Not entirely sure. It is all in the code.kronenblatt wrote: ↑Fri Nov 10, 2023 10:13 amI'm interested in Desert map type at the moment. Been through the file above and from what I found, desert allows coast but not river. And no forests of course, it seems (due to open == 100).rbodleyscott wrote: ↑Thu May 19, 2022 7:04 amOf course, but you would have to read and understand the code. The map generation code is in /Data/Battle/Scripts/MapGenerateBattle.bsfkronenblatt wrote: ↑Wed May 18, 2022 6:58 pm Is there an algorithm in the code on how the maps are created with different terrains, tile by tile, given a certain type? E.g., the likelihood of getting a rough terrain tile?
But what about proportions of rough terrain and height differences? Which other map type(s) does Desert mostly resemble in those two respects?
Richard Bodley Scott

