Adds interaction prompts to exfils, letting you toggle the exfil timer on and off (you can finally loot that body without extracting!) as well as API tools for modders to add their own exfil interaction options.
Modders, see "Modders" tab for info on the API functions of this mod
On its own, this mod does very little.
It will:
- Make all extracts have an "Extract" prompt appear when you are inside their extraction zone. Interacting with it will toggle the extraction timer (read: loot bodies that end up in an extraction area without accidentally extracting)
- BepInEx config option exists to set whether the timer will be on immediately upon entering an exfil zone or if it will require you to interact with it first.
PLEASE DO NOT REDISTRIBUTE THIS MOD
If you are using it as a dependency to one of your projects, link it as a dependency. Do not package it with your upload.
If you'd like to support my work, you can buy me a coffee!
SPT 3.11.2
673 Downloads
for 3.11.X SPT versions
SPT 3.11 update
Unknown SPT Version
3.4K Downloads
for 3.10.X SPT versions
Changelog
Fixes for players
- Fix broken Saferoom exfiltration on Interchange (players were trapped in the saferoom 😂)
- Fix train exfils will always extract player automatically regardless of config (because if you don't trigger the extract on time the train just kills you)
- Fix broken lab elevator exfils when user cancel (so this is not cancellable anymore)
- Fix exfil with shared timers that should not be cancellable
New feature for modders
- Helpers.Settings is now public: This will allow to react to Interactable Exfils API Settings, or even change of them (.e.g. put it in readonly mode)
⚠️ Breaking changes for modders (this is why the v2)
It should not be a real problem since these features have not been used.
- Removed InteractableExfilsService.ExfilHasRequirement
- Removed InteractableExfilsService.ExfilIsCar
- Removed InteractableExfilsService.ExfilIsElevator
- Removed InteractableExfilsServiceAddPlayerToPlayersMetAllRequirements
Unknown SPT Version
550 Downloads
Unknown SPT Version
520 Downloads
for 3.10.X SPT versions
For players
USE THE NEXT 1.5.1 instead of this version
no real change here but you'll need at least this version for the final release of Path To Tarkov (v6)
For modders
Check on github to see the full changelog -> https://github.com/Jehree/SPT-InteractableExfilsAPI/releases/tag/v1.5.0
Unknown SPT Version
464 Downloads
for 3.10.X SPT versions
- The default extract prompt was broken in the previous 1.4.0 version (sorry for the inconveniance)
- I also re-used existing EFT locales in order to translate the mod for all languages.
Unknown SPT Version
339 Downloads
This version is broken, please upgrade to 1.4.1
No visible changes here, but this is a big one (will be needed for the upcoming version 6 of Path To Tarkov)
Full changelog here: https://github.com/Jehree/SPT-InteractableExfilsAPI/releases/tag/v1.4.0
Not quite yet...