Update setup guide and added imgs
This commit is contained in:
parent
a607e0acd5
commit
3a833c8396
BIN
docs/assets/img/spt-aki/setup/001.png
Normal file
BIN
docs/assets/img/spt-aki/setup/001.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
BIN
docs/assets/img/spt-aki/setup/003.png
Normal file
BIN
docs/assets/img/spt-aki/setup/003.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
docs/assets/img/spt-aki/setup/004.png
Normal file
BIN
docs/assets/img/spt-aki/setup/004.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
docs/assets/img/spt-aki/setup/005.png
Normal file
BIN
docs/assets/img/spt-aki/setup/005.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
BIN
docs/assets/img/spt-aki/setup/006.png
Normal file
BIN
docs/assets/img/spt-aki/setup/006.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
BIN
docs/assets/img/spt-aki/setup/007.png
Normal file
BIN
docs/assets/img/spt-aki/setup/007.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
@ -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
|
||||
<!-- TODO: update SPT-AKI files link -->
|
||||
<!-- TODO: update 2nd img to a screenshot of the new release page -->
|
||||
## 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)
|
||||
|
||||
<!-- Edit for the guilded version:
|
||||
![BSG Launcher](https://img.guildedcdn.com/ContentMedia/096464129e28d628476bb066510e7ae9-Full.webp)
|
||||
-->
|
||||
* 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.
|
||||
<!-- FIXME: use actual screenshot -->
|
||||
![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.
|
||||
|
||||
<!-- Edit for the guilded version:
|
||||
![SP-Tarkov modules and server releases pages](https://img.guildedcdn.com/ContentMedia/25ffcad735c1a4f7aaba931bbfd6027e-Full.webp)
|
||||
)
|
||||
-->
|
||||
> **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.
|
||||
|
||||
<!-- Edit for the guilded version:
|
||||
![Downloading SP-Tarkov modules and server releases](https://img.guildedcdn.com/ContentMedia/bd2187554d69181f3d11c0c257edd663-Full.webp)
|
||||
)
|
||||
-->
|
||||
|
||||
...
|
||||
|
||||
### 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
|
||||
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user