ASB_submission_bot/config/bot_config.json
Dusty.P b20f813a77 Updated Config
Added strings to ignore in ini files
Added listing of sections to keep in ini files
Added listing of custom dino mods to mod ids
2018-05-08 00:45:03 -08:00

37 lines
753 B
JSON

{
"load_list": [
"admin",
"uploader",
"utils",
"git",
"events"
],
"ignore_strings": {
"game.ini": [
"OverridePlayerLevelEngramPoints",
"ConfigOverrideItemCraftingCosts",
"OverrideNamedEngramEntries",
"PGTerrainPropertiesString",
"ConfigOverrideSupplyCrateItems",
"HarvestResourceItemAmountClassMultipliers",
"None",
"ModIDS",
"PGFavorites",
"PGLastUsedSettings_v2"
],
"dino.ini": []
},
"keep_blocks": {
"game.ini": ["/script/shootergame.shootergamemode"],
"dino.ini": [
"Dino Data",
"Colorization",
"Max Character Status Values",
"Dino Ancestry"
]
},
"mods": {
"/Game/Mods/ClassicFlyers": "895711211"
}
}