Going Medieval – How to Add Custom Map Sizes

Guide to Add Custom Map Sizes

After reading the games FAQ, I read that a lot of the configuration of the game is done through JSON files located in the installation folder of Going Medieval. When starting a new game, I was a bit bummed that there was only one map size to choose from. In this guide, I”ll explain how you can add more map sizes.

If you browse to the Going Medieval installation folder (steamappscommonGoing MedievalGoing Medieval_DataStreamingAssets) and go in.

You will have to edit a single file located in the Going Medieval installation folder (Going MedievalGoing Medieval_DataStreamingAssets to be exact). There you’ll find a folder called “MapV2”, inside the folder there’s a file called “MapSizes.json”, open this file with your favourite text editor and there you’ll find the default map size. My advice is to add another map size instead of changing the existing one. See the below example how you can add another map size:

{
“repository”: [
{
“id”: “default_size”,
“width”: 190,
“height”: 16,
“length”: 190,
“blockHeight”: 3,
“shownInRelease”: true
},
{
“id”: “custom_map_size_1”,
“width”: 380,
“height”: 16,
“length”: 380,
“blockHeight”: 3,
“shownInRelease”: true
}
]
}

With this new custom map size, the map is 4 times as big.

Volodymyr Azimoff
About Volodymyr Azimoff 7932 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

Be the first to comment

Leave a Reply

Your email address will not be published.


*