Hotfix: 2022-10-26 - Fixed missing BEAR clothing options
Needs EFT 0.12.12.32.19904 (released 14 Oct 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
Release notes
Mod compatibility
Unless stated on the mods hub page, older mods are not compatible with 3.2.5.
Profile compatibility
3.X.X - Compatible
2.3.X and older - Incompatible
Fresh Automatic install instructions
- Download Escape from Tarkov from https://www.escapefromtarkov.com/
- Make a new folder somewhere (not your desktop or program files)
- Download the SPT-INSTALLER tool and copy the contents into the folder you've created
- Run
SPT_AKI_Intaller.exe
and let it complete - 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'
Fresh manual install instructions
- Download Escape from Tarkov from https://www.escapefromtarkov.com/
- Copy the live Tarkov folder to another location, call it something like "spt324" (Do NOT copy to a protected location, e.g. the desktop)
- Do not remove the live Tarkov folder, it must remain in the original install location for SPT to function
- Download and copy the contents of the downgrade patcher, run the patcher.
- Copy contents of
RELEASE-SPT-3.2.5-19904
(found at the bottom of this post) into the newly created 'spt325' folder usingWinRar
or7Zip
- 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
- Install
SPT 3.2.5
into a fresh folder, copy theuser/profiles
from yourSPT 3.2.4
folder into your newSPT 3.2.5
folder
Known SPT issues
- Server exe has a different icon (green shape)
- Aircraft do not fire flares when performing an airdrop
- Scav daily quests have not been implemented; they 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 with 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
- Your flea offers are marked as expired when the server is offline and items are returned in the mail
- 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, scavs can spawn in PMC spots
- Completing a quest that pushes a trader to the next loyalty level does not always correctly unlock the new level's items - workaround: buy an item from the trader to trigger the missing items to show
- Bleeds will vanish from your character on exiting a raid
- The server will not load when placed in a folder path containing Unicode characters
- Using horde mode on maps like Customs will cause large numbers of sniper scavs to spawn in the same area
- Looting a PMC dogtag doesn't always show their name on the post-raid kill screen
- some high level items unlocked through quests are missing from traders' assorts, these will be added as we unlock them on live and dump the data
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 BSG's design
- Scavs are much harder to fight, this is by BSG's design
- Game stuttering/lag 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 five minutes. The workaround is to press f12 to open/close the mod menu multiple times
- Tagging items in raid with special characters, e.g.
, or "
can corrupt the profile on exiting the raid
Changes
- Updated to support EFT 19904
- Updated quest data from live (3 new)
- Updated trader assorts (10 new)
- Improvements to fence
- Chooses from all possible items in game
- Added item type limit system
- Added item price multiplier to trader config
- Randomises medkit hp remaining
- Randomises armor durability
- Randomised weapon durability
- Improvements to airdrops
- Shooting a red flare from the flare gun now summons an airdrop
- Shooting a red handheld flare summons an airdrop 100% of the time
- Adjusted PMCs to talk less often
- Adjusted PMCs to react to hostile grenades more often
- Adjusted golden TT to be slightly more common on Reshala
- Removed requirement to complete
Supply plans
to completeWoods Keeper
Fixes
- Blacklisted multiple broken items from airdrop loot pool
- Fixed some items on flea being listed for 1 rouble
- Fixed client slowly crashing when summoning 10s of airdrops at the same time
- Fixed server error when a modded item is being returned when the mod is not installed
- Fixed Relentless + Escort quests failing when vising the hideout before a raid
Modders
- Removed all uses of
Delay()
when loading constructor dependencies - Replaced
ItemEventRouter
withEventOutputHolder
- Moved code out of
HttpServer
and into new classWebSocketServer
- Made
RagfairPriceService
an `onLoad module - Fixed a bug where files that have multiple periods (.) in them casued
HttpFileUtil.ts/sendFile()
to fail - Enabled
resolveJsonModule
to allow for easier importing of JSON into mod TS files- See here for details
- Removed unused file
database/traders/ragfair/assort.json
as it was causing confusion on how to add items to ragfair - Replaced
moneyStackLimits
withitemStackLimits
inconfigs/airdrop.json
, limits can now apply to all stackable items not just money (e.g. ammo) - New property
regenerateAssortsOnRefresh
added toconfig/trader.json
to allow regeneration of fence assorts on refresh of fence
Modder guide
Can be found here
The example mods have been updated for 3.2.5
Thanks
- Danny (Quest and trader assort data)