Commit Graph

3836 Commits

Author SHA1 Message Date
Archangel fe04661f59 Merge branch 'develop' 2025-11-01 12:33:09 +01:00
DrakiaXYZ 96c7feff55 Merge pull request #675 from DrakiaXYZ/fix-zombies
Fix zombie spawns
2025-11-01 09:13:35 +00:00
Archangel 5354733c94 Mark as obsolete 2025-10-31 23:17:15 +01:00
DrakiaXYZ d2e2f04c93 Merge 4.0.3 changes to main (#674)
* Fix exception sometimes thrown on save
- Switch back from File.Rename to File.Move, as Rename is throwing exceptions on some users systems

* Change BTR skin to tarcola during Christmas event

* Added comment

* Remove unused using

* Add wipe Response model

* formatting and add Wipe Endpoint to V2

* Format Style Fixes

* Merge pull request #669 from sp-tarkov/Assembly-ref-validation

Validate core assembly reference when loading mods

* removed zombies from customs and interchange + increased infection across other maps that have zombie kill quests

* Don't apply hostility changes to maps without zombies during halloween

`ReplaceBotHostiltiy` has optional map whitelist param

* Updated hostility values for maps with infection:
bosses = hostile to player not to pmc bots
followers = hostile to player not to pmc bots
pmcs = hostile to player + always hostile to scavs
scavs = hostile to player and pmc bots
raiders = hostile to player and pmc bots

Adjusted infection rates to just maps with zombie kill quests

* Format Style Fixes

* Added missing values for event bosses

* Format Style Fixes

* Added missing values for `ravangezryachiyevent`
Fixed preset typo `bossTagillaAgro`

* Format Style Fixes

* Flagged `Night of The Cult` as halloween quest

* Fixed incorrect logic

* Enabled `Night of The Cult` bosses to spawn

* Format Style Fixes

* Addd a new ReleaseCheckService to notify users of updates (#670)

* Addd a new ReleaseCheckService to notify users of updates
- Pulls the latest release from GitHub API to compare the tag against the users current SPT version
- Runs at the very end of the startup process to avoid being pushed off screen by mod logging
- Only notifies of patch version increments, not major or minor increments
- Links the release notes so users can Ctrl+Click to open directly to the upgrade page
- Is run on its own thread, and discards all errors, so as to not impact users without an internet connection or ability to access GitHub

* Formatting

* Use record for the ReleaseInformation class

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>

* ProfileDataService changes:

Added `ClearProfileData()`
Replaced filepath access with `Path.Combine`
Reduced various sources of duplication

* Adjusted `Goons` spawn chance to 20% across `Customs/Lighthouse/Woods/Shoreline`

* Account for compound items in DialogHelper.GetMessageItemContents

* Generate weapon/armor price based on the child item price total

* Added halloween event bosses to april event

* Flagged infected spawns as `ForceSpawn` and ``

* Add migration for invalid pockets

* Default assign IEnumerable

* Post raid effect fixes:
When exiting raid with severe muscle pain, prevent client instructing server to add mild muscle pain
When exiting a raid with effect that has a timer, decrease timer value by amount of time spent in raid

* Updated nuget packages

* Fixed player scav not having correct HP values on limbs #642

* Remove unused record

* Revert "Updated nuget packages"

This reverts commit f6d9d461a6.

* Added `IMP mine detector` to reward and flea blacklist

* Fixed weapon builds not overwriting existing #654

Cleaned up `SaveWeaponBuild` and `SaveEquipmentBuild`

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
Co-authored-by: Chomp <dev@dev.sp-tarkov.com>
Co-authored-by: CWX <CWXDEV@outlook.com>
Co-authored-by: sp-tarkov-bot <singleplayertarkov@gmail.com>
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Co-authored-by: Tyfon <29051038+tyfon7@users.noreply.github.com>
Co-authored-by: Archangel <jesse@archangel.wtf>
2025-10-31 14:55:07 -07:00
Chomp ac88c05e1e Fixed weapon builds not overwriting existing #654
Cleaned up `SaveWeaponBuild` and `SaveEquipmentBuild`
2025-10-31 18:55:47 +00:00
Chomp 91c9abd654 Added IMP mine detector to reward and flea blacklist 2025-10-31 18:43:06 +00:00
Chomp 2be1310c64 Revert "Updated nuget packages"
This reverts commit f6d9d461a6.
2025-10-31 18:37:02 +00:00
Archangel 73d299830a Remove unused record 2025-10-31 19:26:38 +01:00
Chomp b92aedbc0c Fixed player scav not having correct HP values on limbs #642 2025-10-31 18:24:30 +00:00
Chomp f6d9d461a6 Updated nuget packages 2025-10-31 16:36:46 +00:00
Chomp 421ab55c23 Post raid effect fixes:
When exiting raid with severe muscle pain, prevent client instructing server to add mild muscle pain
When exiting a raid with effect that has a timer, decrease timer value by amount of time spent in raid
2025-10-31 16:29:55 +00:00
Archangel e5bb62cf62 Default assign IEnumerable 2025-10-31 17:05:13 +01:00
Archangel ae15dc1bee Add migration for invalid pockets 2025-10-31 16:53:15 +01:00
Chomp e3114ae23f Flagged infected spawns as ForceSpawn and `` 2025-10-31 15:02:30 +00:00
Chomp 4070f866fa Added halloween event bosses to april event 2025-10-31 13:45:06 +00:00
Chomp c1c9b2a53f Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-30 22:14:52 +00:00
Chomp ab882617d7 Generate weapon/armor price based on the child item price total 2025-10-30 22:13:53 +00:00
Chomp d65619b366 Account for compound items in DialogHelper.GetMessageItemContents (#671)
Co-authored-by: Tyfon <29051038+tyfon7@users.noreply.github.com>
2025-10-30 20:14:02 +00:00
Tyfon cac81f417d Account for compound items in DialogHelper.GetMessageItemContents 2025-10-30 11:03:24 -07:00
Chomp 1b07ce530d Adjusted Goons spawn chance to 20% across Customs/Lighthouse/Woods/Shoreline 2025-10-30 13:34:20 +00:00
Chomp df068fb8bd ProfileDataService changes:
Added `ClearProfileData()`
Replaced filepath access with `Path.Combine`
Reduced various sources of duplication
2025-10-30 10:45:22 +00:00
DrakiaXYZ ef18c902dc Addd a new ReleaseCheckService to notify users of updates (#670)
* Addd a new ReleaseCheckService to notify users of updates
- Pulls the latest release from GitHub API to compare the tag against the users current SPT version
- Runs at the very end of the startup process to avoid being pushed off screen by mod logging
- Only notifies of patch version increments, not major or minor increments
- Links the release notes so users can Ctrl+Click to open directly to the upgrade page
- Is run on its own thread, and discards all errors, so as to not impact users without an internet connection or ability to access GitHub

* Formatting

* Use record for the ReleaseInformation class

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
2025-10-30 09:05:34 +00:00
sp-tarkov-bot 03147425f9 Format Style Fixes 2025-10-29 23:24:23 +00:00
Chomp b6b67e0ecc Enabled Night of The Cult bosses to spawn 2025-10-29 23:23:24 +00:00
Chomp 2aebb3643b Fixed incorrect logic 2025-10-29 23:19:37 +00:00
Chomp 60a2891901 Flagged Night of The Cult as halloween quest 2025-10-29 21:33:17 +00:00
sp-tarkov-bot 1d73bbee64 Format Style Fixes 2025-10-29 20:31:44 +00:00
Chomp 7763ebc55a Added missing values for ravangezryachiyevent
Fixed preset typo `bossTagillaAgro`
2025-10-29 20:30:47 +00:00
sp-tarkov-bot a63fe7ce2b Format Style Fixes 2025-10-29 19:40:09 +00:00
Chomp 02c20520c5 Added missing values for event bosses 2025-10-29 19:39:07 +00:00
sp-tarkov-bot 069aec97f9 Format Style Fixes 2025-10-29 17:31:41 +00:00
Chomp af38ef41a1 Updated hostility values for maps with infection:
bosses = hostile to player not to pmc bots
followers = hostile to player not to pmc bots
pmcs = hostile to player + always hostile to scavs
scavs = hostile to player and pmc bots
raiders = hostile to player and pmc bots

Adjusted infection rates to just maps with zombie kill quests
2025-10-29 17:30:43 +00:00
Chomp 15fbe958c9 Don't apply hostility changes to maps without zombies during halloween
`ReplaceBotHostiltiy` has optional map whitelist param
2025-10-29 17:01:57 +00:00
Chomp 2d6129b2a2 removed zombies from customs and interchange + increased infection across other maps that have zombie kill quests 2025-10-29 17:00:31 +00:00
Cj b99f3f67cc Merge pull request #669 from sp-tarkov/Assembly-ref-validation
Validate core assembly reference when loading mods
2025-10-28 21:01:46 +00:00
sp-tarkov-bot 3da3ea1098 Format Style Fixes 2025-10-28 17:03:57 +00:00
CWX abb844c9ce formatting and add Wipe Endpoint to V2 2025-10-28 17:02:55 +00:00
CWX 9ce50c697a Add wipe Response model 2025-10-28 17:02:33 +00:00
CWX 2d5535c0c8 Remove unused using 2025-10-28 17:01:12 +00:00
Chomp 17c8572bed Added comment 2025-10-27 13:34:22 +00:00
Chomp 88037291d9 Change BTR skin to tarcola during Christmas event 2025-10-27 13:32:46 +00:00
Chomp 0df4ae7173 Fix exception sometimes thrown on save (#665)
- Switch back from File.Rename to File.Move, as Rename is throwing exceptions on some users systems

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
2025-10-27 08:41:37 +00:00
DrakiaXYZ 7039731e67 Fix exception sometimes thrown on save
- Switch back from File.Rename to File.Move, as Rename is throwing exceptions on some users systems
2025-10-26 23:04:30 -07:00
Cj 7825b8cb06 Merge pull request #664 from sp-tarkov/develop
4.0.2
2025-10-26 18:01:05 -04:00
sp-tarkov-bot 0e6986a4d5 Format Style Fixes 2025-10-26 19:51:47 +00:00
Chomp 7459a89dc0 Blacklisted various labrys items from scavs 2025-10-26 19:50:45 +00:00
Chomp 43aa9b7257 Added BBQ-S43 gas torch + Valve Handwheel to reward blacklist 2025-10-26 19:28:49 +00:00
Chomp a26a9a8a7d Merge branch 'develop' of https://github.com/sp-tarkov/server-csharp into develop 2025-10-26 18:09:29 +00:00
Chomp 28f388c149 Updated zh-cn locale 2025-10-26 18:09:08 +00:00
sp-tarkov-bot ada16ced97 Format Style Fixes 2025-10-26 18:02:02 +00:00