Chomp
a7798b1b27
Added comments to GetOffersOfType
2025-10-12 09:43:45 +01:00
Chomp
a0937c2d33
Fixed gift code messages not working correctly
2025-10-10 17:43:15 +01:00
Chomp
48b41add00
Added dummy head to PMCs during Halloween event
...
Made `FIxDogtag` method protected
2025-10-10 10:54:13 +01:00
Chomp
310e8eee20
Fixed dogtag case not accepting all dogtag TPLs via FixDogtagCaseNotAcceptingAllDogtags call on server start
2025-10-10 09:41:32 +01:00
DrakiaXYZ
b15d1e3034
Fix traders salessum not increasing on purchase
...
The chance of a PMC transaction ID overlapping with a trader is slim to none, but the request type can be multiple this for traders. Skip checking type, and validate just using the transaction ID
2025-10-08 16:29:20 -07:00
Chomp
a5d98c1f61
Added offerListingTaxMultiplier to ragfair config and wired up. Defaults to off
2025-10-08 11:40:23 +01:00
Chomp
99891858cb
Moved craft ids out of UnlockHideoutLootCrateCrafts into config
2025-10-04 13:32:48 +01:00
Chomp
0acb3cb9cc
Moved shotgun tpls from FixShotgunDispersions to config
2025-10-04 13:22:06 +01:00
Chomp
6311f7a355
Renamed variable to improved clarity
2025-10-03 20:33:29 +01:00
Chomp
6e2286ca5b
Added system to allow adjustment of static spawn weights via config
...
reduced `Power substation utility cabin key` on customs to 60% of original weight
2025-10-03 20:28:39 +01:00
Chomp
cc745f4c46
Corrected ProcessBuyTradeRequestData transactionId to be Mongoid, updated associated code
...
Also moved TransactionId in `InsuranceRequestData` to be MongoId, updated associated code
2025-09-30 22:38:42 +01:00
Chomp
d68a51f031
Fixed buying PMC offers from flea error #597
2025-09-30 22:05:41 +01:00
Chomp
836112dc50
Weather refactor ( #596 )
...
* First pass at Weather generation refactor
* Moved generation logic around
* Added seasonal variability support
* Expanded weather generation to use DI system and allow easier modding
* Updated weather weight values
Converted records into classes
* Added fallback when generator isn't found
* Fixed colliding lambda
Added method comments
* Cleanup of weather code
* Adjusted `weatherPresetWeight` values
---------
Co-authored-by: Chomp <dev@dev.sp-tarkov.com >
2025-09-30 12:23:46 +00:00
Cj
36b247d92e
Move HideoutAreas to the Models.Enums.Hideout namespace
2025-09-29 18:14:59 -04:00
Chomp
a872459e60
Fixed typo in GenerateWeather
2025-09-29 13:37:25 +01:00
Chomp
5efe5e8c4e
Deconstructed kvp values inside RemoveExistingPmcWaves
2025-09-29 09:43:27 +01:00
Chomp
79e023392b
Implemented CoreBot type
...
Enabled 'rudans' patrol flag in Christmas event
2025-09-29 09:33:16 +01:00
Chomp
ecc0ba8406
Cleanup of warnings
2025-09-26 13:38:47 +01:00
Chomp
55b819e1ec
Removed GetItemRarityMultiplier, the values in items.json are garbage and should not be used
...
Added system to add multiplier to items that are used to craft in the hideout
2025-09-18 23:35:27 +01:00
Archangel
f3470aac59
Remove redundant checks for MongoId
2025-09-18 19:57:34 +02:00
Chomp
f7e8aa9e77
Added GetItemRarityMultiplier
2025-09-18 16:31:35 +01:00
Chomp
fb175d4341
Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop
2025-09-18 14:03:39 +01:00
Chomp
e8897886d2
Added an item type price multiplier override to GetFleaBasePriceMultiplier
...
All keycards now use a `2.5` multiplier, not just the red keycard
2025-09-18 14:03:28 +01:00
Archangel
6a4efe9e53
Set correct type on global LocationInfection
2025-09-17 20:47:24 +02:00
Chomp
1ef9ebd88a
Added system to generate item flea base prices based on handbook value
2025-09-16 22:24:35 +01:00
Chomp
3fa72b5064
Code lint
2025-09-14 16:40:05 +01:00
Chomp
7bbb76d755
Removed unused import
2025-09-14 16:03:06 +01:00
Chomp
d0a24db828
Removed recursion from GeneratePool
...
Reduced use of locks
2025-09-14 15:44:04 +01:00
Chomp
60271229f9
Performance/locking/name improvements to GeneratePool
2025-09-14 15:07:20 +01:00
Cj
11ae50875a
Custom quest service ( #589 )
...
* Initial work
* add todo
* Fix up errors
* More work on CustomQuestService
* Fix mistake
* Remove cloning work, its cancer
* clean-up
* Use TryAdd as a guard
* localize errors
* remove unused exception
* fix using
* fix not passing logging params
2025-09-14 09:20:25 +01:00
Cj
3596a12a19
Rename parameter for clarity
2025-09-10 12:04:54 -04:00
Cj
6ae1d6f52b
Implement ModItemCacheService ( #587 )
...
* Implement `ModItemCacheService`
* Fix file name
* Return early
* Make AI happy
2025-09-09 15:29:00 +00:00
Chomp
3af494317c
Reduced number of params throughout bot generation process
2025-09-08 16:41:25 +01:00
Chomp
b66bf0fecd
Use GetValueOrDefault instead of GetGetValue
2025-09-08 15:39:29 +01:00
Chomp
f8de9c795e
Small perf improvement inside HandlePreRaidInventoryChecks
2025-09-08 13:12:45 +01:00
Chomp
01570a1621
Improved locking inside RagfairRequiredItemsService
...
Comment and name improvements
2025-09-08 10:58:08 +01:00
Chomp
e5d0af3890
Formatting and naming consistency changes
2025-09-02 14:27:10 +01:00
Archangel
ea7cf20dec
I hate VS
2025-08-30 19:37:48 +02:00
Archangel
d51f598185
Remove unecessary if statement
2025-08-30 19:36:24 +02:00
Chomp
4c80ca242c
Updated various enums with values from live
2025-08-30 15:42:48 +01:00
Chomp
307071fa9f
Moved GC to later in map gen
...
Store Mongoid correctly
2025-08-29 09:48:14 +01:00
Chomp
7197d786dc
Prevent PMC waves spawning when they would have occurred before the player spawns as a scav in a simulated late-start raid
2025-08-28 21:51:39 +01:00
Archangel
6dacfde715
Change prop method naming to be more consistent
2025-08-28 15:38:36 +02:00
Archangel
7e2e3db3fd
Change property naming to be more consistent ( #578 )
2025-08-28 15:32:02 +02:00
Archangel
d4ed6c3392
Update profile migration code
2025-08-26 20:11:03 +02:00
Chomp
0df0d95363
First pass at rest area hideout changes
2025-08-23 21:02:24 +01:00
Archangel
646211ef04
Push global bot settings models, breaks server
2025-08-23 17:44:17 +02:00
Chomp
1df80171eb
Added new property to profiles
2025-08-23 14:34:53 +01:00
Chomp
c40439d04f
Updated core difficulty code to use JsonElement
2025-08-23 10:30:26 +01:00
Chomp
3312a5f28c
Fixed Server serializing difficulty values incorrectly
2025-08-23 10:14:04 +01:00