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

631 Commits

Author SHA1 Message Date
9c4b72377b Remove ingame console logging for rankpanel patch (!34)
Co-authored-by: Kaeno <e>
Reviewed-on: SPT-AKI/Modules#34
Co-authored-by: chomp <chomp@noreply.dev.sp-tarkov.com>
Co-committed-by: chomp <chomp@noreply.dev.sp-tarkov.com>
2023-10-14 10:28:59 +00:00
CWX
57584bc8ba change back to Start function 2023-10-11 18:25:38 +01:00
Dev
ebf0079925 Update readme 2023-10-10 13:28:07 +01:00
Dev
49e4b3fd3a 26535 2023-10-10 12:18:01 +01:00
1e238c426e 0.13.5.0 (!33)
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: CWX <CWX@noreply.dev.sp-tarkov.com>
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-authored-by: RaiRaiTheRaichu <rairaitheraichu@noreply.dev.sp-tarkov.com>
Co-authored-by: CWX <cwx@noreply.dev.sp-tarkov.com>
Co-authored-by: Kaeno <e>
Reviewed-on: SPT-AKI/Modules#33
2023-10-10 10:58:33 +00:00
Dev
5e881d263f Additional null guard 2023-08-07 19:47:22 +01:00
Dev
78a22ead66 Skip iterating over items if is null or empty 2023-08-07 19:46:12 +01:00
bbc8e4d1c8 Add patch to fix post-raid screen not showing scav xp gained during raid (!17)
Co-authored-by: Kaeno <e>
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Reviewed-on: SPT-AKI/Modules#17
2023-08-06 07:09:49 +00:00
49acd11765 Track insured item values to be used post-raid by server (!16)
Co-authored-by: CWX <CWX@noreply.dev.sp-tarkov.com>
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Reviewed-on: SPT-AKI/Modules#16
2023-08-05 17:26:09 +00:00
Dev
37e356c430 Only add Z and follower to list if they dont exist already
Call `CheckAndAddEnemy` instead of `AddEnemy` - use additional checks
2023-07-30 13:47:51 +01:00
Dev
584215e2b4 remove commented out code 2023-07-30 13:16:17 +01:00
Dev
7a0f4d2227 Fix patch 2023-07-30 13:15:35 +01:00
Dev
e6eeedf007 Further chagnes for lighthouse bosses 2023-07-30 12:24:36 +01:00
Dev
3b1e7cf509 Add nullguards to patch code 2023-07-30 11:22:00 +01:00
Dev
aa9a1af8c4 Refactor LighthouseProgressionClass + adjust lightkeeper standing to -0.01 when player becomes hostile with Zryachiy/followers 2023-07-30 10:04:35 +01:00
Dev
8b4847714c Improve comments 2023-07-30 09:47:25 +01:00
Dev
4a6b658b28 25206 2023-07-28 10:01:11 +01:00
Dev
83ea79c56c make patch do original code afterwards 2023-07-27 21:42:46 +01:00
Dev
3aec22097b New patch - Resolve issue with PMCs not removing bleeds causing them to slowly bleed to death.
This is due to different medkit classes being used depending on what wildspawntype is used

