0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 08:10:45 -05:00

143 Commits

Author SHA1 Message Date
dd2cdd09e8 Update patches - 34720 2025-01-30 13:58:29 +01:00
Chomp
a892e6d04a 34720 2025-01-30 12:18:13 +00:00
Chomp
249123bb48 Updated to 34644 2025-01-24 19:09:52 +00:00
Chomp
7a01f79e26 Updated hollowed dll + remappings 2025-01-15 17:54:15 +00:00
Chomp
0dbcd5e764 harden method against client changes 2025-01-06 17:35:35 +00:00
e934bc8341 Retarget ForceRaidModeToLocalPatch 2025-01-06 18:22:29 +01:00
Lacyway
6c9606f62f
Fix incorrect IL instructions (#17)
* Add new transpilers

* Cleanup

* Fix transpiler

* Fix incorrect code instruction

---------

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2025-01-02 10:11:27 +00:00
Chomp
f281f952b5 Renamed patchess to fit in with naming scheme 2025-01-01 09:29:32 +00:00
Lacyway
8260ad4d6e
Update performance patches (#14)
* Add new transpilers

* Cleanup

---------

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2025-01-01 09:19:14 +00:00
CWX
fafa54db32 Add patch to allow raids with DevMask on any profile 2024-12-27 15:47:48 +00:00
CWX
8242f66024 Added patch to allow Scavruns to work 2024-12-27 15:02:07 +00:00
CWX
b6fda0aeb2 fix enableplayerscavpatch, still doesnt get in raid tho 2024-12-27 12:10:56 +00:00
Chomp
89b5b44558 Fixed LoadOfflineRaidScreenPatch 2024-12-26 21:45:39 +00:00
Chomp
97eb3ef6ee Fixed FixPostScavRaidXpShowingZeroPatch 2024-12-26 21:30:56 +00:00
CWX
fb33a0d1e0 fix scavraidend patch 2024-12-26 20:22:02 +00:00
CWX
e499a9c3ca fix achievement patch 2024-12-26 20:21:12 +00:00
CWX
6110100ec0 fix firearmcontroller patch 2024-12-26 20:20:13 +00:00
CWX
162aa877e2 fix botownerManualupdate patch 2024-12-26 20:19:01 +00:00
CWX
cf328ca3d1 fix BSGP2W patch 2024-12-26 20:17:19 +00:00
CWX
97589fd227 fix refIntermPatch 2024-12-26 20:16:05 +00:00
CWX
0fcff56ff9 fix disableWelcomeMessagePatch 2024-12-26 20:14:38 +00:00
CWX
86b1afe8e0 fix matchmakerPlayerPreviewPatch 2024-12-26 20:13:41 +00:00
DrakiaXYZ
1afb96b822
Change log to info (#13)
This is logging with `LogError()` when it's not an error, giving me a
heart attach on every raid start.
2024-12-20 12:00:09 -08:00
Lacyway
e5be396cb8 Change log to info 2024-12-20 20:50:10 +01:00
DrakiaXYZ
8cd624e630 Fix client freeze when replacing a daily quest with a daily from the same trader 2024-12-12 22:45:33 -08:00
d58f48fc3e Fix scav extracts (!176)
- Re-add the "EmptyInfilPatch" as it's necessary for scav raids, otherwise the extract controller doesn't get initialized

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT/Modules#176
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-11-20 09:22:53 +00:00
Dev
16b9247c26 Renamed patch 2024-11-17 21:48:45 +00:00
Dev
4051e09812 Remove unused imports 2024-11-17 16:01:31 +00:00
Dev
9e35049e44 Patch comment changes 2024-11-17 16:00:48 +00:00
Dev
896b264096 Renamed patch 2024-11-17 15:44:18 +00:00
Dev
0dba325690 Force stringbuilder to use size to improve perf 2024-11-10 15:58:14 +00:00
Dev
3857bd4b53 Fixed caps issue 2024-11-04 08:54:51 +00:00
Dev
58600633fe Fixed a client error when it tries to add the same achievement to a profile twice 2024-11-03 21:44:37 +00:00
Dev
7853f55bff Fixed scav raids not loading
Will require a second server fix to allow exfiltration of player scav
2024-11-03 19:55:00 +00:00
CWX
b546b89a8d Remove uneeded folder inclusion 2024-11-02 16:00:36 +00:00
Dev
37a6958016 Reenabled 2 patches 2024-11-02 13:40:35 +00:00
Dev
3e073ad713 Updated to 33420 2024-11-02 13:40:25 +00:00
Lacyway
dd4bc93a97 Fix FixSavageInventoryScreenPatch (!173)
This fixes the logic of FixSavageInventoryScreenPatch.
NOTE:  The code below is untested and will most likely not work. It's what I theoretically believe is the right way to turn the `JObject` into a string for the server, however BSG has a `JsonWriter` in the client now that might have to be utilized? I will leave it like this until we have more info.
```c#
RequestHandler.PutJson("/raid/profile/scavsave",
				GetProfileAtEndOfRaidPatch.ProfileDescriptor.ToUnparsedData([]).JObject.ToString());
```

Co-authored-by: Lacyway <20912169+Lacyway@users.noreply.github.com>
Reviewed-on: SPT/Modules#173
Co-authored-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
Co-committed-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
2024-11-01 13:23:31 +00:00
Dev
c2271b0c0e Fixed post-raid json serialization error 2024-11-01 11:35:41 +00:00
Dev
22bd973bb5 Fixed various patch issues 2024-10-31 21:27:32 +00:00
Dev
39cbda1cc9 Fixed mapping 2024-10-31 20:36:29 +00:00
Dev
d788abbaa9 Fixed various bad references 2024-10-31 17:19:37 +00:00
Lacyway
d8c0abfe04 Add FirearmControllerShowIncompatibleNotificationClass (!171)
This patch aims to prevent the player from incorrectly receiving the incompatible ammo notification if an AI fails to shoot because of incompatible ammo. Tested with no errors, should probably be added and let users report whether it still occurs as it is hard to reliably reproduce.

Co-authored-by: Lacyway <20912169+Lacyway@users.noreply.github.com>
Reviewed-on: SPT/Modules#171
Co-authored-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
Co-committed-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
2024-10-17 16:32:40 +00:00
Lacyway
16185f64f6 Add BotOwnerManualUpdatePatch (!170)
Patch used to stop the allocation of a new `Stopwatch` every frame for all active AI which should save some resources. The data from the stopwatch is unused so I am unsure why BSG left it there.

Co-authored-by: Lacyway <20912169+Lacyway@users.noreply.github.com>
Reviewed-on: SPT/Modules#170
Co-authored-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
Co-committed-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
2024-10-15 15:13:14 +00:00
Dev
e2af9e8a4a Various code cleanups and warning fixes 2024-10-03 10:58:47 +01:00
Dev
d37c38b2b9 Add return comments 2024-10-03 10:28:48 +01:00
Dev
d9e5b77c46 Renamed patch to DisableWelcomeToPVEModeMessagePatch 2024-10-03 10:22:16 +01:00
Dev
73bec0777a Renamed patch and added more comments 2024-10-03 10:20:46 +01:00
Dev
69dc7e5ae2 Improved comments 2024-10-03 09:53:06 +01:00
Dev
1a890630b0 Disabled BotTemplateLimitPatch as the underlying code is different to when this patch was written, it appears what's being altered adjusts how many 'respawns' the wave has 2024-10-03 09:52:49 +01:00