0
0
mirror of https://github.com/sp-tarkov/loot-dump-processor.git synced 2025-02-12 15:10:44 -05:00
CWX 39ac387aae
Per map process (#1)
* Seperate Tasks into their own methods, Add method to add map name to file name

* Formatting and added a few comments

* Add Clear method to collectors

* Change to local var, so data isnt stored longer than needed

* add Clear method to Storages

* Add changes for Per Map Processing and file i forgot to commit last time

* Update config to have mapNames in it, removed unused yaml file

* update comment

* changed to not throw so Filemode still can be used
2024-12-31 09:12:48 +00:00

78 lines
1.7 KiB
JSON

{
"serverLocation": "E:\\spt\\Server",
"threads": 10,
"threadPoolingTimeoutMs": 1000,
"jsonSerializer": "DotNet",
"manualGarbageCollectionCalls": false,
"dumpProcessorConfig": {
"spawnContainerChanceIncludeAfterDate": "2023-08-10 00:00:01"
},
"dataStorageConfig": {
"dataStorageType": "Memory",
"fileDataStorageTempLocation": "E:\\spt\\dumps\\cache"
},
"loggerConfig": {
"logLevel": "Info",
"queueLoggerPoolingTimeoutMs": 500
},
"readerConfig": {
"preProcessorConfig": {
"preProcessors": [
"SevenZip"
],
"preProcessorTempFolder": "E:\\spt\\dumps\\temp",
"cleanupTempFolderAfterProcess": true
},
"intakeReaderConfig": {
"maxDumpsPerMap": 5000,
"readerType": "Json",
"ignoredDumpLocations": [
"Hideout"
]
},
"dumpFilesLocation": [
"E:\\spt\\dumps\\input"
],
"thresholdDate": "2023-01-08",
"acceptedFileExtensions": [
"json",
"7z"
],
"processSubFolders": true,
"fileFilters": [
"JsonDump"
]
},
"processorConfig": {
"spawnPointToleranceForForced": 99.5,
"looseLootCountTolerancePercentage": 75
},
"collectorConfig": {
"collectorType": "Dump",
"maxEntitiesBeforeDumping": 1000,
"dumpLocation": "C:\\Users\\USER\\SPT\\tmp"
},
"writerConfig": {
"outputLocation": "E:\\spt\\dumps\\output"
},
"containerIgnoreList": {
"tarkovstreets": [
"container_City_SW_04_DesignStuff_00002",
"Lootable_00063"
]
},
"mapsToProcess": [
"bigmap",
"factory4_day",
"factory4_night",
"interchange",
"laboratory",
"lighthouse",
"rezervbase",
"sandbox",
"sandbox_high",
"shorline",
"tarkovstreets",
"woods"
]
}