PTT Extract Requirements 1.0.3

Adds all Extracts in the Path to Tarkov Config maintaining the Requirements.

Edit PTT Config enabling bypass_exfils_override.


"bypass_exfils_override": true,  MUST BE SET TO TRUE!



You also have to add Labs to the Main PTT config like so ...

Code
"laboratory": {       "lab_Parking_Gate" : "Car",       "lab_Hangar_Gate" : "Car",       "lab_Elevator_Med" : "Car",       "lab_Under_Storage_Collector" : "Car",       "lab_Elevator_Main" : "Car",       "lab_Vent" : "Car",       "lab_Elevator_Cargo" : "Car"     }
  • Since Path To Tarkov 3.0.0, this mod is not needed anymore.


    You can just enable the `vanilla_exfils_requirements` flag in config.json


    Thank you r1ft for the inspiration ;)

  • I'm not sure if it's stemming from this mod or from PTT itself but I'm having an issue where the time notifications gets stuck on screen in the bottom right and stack up over time. I can't find any way to clear them besides restarting the game. There's a similar one that just says "Hideout" also.

    • just click them and they go away

    • omfg


      I feel really dumb. Thank you lmao

  • Hey I got a small issue so far, on labs since I installed your mod "addon" there is no Available extract. Not to sure what cause it.

    • make sure that labs extracts are added to the PTT config like so ...


      Code
          "laboratory": {
            "lab_Parking_Gate" : "Car",
            "lab_Hangar_Gate" : "Car",
            "lab_Elevator_Med" : "Car",
            "lab_Under_Storage_Collector" : "Car",
            "lab_Elevator_Main" : "Car",
            "lab_Vent" : "Car",
            "lab_Elevator_Cargo" : "Car"
          }

      you can send the extracts to any infil I just have them set to car for this.

    • Thanks a lot r1ft :D I had to remove the mod just to extract from labs at first ahah

  • Poderia me ensinar como ativa?
    Instalei o mod porém ele não funciona!!!
    Eu sei que tenho que editar e ativar algo, porém estou perdido.
    Poderia me ajudar?

    • Você precisa modificar o caminho para Tarkov Config com

      "bypass_exfils_override": true,

  • Noice !


    I'm happy to see PTT addons see the day.


    In a future version of PTT I'll add a `subscribeConfig()` to observe config changes.


    Because other mods can change the config, you have to react to it. For example If a certain mod add or remove exfils.


    So for now you can't and it's OK, but in next versions, `getConfig` will be deprecated and even removed in next major version (sorry the API is unstable for now)

    Did you have any github repo for this mod where I could leave a PR as soon as `subscribeConfig` is available ?

    • no I'm using sp-tarkov git for all my stuff here. If you want just drop a msg here or ill just follow your repo on github for the changes.

    • Got it ! I can PR on gitea too ^^

    • that would be amazing if you would ill update when you do it should not take much.

  • I like this. :thumbup:

  • im confused what exactly does this do

    Confused 1
    • Any Extracts in the Path to Tarkov config are enabled but maintain requirements such as paracord being needed, no backpack, money, or switches needing to be turned on.

    • HMM SEEMS THE MOD ISNT WORKING THEN AS ZB 1013 IS USEABLE WITHOUT POWER

    • Working just fine on my end have you edited the Path to Tarkov config with
      "bypass_exfils_override": true,