DewardianDev added a new file:
QuoteDisplay More
=== INSTALL STEPS ===
1. Drag and drop the user folder into your tarkov root folder.
2. Optionally change your configuration (see below configuration options).3. ???????
4. Profit!!!!
==== Configuration Options ====
// Turn off and on
"enable": true,
// Length of time in minutes for each season to last.
"seasonLength": {
"SUMMER": 60,
"AUTUMN": 30,
"WINTER": 60,
"SPRING": 30
},
// If set to "true", will randomly select a season after each raid-end
"randomSeason": false,
// Weighting for season when randomSeason is set to true, and for initial season on game start.
"randomSeasonWeighting": {
"SUMMER": 5,
"AUTUMN": 2,
"WINTER": 1,
"SPRING": 2
},
// If you want to see server messages
"consoleMessages": true