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
This commit is contained in:
+28
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user