From b20f813a77d2d5a8fbd7daef5289516c7acb6a9c Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Tue, 8 May 2018 00:45:03 -0800 Subject: [PATCH] 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 --- config/bot_config.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/config/bot_config.json b/config/bot_config.json index 5ed4e66..7e8f2b5 100644 --- a/config/bot_config.json +++ b/config/bot_config.json @@ -5,5 +5,32 @@ "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" + } }