This repository has been archived on 2024-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Skipper/README.md

16 lines
740 B
Markdown
Raw Normal View History

2024-04-19 18:13:14 +03:00
# Skipper
A BepInEx plugin for SPT-AKI that allows you to skip quests in-game.
### How to install
1. Download the latest release here: [link](https://dev.sp-tarkov.com/Terkoiz/Skipper/releases) -OR- build from source (instructions below)
2. Simply extract the zip file contents into your root SPT-AKI folder (where EscapeFromTarkov.exe is)
3. Your `BepInEx/plugins` folder should now contain a `Terkoiz.Skipper.dll` file inside
### How to build from source
2024-04-19 18:13:14 +03:00
1. Download/clone this repository
2024-11-22 08:00:33 +01:00
2. In the `Terkoiz.Skipper.csproj` under `PathToSPT` Change `D:\SP-AKI\Server-3.10-DEVELOPMENT` to your SPT folder.
2024-04-19 18:13:14 +03:00
3. Rebuild the project in the Release configuration.
2024-11-22 08:00:33 +01:00
4. The `Terkoiz.Skipper.dll` will now be in your `\BepInEx\plugins` folder.