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": 10,
"WINTER": 60,
"SPRING": 10,
"AUTUMN_LATE": 10,
"SPRING_EARLY": 10,
"STORM": 10
},
// If set to "true", will randomly select a season after each raid-end instead of using the timed settings above
"randomSeason": true,
// Weighting for season when randomSeason is set to true, and for initial season on game start.
"randomSeasonWeighting": {
"SUMMER": 25,
"AUTUMN": 1,
"WINTER": 4,
"SPRING": 5,
"AUTUMN_LATE": 1,
"SPRING_EARLY": 5,
"STORM": 6
},
// If you want to see server messages
"consoleMessages": true