0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 05:50:44 -05:00

836 Commits

Author SHA1 Message Date
Chomp
7caec6efad Added system to insert items into bot storage areas during seasonal events - Used to add Christmas items to scavs 2024-12-18 23:51:25 +00:00
Chomp
f14dccf1d0 Added Case key and Sealed box to PMC loot blacklist 2024-12-16 19:00:05 +00:00
Chomp
234b6bea59 Added Case key and Sealed box to reward item blacklist
(cherry picked from commit 162b3570197ea34c8fa246c14c171bd931fbcadc)
2024-12-16 18:47:11 +00:00
41d5bd5586
Updates Version Numbers 2024-12-15 23:27:30 -05:00
6501958e51
Version Number & Biome Format
Updates the version number in the package.json file.
Ran the Biome formatter.
2024-12-15 22:34:34 -05:00
ef14ad27e1
Profile Backups (#983)
Here's a jumping off point for the profile backup feature. Included some
basic configuration options. Currently backup runs on server start-up
(before the profiles are loaded into memory) and on a configurable
interval.

I think it still needs work.
- [x] The folder name dates should be used to detect which old backups
should be removed
- [x] Not sure about the interval implementation...
- [x] Could make the clean method thinner
- [x] Remove VFS; I don't believe it's needed for copy operations
- [x] Save a list of active mods used by the backed up profiles

---------

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
Co-authored-by: Chomp <dev@dev.sp-tarkov.com>
2024-12-14 10:20:45 +00:00
Chomp
dd5d26fe36 Added O-832DU Shrapnel to blacklist 2024-12-11 09:05:44 +00:00
Chomp
7092c9991c Locked event quest behind config 2024-12-09 20:17:47 +00:00
Chomp
f6c575ac5e Updated version number 2024-12-09 16:55:07 +00:00
Chomp
b41d8683b3 Added array to config to allow ignoring of item types from rewards, wired up function in itemFilterService to return values + Added built in inserts to blacklist 2024-12-09 14:41:42 +00:00
21939dcf38
Biome Format
Ran the `npm run style:fix` command. These are the code-formatting fixes.
2024-12-07 13:50:09 -05:00
Chomp
c3cd67d8b9 Moved Christmas start day from 7th to 12th 2024-12-07 11:56:08 +00:00
Chomp
a431a3454b Removed duplicate face plate from killa helmet reward 2024-12-07 11:16:16 +00:00
Chomp
3c1a84230e Added money to circle blacklist 2024-12-07 10:16:15 +00:00
Chomp
d2b7baa8b6
Cultist circle improvements (#973)
Brings Cultist Cicle rewards closer to live behavior.

---------

Co-authored-by: Bob S <shibdib@users.noreply.github.com>
Co-authored-by: Chomp <dev@dev.sp-tarkov.com>
2024-12-06 17:15:06 +00:00
Chomp
8d5eb3586c Updated version string 2024-12-01 10:41:05 +00:00
Chomp
4542f5e467 Updated sptVersion property 2024-11-28 16:59:13 +00:00
Chomp
b9991b3825 Added spawn limit of 1 to toolkit on followerSanitar 2024-11-25 09:15:32 +00:00
Chomp
d2c0775b90 Further reduced WINTER season to 20 days 2024-11-23 22:01:24 +00:00
Dev
8e8b97ac26 Added Global Threat to event quest array 2024-11-22 20:38:19 +00:00
Dev
88208c6334 Adjust level 46+ PMCs to have headset 85% of the time instead of 50% 2024-11-21 14:46:55 +00:00
Dev
9632238fab Added removeInvalidTradersFromProfile to core.json config to allow cleanup of incorrect trader data in profile 2024-11-20 10:49:18 +00:00
b72bc87094 Update project/assets/configs/hideout.json (!431)
Adding missing cultist circle recipes from Live (checked against https://www.cultistcircle.com/recipes):
USEC operative figurine for HighCom Trooper TFO body armor (MultiCam)
Dundukk sport sunglasses for Axel parrot figurine
Soap for Awl
Zarya stun grenade for Light bulb ×2
LEDX Skin Transilluminator for TerraGroup "Blue Folders" materials

Reviewed-on: SPT/Server#431
Co-authored-by: theStraxus <thestraxus@noreply.dev.sp-tarkov.com>
Co-committed-by: theStraxus <thestraxus@noreply.dev.sp-tarkov.com>
2024-11-20 09:22:06 +00:00
Dev
0e861919c5 Adjusted zombie spawn chance to be 80% on bigmap instead of 0 2024-11-19 21:09:14 +00:00
Dev
59eb80f29b Fixed configureZombies() not correctly handling factory or sandbox maps 2024-11-19 19:15:25 +00:00
Dev
bf8cf20ec8 Added Documents with decrypted data to rewardable item blacklist 2024-11-19 18:20:09 +00:00
Dev
fe41ad04bb Reduced time winter is active due to how half-implemented it is 2024-11-19 15:51:47 +00:00
Dev
41a17e60d3 Added more weapons to sealed weapon crate item pool 2024-11-18 22:06:38 +00:00
Dev
eafa390c72 Fixed survey not implemented errors 2024-11-18 10:13:47 +00:00
Dev
63a15700cb Added zombie 999 sized magazines to rewardItemBlacklist 2024-11-18 08:35:55 +00:00
Dev
bbe0de531d Extend AUTUMN_LATE further out into december
Swapped winter_end _start around to make more sense
2024-11-17 18:49:09 +00:00
Dev
d6a5c25b20 Cleanup of survival state code
Moved hard coded fence rep values into trader config
Improved outcome debug logging
2024-11-16 20:22:24 +00:00
Dev
b9ce3ce82f Added drip out part 2 to specific side lists 2024-11-16 11:58:22 +00:00
Dev
26a57a49f6 Fixed Drip-Out - Part 1 appearing twice 2024-11-16 09:28:01 +00:00
Dev
d88e705c86 Fixed questConfig.profileWhitelist causing quests to not be shown when accepting a quest
reversed `questConfig.profileWhitelist` to have quest id as key and allowed game versions as value
2024-11-14 14:01:54 +00:00
Dev
7e3ae57e7e Cultist circle:
blacklisted out of season items (christmas/halloween) as rewards
blacklisted currency (dollar/rouble/euro) as rewards
2024-11-13 11:19:28 +00:00
Dev
060c7f0988 Added system to replace hostility settings for an event 2024-11-11 21:18:41 +00:00
Dev
dce5c2ad76 Added property to store 'non' maps in config 2024-11-11 21:16:58 +00:00
Dev
a06a3cfbfc Adjusted weather values
Reduced chance of fog
Reduced chance of constant cloud
Adjusted when rain is allowed to occur relative to cloud cover
Adding temp values for new seasons
2024-11-10 22:54:11 +00:00
Dev
f16c145523 Added A Healthy Alternative quest item to single spawn pool 2024-11-10 15:56:26 +00:00
Dev
b6b9474da3 Adjusted boss armor durability values to better match live dumps 2024-11-08 13:34:41 +00:00
Dev
3bdeaae575 Updated minAttachmentRoublePriceToBeTaken to a higher value, reducing the chance things like magazines are taken 2024-11-08 12:39:38 +00:00
Dev
4192ba3fb3 Added zombie questline to event system 2024-11-06 17:02:41 +00:00
Dev
99669f3f97 Updated item buff capitalization to match live 2024-11-05 15:15:09 +00:00
Dev
43bed3a8a8 Fixed hydrateLookup() storing data from handbookPriceOverride with incorrect parent keys
Increased prices of overrides
2024-11-05 09:27:21 +00:00
Dev
5cc541bc9e Blacklisted Infectious strike 2024-11-04 19:06:44 +00:00
Dev
3c0578e263 Adjusted Halloween event to 10th 2024-11-04 17:33:40 +00:00
Dev
35e6458205 Adjusted plate weightings to boost average plate level across all PMCs 2024-11-04 14:59:51 +00:00
Dev
39ea13fa43 Removed TOZ-106 from PMCs level 51+ 2024-11-04 14:51:49 +00:00
Dev
e844f52478 Added functionality to allow setting a minimum magazine size for bots based on bot level via config 2024-11-04 11:39:53 +00:00