Ruleset validator: Tilesets (#9881)

* Defensive Tileset loading

* Deleting a mod should do the same cleanup as downloading a new one

* Extensive RulesetValidator checks on Tileset mod integrity
This commit is contained in:
SomeTroglodyte
2023-08-08 23:47:14 +02:00
committed by GitHub
parent 903fb2c097
commit 8576f16c6e
5 changed files with 128 additions and 61 deletions

View File

@ -90,6 +90,8 @@ object Constants {
const val uncivXyzServer = "https://uncivserver.xyz"
const val defaultTileset = "HexaRealm"
/** Default for TileSetConfig.fallbackTileSet - Don't change unless you've also moved the crosshatch, borders, and arrows as well */
const val defaultFallbackTileset = "FantasyHex"
const val defaultUnitset = "AbsoluteUnits"
const val defaultSkin = "Minimal"