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

395 Commits

Author SHA1 Message Date
Dev
ddfd5c36a5 Adjusted window draw logic 2024-06-18 20:19:31 +01:00
Dev
ce9ca17948 Added private = false tags 2024-06-18 20:14:59 +01:00
Lacyway
d9747c16cc Add GUI Component to Bundle Loading (!140)
This gives users feedback that the game is currently loading bundles, which prevents confusion when a large amount of them are being loaded and the game is "seemingly" infinitely loading.
The implementation is very bare bones, feel free to modify it to your liking if you want it to use a more fancy user interface. I went for clarity (black background, white text). With the standard `OnGUI` skin it's very hard to discern the text.
Tested on 1440p and 1080p.

![image](/attachments/31a818d6-d101-4e5d-a2c5-541c8b48ba71)

Co-authored-by: Lacyway <20912169+Lacyway@users.noreply.github.com>
Reviewed-on: SPT/Modules#140
Co-authored-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
Co-committed-by: Lacyway <lacyway@noreply.dev.sp-tarkov.com>
2024-06-18 19:03:36 +00:00
Dev
7cf8a0c057 Updated FixBrokenSpawnOnSandboxPatch to account for sandbox_high map 2024-06-18 15:31:28 +01:00
Dev
ebc675b5f9 30626 2024-06-17 19:25:25 +01:00
8f8c56d528 Fixed BTR doing a wheelie in Woods (!139)
I've done testing to ensure the player can't phase through the BTR as well.
Have not tested anything else besides that.

Reviewed-on: SPT/Modules#139
Co-authored-by: Nympfonic <arys.steam@gmail.com>
Co-committed-by: Nympfonic <arys.steam@gmail.com>
2024-06-16 08:35:24 +00:00
5b5d498102 Replace hard coded method name in BetaLogoPatch (!138)
No more having to update the method name

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT/Modules#138
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-06-15 15:59:09 +00:00
Dev
6179c6b308 Fixed patch not targeting correct method 2024-06-14 19:31:07 +01:00
Dev
b32073d7e6 Updated mappings 2024-06-14 12:19:15 +01:00
Dev
a29ae65f91 Added additional remappings 2024-06-13 23:33:56 +01:00
Dev
6c9bd09de0 Updated module patches to allow project to build 2024-06-13 14:25:36 +01:00
Dev
b8bd7f5973 30547 2024-06-13 14:07:56 +01:00
Dev
862ab7dba4 Revert BTR collider change as it allows players to ghost through vehicle 2024-06-13 13:53:39 +01:00
Dev
bbbcb6b80c Updated map data extractor patches to save into the same file + have consistent naming systems 2024-06-12 09:59:22 +01:00
Dev
f0034ecc37 Updated BetaLogoPatch to use correct class ref 2024-06-10 17:21:35 +01:00
6897879c69 30473 (!137)
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
Reviewed-on: SPT/Modules#137
2024-06-07 18:25:19 +00:00
b6aeea95a2 Migrate PMCs (sptBear/sptUsec) To Bsg Types (pmcBEAR/pmcUSEC) (!135)
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
Reviewed-on: SPT/Modules#135
2024-06-06 16:59:53 +00:00
cb5751c86f Fix BTR wheeling and rename method (!136)
BTR still needs a proper looking into. But this will work for the moment

Reviewed-on: SPT/Modules#136
2024-06-06 13:33:26 +00:00
CWX
09d125802a fix pathing to not use uri 2024-06-05 09:11:34 +01:00
Dev
599b5ec520 Improved maxbotpatch to pass the map location being requested 2024-05-31 22:00:29 +01:00
43c8ba5418 Updated BepInEx version to 5.4.23.1 (!134)
Co-authored-by: clmove <gavrilenko.german.07@mail.ru>
Reviewed-on: SPT/Modules#134
Co-authored-by: clmove <clmove@noreply.dev.sp-tarkov.com>
Co-committed-by: clmove <clmove@noreply.dev.sp-tarkov.com>
2024-05-30 22:15:16 +00:00
CWX
03f6fc2f4a Prepatch added to change path for iconcache, add patch to move trader imgs and quest imgs (!133)
this aims to seperate Client generated icons/quest images/trader images

looking to split prepatcher stuff into their own sections, as it looks and reads as one whole mess

