-
-
Notifications
You must be signed in to change notification settings - Fork 46
Merge 4.0.3 changes to main #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Switch back from File.Rename to File.Move, as Rename is throwing exceptions on some users systems
- 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>
Validate core assembly reference when loading mods
…ross other maps that have zombie kill quests
`ReplaceBotHostiltiy` has optional map whitelist param
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
Fixed preset typo `bossTagillaAgro`
* 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>
Added `ClearProfileData()` Replaced filepath access with `Path.Combine` Reduced various sources of duplication
Co-authored-by: Tyfon <29051038+tyfon7@users.noreply.github.com>
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
This reverts commit f6d9d46.
Cleaned up `SaveWeaponBuild` and `SaveEquipmentBuild`
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||
No description provided.