updated setup guide

This commit is contained in:
SPT-dev 2023-03-02 21:10:29 -05:00
parent 5cd4c84ffd
commit 14b5b5830f
3 changed files with 18 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 KiB

View File

@ -63,9 +63,25 @@ To do so:
![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:
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
...
It's now time to do a test run and start the server, launcher and game for the first time.
To do so, go into the SPT-AKI installation folder and:
* Go into the `Server\` folder and start the server by double-clickin on the `Server` executable.
> **Note**\
> On its first run, the server will generate a new self signed x509 certificate. On the following startups, the server output in the console will be slightly different. Below is a screenshot of the server console on its first start up.
> ![Server console](../assets/img/spt-aki/setup/008.png)
If there is no error, or if the server is not crashing directly, you have successfully installed it and can proceed with the other step.
* Go into SPT-AKI installation folder and start the launcher by double-clicking on the `Launcher` executable.
As with the server, if there is no error message, or if the launcher is not crashing directly you can proceed with the other steps. If not, you may want to read the install guide again and check if your problem can be solved by one of the solutions listed in the [FAQ](./#getting_started/faq.md)