Reviewed-on: SPT/Modules#133
Co-authored-by: CWX <cwx@noreply.dev.sp-tarkov.com>
Co-committed-by: CWX <cwx@noreply.dev.sp-tarkov.com>
2024-05-30 19:58:54 +00:00
Dev
b0d9618d37 Remapped Class264 to ProfileEndpointFactoryAbstractClass 2024-05-30 20:52:17 +01:00
Dev
7338e6bd08 14.8.6.30268 2024-05-30 13:05:31 +01:00
Dev
f2ce88cb7f Corrected capitalization inconsistency for com.SPT.singleplayer 2024-05-24 09:53:58 +01:00
d6dd573e88 Safeguard ScavRepAdjustmentpatch to only run when its your player doing the killing. Added notes so Gclass ref doesnt get updated incorrectly (!132)
Reviewed-on: SPT/Modules#132
2024-05-24 07:12:44 +00:00
Dev
d452c24c9b 30150 2024-05-23 17:23:39 +01:00
6ae825ee6a QuestitemInsurance (!131)
Add a patch to track when we place items at quest locations for use in insurance.

Reviewed-on: SPT/Modules#131
Co-authored-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
Co-committed-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
2024-05-22 19:57:31 +00:00
41cf95b92a Fix insurance Screen not showing for PMCs after selecting map (!130)
Reviewed-on: SPT/Modules#130
2024-05-22 17:03:43 +00:00
c59aacf3ee Fix BTR Paid service Erroring when choosing a location to drive to. Remove unused Player from Ammo patch. Reworked Getting Component of a gameobject in DisablePvePatch (!129)
Fixes :)
Reviewed-on: SPT/Modules#129
2024-05-21 20:00:01 +00:00
Dev
4a452876ff Fixed incorrect DisablePvEPatch tooltip text 2024-05-21 20:18:09 +01:00
Dev
4ee47b25d5 Updated readme to 29997 2024-05-21 19:21:34 +01:00
CWX
cc1d222a98 rebranding part3 2024-05-21 19:18:57 +01:00
CWX
31d832dfc6 rebranding part2 2024-05-21 19:13:13 +01:00
CWX
866ff1095c Rebranding 2024-05-21 19:10:17 +01:00
9b7154bded 3.9.0-DEV (!128)
Reviewed-on: SPT-AKI/Modules#128
2024-05-21 17:53:20 +00:00
9c83092062 Merge branch 'master' into 3.9.0-DEV 2024-05-21 17:52:54 +00:00
Dev
11b503dbf6 More aki to spt changes 2024-05-21 17:46:46 +01:00
Dev
0581529978 Replace references to AKI with SPT 2024-05-21 17:44:27 +01:00
Dev
775a0fdc2a Added missing hollowed dll 2024-05-20 17:33:29 +01:00
Dev
f6ff8253b3 Updated csproj company/copyright properties 2024-05-20 13:52:35 +01:00
Dev
0ccb898d1d Renamed error messages to maintain consistency with project name 2024-05-20 13:51:52 +01:00
Dev
5a828f9bb7 Further adjusted dll names for consistency + updated dll existence check to work with new names + minor error message spacing fix 2024-05-20 13:45:00 +01:00
Dev
311acf54cd Renamed prepatch DLL to ensure consistency with other DLLs 2024-05-20 11:47:01 +01:00
Cj
b60b7a6f78 Normalize build path and naming (!127)
Normalize the build path for consistency as per SPT-AKI/Issues#658

- All assemblies now live in `BepInEx/plugins/spt`
- Renamed aki-common.dll and aki-reflection respectively for consistency as well.

Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
Reviewed-on: SPT-AKI/Modules#127
Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com>
Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
2024-05-20 10:44:52 +00:00
Dev
1e5238cc70 Fixed EasyAssetPatch not loading 2024-05-16 11:09:27 +01:00
Dev
e14b8b88ae Fixed patch not loading 2024-05-16 10:20:48 +01:00
Dev
cc0934ade0 Update to 29997 2024-05-15 10:44:37 +01:00
1111e7d518 Fix 390 modules compilation (!126)
Removes some issues that were added during the 3.8.2 merge
- Remove re-added deprecated 3.8.0 ReqestHandler code
- Remove duplicate `_sptPluginFolder` variable in AkiBotsPrePatcher

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT-AKI/Modules#126
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-05-14 07:29:59 +00:00
b02b8e7349 Merge 382 into master (!125)
Reviewed-on: SPT-AKI/Modules#125
2024-05-13 10:25:35 +00:00