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:
parent
366f738c37
commit
b20f813a77
@ -5,5 +5,32 @@
|
|||||||
"utils",
|
"utils",
|
||||||
"git",
|
"git",
|
||||||
"events"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user