This is a mod for Single Player Tarkov.
The scope of this mod is to allow the you to adjust your raid times, and have the game still function "normally".
- Adjust global raid times, or raid times for individual maps.
- Raid times can be random ranges, grouped, and weighted.
- Extract train schedules automatically adjust to the new raid time.
- Earliest arrival time (given enough overall time) can be anywhere in between 35% to 80% of the total raid time, making train arrival less predictable and also more usable in extra long raids.
- The number of seconds the train waits before closing the doors and departing is now randomized; but always between 14 and 7 minutes.
- Raids can now be as short as 3 minutes and still have an active and functional train extract.
*Many of these options are configurable.
- Decompress the contents of the download into your root SPT directory.
- Open the
CustomRaidTimes/config/config.json5
file to adjust configuration options. - Leave a review and let me know what you think.
If you experience any problems, please submit a detailed bug report.
This project has been built in Visual Studio Code (VSC) using Node.js. If you are unfamiliar with Node.js, I recommend using NVM to manage installation and switching versions. If you do not wish to use NVM, you will need to install the version of Node.js listed within the .nvmrc
file manually.
This project uses Prettier to format code on save.
To build the project locally: