diff --git a/docs/assets/img/spt-aki/setup/001.png b/docs/assets/img/spt-aki/setup/001.png new file mode 100644 index 0000000..d67eaf6 Binary files /dev/null and b/docs/assets/img/spt-aki/setup/001.png differ diff --git a/docs/assets/img/spt-aki/setup/003.png b/docs/assets/img/spt-aki/setup/003.png new file mode 100644 index 0000000..cb20039 Binary files /dev/null and b/docs/assets/img/spt-aki/setup/003.png differ diff --git a/docs/assets/img/spt-aki/setup/004.png b/docs/assets/img/spt-aki/setup/004.png new file mode 100644 index 0000000..00d1e0c Binary files /dev/null and b/docs/assets/img/spt-aki/setup/004.png differ diff --git a/docs/assets/img/spt-aki/setup/005.png b/docs/assets/img/spt-aki/setup/005.png new file mode 100644 index 0000000..6399740 Binary files /dev/null and b/docs/assets/img/spt-aki/setup/005.png differ diff --git a/docs/assets/img/spt-aki/setup/006.png b/docs/assets/img/spt-aki/setup/006.png new file mode 100644 index 0000000..2403d97 Binary files /dev/null and b/docs/assets/img/spt-aki/setup/006.png differ diff --git a/docs/assets/img/spt-aki/setup/007.png b/docs/assets/img/spt-aki/setup/007.png new file mode 100644 index 0000000..b358dd2 Binary files /dev/null and b/docs/assets/img/spt-aki/setup/007.png differ diff --git a/docs/md/getting_started/setup.md b/docs/md/getting_started/setup.md index 7a025de..ef75375 100644 --- a/docs/md/getting_started/setup.md +++ b/docs/md/getting_started/setup.md @@ -1,56 +1,71 @@ -# Setup guide - -> **Warning**\ -> This guide is outdated. +# SPT-AKI setup guide This guide covers the installation process for any of the releases of SPT-AKI since version `alpha-r6`. -## Requirements - - +## Prerequisites + +To install SPT-AKI on your system you need the following: * A legal copy of [Escape From Tarkov](https://www.escapefromtarkov.com/preorder-page) * Microsoft [.NET 5.0 Runtime (64bits)](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-windows-x64-installer) * [Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-ie/download/details.aspx?id=40784) * Up to data for [DirectX End-User Runtimes](https://www.microsoft.com/en-ie/download/details.aspx?id=35) -* [SPT-AKI files](https://mods.sp-tarkov.com/files/category-file-list/58-releases/) -## Installation +## Install SPT-AKI ### Checking compatibility -* Open BSG Launcher and check your game version (bottom right corner). +* Start the official Escape from Tarkov launcher (BSG Launcher) and check the game version, located on the bottom right corner of the launcher. -![BSG Launcher](../assets/img/sp-tarkov/install/001.webp) +![BSG Launcher](../assets/img/spt-aki/setup/001.png) - +* Go to the [SPT-AKI releases page](https://mods.sp-tarkov.com/files/category-file-list/58-releases/) and download the release compatible with that version. -* On the project page, check if one of SPT-AKI versions is compatible with your client version. + +![Release page with the matching version highlighted](../assets/img/spt-aki/setup/002.png) -![SPT-AKI releases page](../assets/img/sp-tarkov/install/002.webp) +If for any reason there is no compatible release is available for your game version, you will need to wait until SPT-AKI is updated to support the latest Escape from Tarkov version. - +> **Info**\ +> A release of SPT-AKI is only compatible with a specific Escape From Tarkov game version due to the fact that some parts of the game's code are changing with each patch. If an uncompatible client/release combo is used, the game won't be able to start or work properly. -> If no version is available for your client version, wait for the project to make a new release. +### Preparing the client -### Installing +Now that you've made sure that you're using a compatible game version and SPT-AKI release you will go ahead and create the basis for SPT-AKI to work. -Download the release matching your client version. +* Create a new `SPT-AKI` folder where you want it to be located. -![SPT-AKI releases pages](../assets/img/sp-tarkov/install/003.webp) +> **Note**\ +> For this guide we will use `C:\Games\SPT-AKI` as the location for our install. As such, our screenshot might reflect it, but you are free to install it wherever you want. - - -... - -### Running +* Go to your Escape from Tarkov installation folder. +* Copy the `EFT (live)` folder content and paste it into the `SPT-AKI` folder you just created. + +You should now have a folder looking like the screenshot below: + +![SPT-AKI install folder](../assets/img/spt-aki/setup/003.png) + +You now have created a copy of your regular Escape from Tarkov installation to avoid any unfortunate mishaps and potential ban, were you to install SPT-AKI over your main EFT install. + +### Installing the release + +You've made sure to have a compatible game version, created a copy of your EFT install and you're now ready to finally install the SPT-AKI release you downloaded earlier. + +To do so: + +* Extract the content of the release archive onto your Escape From Tarkov install copy. + +![Archive with extraction options](../assets/img/spt-aki/setup/004.png) + +![Extraction menu](../assets/img/spt-aki/setup/005.png) + +* When asked if files should be replaced, select `Replace the files in the destination`. + +![some image](../assets/img/spt-aki/setup/006.png) + +You now have an SPT-AKI installation ready to use. Your install folder should look like the one in the screenshot below: + +![SPT-AKI install folder](../assets/img/spt-aki/setup/007.png) +## First run ...