Releases: guillaumearm/PathToTarkov
Path To Tarkov 5.3.3
Changelog
I found another case of client crash + broken profiles because of repeatable quests.
I rewrite the fix and now it should be completely resolved, sorry for those who experiments this bugs related to repeatable quests generation.
Fixes
- Repeatable quests can now be assigned to locked traders
- Old corrupted profiles can now be restored
Path To Tarkov 5.3.2
Changelog
On this version, I reworked how locked/unlocked traders are handled.
Fixes
- Some traders are still locked even when quests are completed (with
traders_access_restriction
set to false). - Uninstall procedure was not working as intended with traders and secondary stashes
- Ref and custom modded traders are now correctly locked behind their quests.
Path To Tarkov 5.3.1
Changelog
Fixes
Broken empty secondary stashes
Path To Tarkov 5.3.0
Changelog
config
directory. now if you want to select an alternate config, please use the UserConfig.json
to refer to the name of the config you want to use (it's the name of the directory, for example Default
or PathToTarkovReloaded
)
Run the server once to generate the default UserConfig.json
file. then you can edit it from your side. it will allow you to select a config and make PTT updates without breaking your selected config.
Features
- Automatic validation of the loaded config on server start (your server will crash if the selected ptt config is broken)
- Ability to select a config with
UserConfig.json
(this file is generated on first start of the server) - Add Sally trader in the default config (available in the bunker stash)
- Add a default
Tooltips.json
file - Add a new
respawn_at
field in config that will allow config makers to change the offraid position when a player die without considering theinitial_offraid_position
(that is used at profile creation only in that case) - Add DevilFlippy config (with french translation on Tooltips.json)
- Narcotics config: add DynamicMaps patch integration
Fixes
- A lot of various fixes on incorrect spawn points and offraid position across all alternate_configs
- No more Fence gift when taking coop exfils
- Default config: use the new
Police Car
spawn point when infil from prapor's stash. - Default config: spawn at
Primorsky Vehicle Extract
when the car is used to go on streets - Default config: added a KlimovStash to be able to do the "Cease Fire!" quest.
- Default config:
Factory Far Corner
exfil replaced byZB-1011
- Narcotics config: enable Fence's insurance & define return chance
- Narcotics config: add missing stash to Nakatani Basement
API
- ability to set different config for different players
Thanks to @devilflippy and @NarcoticsRx for their contributions on this release.
Path To Tarkov 5.3.0-rc.1
Changelog
Default config changes
- Sally modded trader integration (available in the Bunker stash)
⚠️ ZB-1011 extract is used instead of Factory Far Corner- Replaced
Mira Ave
spawn byPolice Car
- Added
Tooltips.json
(Thanks to @devilflippy) for the default config (english only, see #10)
Features
- New field
respawn_at
(Check theExampleOverrideByProfiles/config.json
file)
Fixes
- Enable Fence's insurance & define return chance for NarcoConfig
Other changes (player_spawnpoints.json)
- Added
Police Car
avaible spawnpoint
Path To Tarkov 5.2.1
Changelog
Fixes
- PTTR atlernate config -> broken office window spawn point on factory
Path To Tarkov 5.2.0
Changelog
Features
- Fika full compatibility -> Every player has his own offraid position
- Add the ability to keep vanilla random spawnpoints on infiltrations using wildcard
*
notation - added option
heal_always_enabled
in traders config, in the default config it's enabled for Fence, so the offraid heal service will be always available. I thought that the experience was a bit hardcore without this (especially when using the Realism mod) - disable "run through" raid status
- Tooltips.json from PTTR configs can be used
- added Narcotics alternate config
insurance_return_chance
can be set in the config- Added Ref trader available next to Skier
- More connectivity between maps in the default config (D2 connected to Shoreline old bunker and Prapor's stash connected to interchange car exfil)
- In the Menu, locked maps are not displayed anymore.
- New config field
override_by_profiles
, this allow to change dynamically an user config according to the selected profile (fow now, only few fields are available to be overriden, please check the example alternative config to see the available fields list)
Fixes
- Ground Zero map was always unlocked no matter what your offraid position (bug introduced in 5.1.2)
- Multistash now work as intended. this means money/items will be consumed from the correct hideout stash.
- Proper migration of older ptt profiles when secondary stash is selected
- Repeatable quests fix: I patched again the repeatable quests generation so it won't crash the server and keep the client into an infinite loop.
Other changes (won't impact you if you're not a modder)
PathToTarkovAPI has been disabled by default because it won't work as expected since PTT 5.2.0 (not a big deal here because I don't know any PTT addon mod that rely on this api)
Don't worry, If you are not a mod maker, it probably won't impact you.
If you still want the path to tarkov api to be exposed, you can add enable_legacy_ptt_api
field set to true
in the json config
Special thanks to Narcotics for adding PTTR Tooltips.json + the configurable insurance_return_chance
+ disable "run through" raid status
Path To Tarkov 5.2.0-rc.15
Changelog
Fixes
- Rewrite of how exfils are handled -> no more mutation on db. locations are transformed on the fly (this will be needed for dynamic config in later versions of PTT)
Note: check #4 for the full changelog (since PTT 5.1.2)
Path To Tarkov 5.2.0-rc.14
Changelog
Features
- Added new
hideout_main_stash_access_via
usable inoverride_by_profiles
- Added map image and change vanilla exfil reqs to true for Narco config (#20)
Fixes
- Full re-implementation of the repeatable quests generation in order to completely rid of this annoying bug.
Note: check #4 for the full changelog (since PTT 5.1.2)
Path To Tarkov 5.2.0-rc.13
Changelog
Fixes
- Server crash when
override_by_profiles
field was missing
Note: check #4 for the full changelog (since PTT 5.1.2)