SPT-AKI 3.1.1 release

Needs EFT 12.12.30.19078 (released 19th July 2022)

If this is your first time installing SPT consider using the AKI installer, you can find it here

A guide to installing SPT manually can be found here


Users who already installed 3.1.0 can drop the contents of the zip into their 3.1.0 folder

Release notes


Updated to latest tarkov version (lighthouse expansion + new guns)

This is a post 3.1.0 release with a number of changes we found after people reported them today. Thanks for your reports.

Mods made for 2.3.1 are NOT compatible for 3.1.0

Mods made for 3.0.0 are NOT compatible and need minor changes to make them work

Mods made for 3.1.0 are compatible but some may need changes to make them work


Profile compatibility


3.X.X - compatible

2.3.X - Use at own risk (There have been reports of insurance items not being sent when using 2.3.1 profiles)

2.2.X and older - Unsupported


Fresh install instructions


  • Download Escape from Tarkov from https://www.escapefromtarkov.com/
  • Copy live Tarkov folder to another location, call it something like "spt310" (Do NOT copy to a protected location e.g. the desktop)
  • Do not remove live Tarkov folder, it must remain in the original install location for SPT to function
  • Copy contents of RELEASE-SPT-3.1.1-19078 (found at the bottom of this post) into newly created 'spt' folder using WinRar or 7Zip
  • Run Aki.Server.exe and wait for it to start
  • Start Aki.Launcher.exe
  • Enter any username into the username box (NOT the same details as your live account)
  • Click login - choose the edition you want (EoD, Standard etc)
  • Click 'Start game'


Migrating existing profiles to the new version (3.1.0 to 3.1.1)


  • Copy the contents of RELEASE-SPT-3.1.1-19078 into your SPT 3.1.0 folder, making sure to overwrite all old files.


Known SPT issues


  • Airdrops have been removed due to bsg reworking them, they will return in a future release
  • Scav daily quests hae not been implemented, they will be added in a future release
  • Flare guns to do summon an airdrop, this will be added in a future release
  • Sometimes you'll start a map with no extracts, the only way to escape is to press alt+f4
  • Some quests need PMCs to spawn in map locations that have no bot spawns making them impossible to complete (e.g. kill x PMCs in scav fortress/base)
  • Selecting the overview tab as a scav can break your client - workaround: alt+f4 to escape
  • Looting while extracting can break the client - workaround: alt+f4 to escape
  • Flashbangs don’t give the ear ringing (tinnitus) effect
  • Christmas items can still be found as loot
  • Too many Rogues spawn on lighthouse compared to live, resulting in very few scavs spawning
  • Flea offers that sell when the server is offline are marked as expired and items are returned
  • Flea categories don't always show the correct number of offers when filtering by item
  • Time drift - the server and raid times slowly drift apart over time
  • Extracts are not the same as live, PMC only extracts appear for scavs
  • Completing a quest that pushes a trader to the next loyalty level does not correctly unlock the new levels items' - workaround: buy any item from trader
  • Bleeds will vanish from your character on exiting a raid
  • End of raid exp screen shows slightly incorrect exp values (profile still saves correct values)


Known NON-SPT issues


  • BSG have blacklisted a lot of high-level items from the flea. You can disable this blacklist by using a mod / editing the ragfair config.
  • Rogues are insanely difficult, this is by BSGs design
  • Scavs are much harder to fight, this is by BSGs design
  • Stuttering will occur when bots spawn in
  • Being killed when looting causes the game client to soft-lock
  • Opening a 120 bullet ammo pack in-raid creates a single stack of 120
  • The game can get stuck on the menu loading screen for 5 minutes. The workaround is to press f12 to open/close the menu multiple times


Changes


  • Fixed a bug where quests would break after using a non-english setting in config/locale.json
  • Updated all language files used by EFT
  • Updated map loot


Modders


3.x.x mods will need to use the new interfaces IPreAkiLoadMod/IPostDBLoadMod/IPostAkiLoadMod instead of IMod

  • Removed the temporary mod services listed below as they have been replaced with the more permanent “postDBLoad()” accessed by implementing the IPostDBLoadMod interface in your mod.ts. This approach means you can both add/edit/delete anything in the database rather than only add using the old custom services.
    • CustomItemService
    • CustomTraderAssortService
    • CustomHandbookItemService
    • CustomPresetService

The example mods have been updated to reflect this change

  • All code classes can be found here


Modder guide


Can be found here


Download link: SPT-AKI