No description
  • TypeScript 97%
  • JavaScript 3%
Find a file
Paulov 93e73e9aec
Some checks failed
Create Release / Create Release (push) Has been cancelled
Update README.md
2023-11-18 07:59:28 +00:00
.github/workflows use node 16 2023-11-15 16:26:46 +00:00
node_modules Update node packages & match Aki 2023-10-24 08:29:09 +01:00
src add SIT messages 2023-11-15 09:02:48 +00:00
Traders Switch UnlockedByDefault to true for Coop Trader 2023-08-23 16:21:09 +01:00
types Update Aki Types 2023-10-10 08:57:07 +01:00
.eslintignore initial commit 2023-01-21 13:36:54 +00:00
.eslintrc.json initial commit 2023-01-21 13:36:54 +00:00
.gitignore Add dynamicAssort to gitignore 2023-08-06 23:23:18 +01:00
mod.code-workspace initial commit 2023-01-21 13:36:54 +00:00
package-lock.json Update node packages & match Aki 2023-10-24 08:29:09 +01:00
package.json Update Pre-Release and version numbers. Im not following Aki with those. 2023-11-15 16:11:49 +00:00
packageBuild.ts initial commit 2023-01-21 13:36:54 +00:00
README.md Update README.md 2023-11-18 07:59:28 +00:00
tsconfig.json initial commit 2023-01-21 13:36:54 +00:00

Stay in Tarkov

A SPT-Aki mod to be used with SPT-Aki Server to allow the Coop Module to communicate with the SPT-Aki Server.

Stay in Tarkov has moved

Please use the New Repository which is managed by a group of Contributors of the original Stay In Tarkov

GitHub all releases GitHub release (latest by date)


Summary

This is the SERVER modification of SPT-Aki to allow the Coop Module to communicate with the SPT-Aki Server.

How to use this Repo?

  • Install SIT via the Launcher (or manually)
  • Download and Install the latest SPT-Aki Server
  • Download the latest "Source code" release (preferred) or use the code clone above (if you are feeling brave and like bugs)
  • Install this repo into the server /user/mods/ folder
  • Rename the folder SITCoop

How do I set up this mod?

Coop Config JSON

  • You must configure the file called coopConfig.json in your SITCoop/config folder. This file is auto generated on first run of the mod.

IF you are using PORT FORWARDING

  • In the file you must use the following config, replacing 127.0.0.1 with your own IPv4 from https://www.whatismyip.com and set useExternalIPFinder to false
  • OR set useExternalIPFinder to true

IF you are using HAMACHI or other VPN service

  • set useExternalIPFinder to false
  • set externalIP to your desired IP from the service

Http.json

  • Open Aki_Data\Server\configs\http.json with your favourite text editor
  • Change the ip setting to your internal network IP of your Computer Primary Network (Ethernet or Wi-Fi)
  • Change the logRequests setting to false to prevent log spam

Installing SPT-Aki to Azure Web Services

https://learn.microsoft.com/en-us/azure/app-service/configure-language-nodejs