HOTFIX 2022-08-17:
- Fix server processing player flea offers x2 as often as it should
- Fix raids not giving xp
- Fix quests having incorrect prerequisite requirements
HOTFIX 2022-08-16:
- Fix post-raid heal screen not showing
- Fix issues with hideout erroring when air/water filters run out
- Fix json error in
config/ragfair.json
- Fix
gifter
bot not having an ammo section
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
Release notes
We focused on fixing as many bugs as we could find in 3.2.0.
Mod compatibility
Mods made for 2.3.1 are NOT compatible with 3.2.1
Mods made for 3.0.0 are NOT compatible and need changes to make them work
Mods made for 3.1.0 are compatible but some may need changes to make them work
Mods made for 3.2.0 are compatible but some may need changes to make them work
Profile compatibility
3.X.X - Compatible
2.3.X and older - Unsupported
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 live Tarkov folder to another location, call it something like "spt320" (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
- Download and copy the contents of the downgrade patcher, run the patcher.
- Copy contents of
RELEASE-SPT-3.2.1-19078
(found at the bottom of this post) into newly created 'spt' 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.1
, copy theuser/profiles
from your SPT 3.2.0 folder into yourSPT 3.2.1
folder
Known SPT issues
- Old airdrop code no longer works and had to be removed from SPT. We are actively writing new airdrop code but it will take a significant amount of time. They will eventually return in a future release
- Flare guns do not summon air drops, this may be added in a future release
- 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 levels items' - workaround: buy an item from trader
- 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 will cause large numbers of sniper scavs to spawn in the same area
- Looting a PMC dogtag doesn't show their name on the post-raid kill screen
- High level items unlocked through quests are missing from traders, 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 BSGs design
- Scavs are much harder to fight, this is by BSGs 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 5 minutes. The workaround is to press f12 to open/close the menu multiple times
- Tagging items in raid with special characters e.g.
,
can corrupt the profile on raid end
New Features
- Added system for adjusting flea prices if the price is significantly below the handbook price
Changes
- Adjusted bitcoin calculation algorithm to be more accurate compared to live
- Rewrote how traders + ragfair trader offers refresh, decoupled the refresh action from the player viewing trader assorts (small speedup when viewing traders or ragfair offers)
- Show a warning when loading multiple versions of the same mod
- Updated flea prices to match live
Fixes
- Fix server error when putting items into additional item hideout slots with elite hideout skill
- Fix failed quests not allowing quest items to be picked on subsequent attempts
- Fix new Zero to Hero profiles having EoD stash
- Fix
getCompatibleAmmo()
erroring when a bot JSON is missing ammo values – will correctly use weapon default ammo - Fix quest skill rewards not working – should now properly give skill points
- Fix post-raid exp screen showing double the exp earned
- Fix hideout recipes eating an entire stack of a resource when it should have only taken part of it
- Fix elite hideout skill breaking hideout areas that take inputs (e.g. Generator)
- Fix issue when creating an offer on the flea that would have 0 tax
Modders
- Fix for
CustomItemService
class failing to add locale values - Many enum names were standardized to be capitals
- E.g.
LogTextColor.BLACK
orLogBackgroundColor.YELLOW
- E.g.
- Bitcoin production can now be modifed by altering additional properties in
config/hideout.json
- The ProfileFixerService code is now run on the profile data that's returned after a raid prior to being saved to the profile json
The example mods have been updated for 3.2.1
- All resolvable classes can be found here
Modder guide
Can be found here