846 B
846 B
Skipper
A BepInEx plugin for SPT-AKI that allows you to skip quests in-game.
How to install
- Download the latest release here: link -OR- build from source (instructions below)
- Simply extract the zip file contents into your root SPT-AKI folder (where EscapeFromTarkov.exe is)
- Your
BepInEx/plugins
folder should now contain aTerkoiz.Skipper.dll
file inside
How to build from source
- Download/clone this repository
- Open your current SPT directory and copy all files from
\EscapeFromTarkov_Data\Managed
into this solution's\References\EFT_Managed
folder. - Rebuild the project in the Release configuration.
- Grab the
Terkoiz.Skipper.dll
file from thebin/Release
folder and use it wherever. Refer to the "How to install" section if you need help here.