Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.24 KB

HOW_TO_CREATE_CONFIG.md

File metadata and controls

29 lines (20 loc) · 1.24 KB

Create your own PTT Configuration

To customize a Path to Tarkov configuration without overwriting it during future updates:

  1. Copy the configuration directory you want to use as a starting point and rename it, for example, to MyConfig.
  2. Update the selectedConfig value in your UserConfig.json5 file to point to your custom configuration:
selectedConfig: "MyConfig",

Resources for config makers

I suggest you to keep those 2 files opened in a browser tab when writing a config:

Follow the PTT config tutorial

In this tutorial, we will create a new config from scrath.

Check the PTT config specification

Here is the link to the PTT Config specification if you want more details on all features.

Use a linter to validate syntax of your config

https://codebeautify.org/json5-validator

Check Trap-PathToTarkov/configs/Examples directory

check here for sample configurations