0
0
mirror of https://github.com/sp-tarkov/loot-dump-processor.git synced 2025-02-13 09:50:44 -05:00

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"serverLocation": "M:\\Development\\spt\\server",
2023-08-12 19:08:38 +01:00
"manualGarbageCollectionCalls": false,
"dumpProcessorConfig": {
2023-08-13 19:08:06 +01:00
"spawnContainerChanceIncludeAfterDate": "2023-08-10 00:00:01"
},
2023-08-12 19:08:38 +01:00
"dataStorageConfig": {
"dataStorageType": "Memory",
"fileDataStorageTempLocation": "M:\\Development\\spt\\dumps\\cache"
2023-08-12 19:08:38 +01:00
},
"readerConfig": {
"intakeReaderConfig": {
"maxDumpsPerMap": 5000,
2023-08-12 19:08:38 +01:00
"ignoredDumpLocations": [
"Hideout"
]
},
"dumpFilesLocation": [
"M:\\Development\\spt\\input"
2023-08-12 19:08:38 +01:00
],
"thresholdDate": "2023-01-08",
"processSubFolders": true
2023-08-12 19:08:38 +01:00
},
"processorConfig": {
"spawnPointToleranceForForced": 99.5,
"looseLootCountTolerancePercentage": 75
2023-08-12 19:08:38 +01:00
},
"collectorConfig": {
"collectorType": "Dump",
"maxEntitiesBeforeDumping": 1000,
"dumpLocation": "M:\\Development\\spt\\dumps\\tmp"
},
2023-08-12 19:08:38 +01:00
"writerConfig": {
"outputLocation": "M:\\Development\\spt\\dumps\\output"
2023-09-08 15:35:19 +01:00
},
"containerIgnoreList": {
"tarkovstreets": [
"container_City_SW_04_DesignStuff_00002",
"Lootable_00063"
]
},
"mapsToProcess": [
"bigmap",
"factory4_day",
"factory4_night",
"interchange",
"laboratory",
"lighthouse",
"rezervbase",
"sandbox",
"sandbox_high",
"shoreline",
"tarkovstreets",
"woods"
]
2023-08-12 19:08:38 +01:00
}