To customize a Path to Tarkov configuration without overwriting it during future updates:
- Copy the configuration directory you want to use as a starting point and rename it, for example, to
MyConfig
. - Update the
selectedConfig
value in yourUserConfig.json5
file to point to your custom configuration:
selectedConfig: "MyConfig",
I suggest you to keep those 2 files opened in a browser tab when writing a config:
ALL_EXFILS.md
(list of vanilla exfils)shared_player_spawnpoints.json5
(list of ptt spawnpoints)- How to add custom player spawnpoints
In this tutorial, we will create a new config from scrath.
Here is the link to the PTT Config specification if you want more details on all features.
https://codebeautify.org/json5-validator
check here for sample configurations