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

1916 Commits

Author SHA1 Message Date
Chomp
f210e5e53d
Updated bot difficulty settings 2024-12-27 20:42:55 -05:00
Chomp
f953994c27
Updated PMC difficulty values 2024-12-27 20:42:49 -05:00
Chomp
c349bc4f63
Update location base JSONs + added new location property 2024-12-27 20:42:38 -05:00
Chomp
6c3a939282
Added various missing images 2024-12-27 20:40:08 -05:00
Chomp
8b457dc6d1
Updated PMC item pools to include new weapons/items 2024-12-27 20:39:57 -05:00
Chomp
9782a3bee7
Updated profile templates 2024-12-27 20:39:42 -05:00
Chomp
e88fb3ae32
Updated statics data for maps 2024-12-27 20:38:35 -05:00
Chomp
5d093b4521
Updated customs statics 2024-12-27 20:38:28 -05:00
Chomp
f241ba75ac
Added missing quest icons 2024-12-27 20:38:17 -05:00
Chomp
6781b8dc17
Blacklisted flyers from fence 2024-12-27 20:37:51 -05:00
Chomp
226879853e
Added killas christmas armor 2024-12-27 20:37:41 -05:00
Chomp
1795d38d54
Added questids to productions 2024-12-27 20:31:33 -05:00
CWX
5864f81b1e
Merge branch 'bun' of https://github.com/sp-tarkov/server into bun 2024-12-27 20:31:22 -05:00
CWX
7427966a86
change to membercategory 1 for Dev, BSG now dont allow DevMask in raid unless you are this category 2024-12-27 20:29:50 -05:00
Chomp
d2aadf3c9d
Added dogtag data to profiles 2024-12-27 20:29:27 -05:00
Chomp
fd806ae91f
Added new JSONs 2024-12-27 20:28:56 -05:00
Chomp
0568de39f2
Removed null value from Смотритель 2024-12-27 20:16:11 -05:00
Chomp
359144669b
Removed null value from btr data 2024-12-27 20:16:00 -05:00
Chomp
82b7f5e9a9
Updated version string in core.json 2024-12-27 20:15:50 -05:00
Chomp
6ff1916653
Updated JSONS and matching interfaces
updated ragman clothing

Updated quests

Updated trader assorts

Updated location servcies

Added new prestige data + new classes to handle new endpoints

Added new hideout customisation endpoint

# Conflicts:
#	project/src/models/eft/common/IGlobals.ts
#	project/src/models/eft/common/ILocationBase.ts
#	project/src/models/spt/config/IInventoryConfig.ts
#	project/src/models/spt/hideout/IHideout.ts
#	project/src/models/spt/templates/ITemplates.ts
2024-12-27 20:15:03 -05:00
Chomp
c6a9a1afb5 Fixed opening sealed case causing server error 2024-12-25 09:15:26 +00:00
Chomp
1a2cc6113b Updated server locales 2024-12-24 09:45:09 +00:00
Chomp
531dca5f92 Fixed incorrect ledx id inside inventory.json Pumpkin with sweets reward 2024-12-24 09:06:49 +00:00
Chomp
21d11702c6 Increased chance of rain 2024-12-23 22:45:15 +00:00
Chomp
a5e187ebda Reduced chance of sunny weather 2024-12-23 22:41:03 +00:00
Chomp
c68b3d7644 Slightly reduced chance of ornaments on scavs during christmas event 2024-12-23 22:15:40 +00:00
Chomp
db5701fd65 Updated shoreline data 2024-12-23 16:46:48 +00:00
Chomp
74e1119b8c Updated bot data 2024-12-23 09:49:34 +00:00
Chomp
8a9a5a73d8 Updated location data 2024-12-23 09:49:03 +00:00
Chomp
863738087f Moved deprioritisedContainers data into config as deprioritisedMoneyContainers 2024-12-22 21:30:21 +00:00
Chomp
c40a4aa7cb Added system to allow overriding flea prices via config 2024-12-22 15:35:15 +00:00
Chomp
3662767972 Added walter quest container rewards (opened box/opened case) 2024-12-22 13:13:09 +00:00
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
fae965797d Forced infectedTagilla to have 1 loot item 2024-12-17 17:33:40 +00:00
Chomp
065cef3759 Weight infectedTagilla to have 3 magazines 2024-12-17 17:26:20 +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
ec5227a05f
Merge branch '3.10.3-DEV' 2024-12-15 22:35:08 -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
ada2fd7717 Updated bot loot weights
(cherry picked from commit bd5dd9df9bd9cfe2ea82c7d368e5fd7c6bfd9071)
2024-12-13 17:06:44 +00:00
Chomp
9bf6ee3a5e Updated bot JSON data 2024-12-13 10:08:46 +00:00
Chomp
f12a5d3029 Updated location data 2024-12-12 22:31:30 +00:00
Chomp
a9c05980df Updated flea prices + sort dictionary by key 2024-12-12 17:01:35 +00:00
Chomp
bd8cc26535 Updated JSONs 2024-12-12 16:51:10 +00:00
Chomp
dc3258d986 Full refresh of trader assorts 2024-12-12 16:17:52 +00:00
Chomp
9f0f09707c Fixed 2 additional placeholder quest reward properties 2024-12-12 16:17:26 +00:00
Chomp
f743d1f59d Fixed placeholder quest reward properties for reconnaissance 2024-12-12 16:10:28 +00:00
Chomp
8f001ff8f0 Updated spanish locale 2024-12-12 14:25:43 +00:00