Patch removes all negative effects from all body parts when PMC heals
2023-07-27 21:00:26 +01:00
95639b9d03 Added functionality to allow player to not go missing in raid after extract timer hits 0 using server config MIAOnRaidEnd (!15)
Co-authored-by: Kaeno <e>
Reviewed-on: SPT-AKI/Modules#15
Co-authored-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
Co-committed-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
2023-07-24 13:33:22 +00:00
Dev
8bef9700e2 24964 2023-07-20 13:11:09 +01:00
Dev
9482040d08 Resolve issue with bots spawning well beyond the maxbotcap value 2023-07-17 13:11:22 +01:00
Dev
c1ff106a16 Fix null error when looking for bots id in enemies list - check key object instead of value
Set result to true and don't perform original function, no need
2023-07-17 13:09:55 +01:00
Dev
de3ad49ecb Adjust build script to place spt-related dlls inside a subflder inside /plugins/ 2023-07-16 22:19:29 +01:00
Dev
3a19e0df56 Make dogtag patch more resilient 2023-07-13 08:58:45 +01:00
Dev
2edf259271 prevent IsEnemyPatch enemy list check fail when it's null 2023-07-12 18:21:21 +01:00
Dev
86d86144ba Replace console.writeline with Logger.LogError 2023-07-12 18:09:14 +01:00
Dev
f89789b257 Add extra logging 2023-07-12 18:02:18 +01:00
Dev
32c0c04c08 Refactor maxbotcap function patchprefix 2023-07-12 17:59:58 +01:00
Dev
099412c21e Add missing using 2023-07-12 17:52:32 +01:00
Dev
2c5a2d1c19 unified logging
removed code that breaks bot spawns
fixed dogtag error showing when player dies
2023-07-12 17:36:10 +01:00
Dev
0c125bbd10 Update logging messages 2023-07-12 17:10:00 +01:00
Dev
dd4366efcf Partial revert of getnewbottemplate fix, added check to perform original method if bot profiles are already present 2023-07-12 16:54:53 +01:00
Dev
24d6f12e0e 24742 2023-07-12 16:11:21 +01:00
Dev
cf30659225 24696 2023-07-11 10:19:41 +01:00
Dev
5cd5caa557 Add edge case for zryachiy on lighthouse 2023-07-10 17:16:54 +01:00
Dev
fab764172a Adjust patch to set withDelete to true and run original function 2023-07-09 14:51:13 +01:00
Dev
36556e33b7 Merge branch 'master' of https://dev.sp-tarkov.com/SPT-AKI/Modules into 24605 2023-07-09 14:49:31 +01:00
Dev
d2d1581859 use new containerIds dictionary when choosing container to spawn 2023-07-09 14:49:12 +01:00
a1f4f57d07 Notify users of BepInEx plugin dependency failures (!13)
Add a new patch that's called on the first MenuScreen show to indicate any BepInEx plugins that failed to load
- Will pop up a toast in the bottom right
- Will write the error message to the in-game console
- Will write the error message to the BepInEx console

Messages will only be shown on the first load of the main menu so as to avoid spamming the toasts and console

Example Images:
![Toast](https://i.imgur.com/k6d7dud.png)

![In-Game Console](https://i.imgur.com/Z7O6Mis.png)

![BepInEx Console](https://i.imgur.com/tJBK86S.png)

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT-AKI/Modules#13
Reviewed-by: Terkoiz <terkoiz@noreply.dev.sp-tarkov.com>
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2023-07-09 07:20:48 +00:00
b3ba581b59 24605 (!14)
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Reviewed-on: SPT-AKI/Modules#14
2023-07-07 20:24:02 +00:00
Dev
5982d26a81 update readme 2023-07-07 21:03:34 +01:00
Dev
a293b847ed Revert accessing public method, retrun to protected virtual function 2023-07-07 16:46:03 +01:00
Dev
c038c9fced Fix bots not spawning: Correctly look for public method + force bot to be cleared from client cache on spawn 2023-07-07 16:15:22 +01:00
Dev
610f5e596b Additrional patch fixes for 24605 2023-07-07 15:01:45 +01:00
Dev
878f85a5b5 Fix RaidSettingsWindowPatch + disable as BSG fixed it in live\ 2023-07-07 13:56:00 +01:00
Dev
9ac44d3d17 Fix TransportPrefixPatch 2023-07-07 13:31:26 +01:00
Dev
2a4cc419de Fix lighthouse class build failure 2023-07-07 10:57:55 +01:00
Dev
181f2328a5 Updated to support
One error left that prevents build: LighthouseProgressionClass.cs
2023-07-07 10:37:47 +01:00
Dev
a62df7c9be Added 2 missing patches 2023-06-30 19:29:56 +01:00