There are no ‘errors’ per se. The game is reporting that it does not have enough slots reserved for mandatory things. GO TALK TO CODEMINE ON THE GIT AND COMPLAIN WITH ME ABOUT THIS HALFASSED IMPLEMENTATION. It is not a fault of my mod [or any other] and its presence serves to soley fuck over mod makers and palyers who use mods.
Right here: https://github.com/CleverRaven/Cataclysm-DDA/issues/19290
^^ tell him its hurting the game.
But, generic rant aside, how you can remove that error without sumbitting a PR.
{
“type”: “overmap_special”,
“id”: “Crater”,
“overmaps”: [
{ “point”:[0,0,0], “overmap”: “crater”}
],
“locations”: [ “land”, “swamp” ],
“city_distance”: [0, -1],
“occurrences”: [0, 12],
“flags”: [ “BLOB”, “CLASSIC” ]
},
^^^ that is an example of an overmap_special.json entry.
I have 2 files that support these. pk_overmap.json and pk_overmap_freqloc.json
Go into these files and whatever other mods you use and take the:
"occurrences": [0, 12],
flag and change the first number to 0. Or any number you want. The first number is how many have to spawn on each overmap. the second is how many can spawn.