Commit Graph

79 Commits

Author SHA1 Message Date
Chomp b6d6c06c6c Removed debugging code 2025-01-27 11:26:41 +00:00
Chomp cb6a0cd283 Fixed unable_to_generate_static_loot warning
hardened `GenerateStaticContainers` from nullref errors
2025-01-27 10:50:41 +00:00
Chomp 6ecd66a05a Fixed possible null ref errors 2025-01-27 08:49:48 +00:00
Chomp 1f74ebc920 Small cleanup of how the pocket pool is gathered 2025-01-27 08:36:38 +00:00
Chomp f131b3be02 Second attempt to fix nullref 2025-01-26 21:26:37 +00:00
Chomp c75389fe54 Fixed nullref in scav generation 2025-01-26 21:24:52 +00:00
KaenoDev 7e361a0a5e Clone data instead of directly editing it 2025-01-26 18:43:33 +00:00
KaenoDev 2f01efb70d Fixed airdrops not containing loot 2025-01-26 18:10:47 +00:00
Chomp 87068a85a3 Fixed issues in LootGenerator 2025-01-26 17:29:45 +00:00
Valens 8a51c7b7bf Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-26 12:19:21 -05:00
Valens 0cb41ecae3 Update LootGenerator.cs
Implement several functions in the loot generator.
2025-01-26 12:19:19 -05:00
Chomp d8f24abfbc Fixed mag handling not sorting correctly 2025-01-26 17:15:34 +00:00
KaenoDev 386dcc09e9 Fix Vests not spawning on bots because of duplicate Earpiece generation 2025-01-26 15:06:49 +00:00
KaenoDev 17e4d1468f Fix membercatergory, victim and aggressor 2025-01-26 13:40:50 +00:00
Chomp 09b3c9e9b9 Fixed equipment generating without mods 2025-01-26 11:09:50 +00:00
Chomp 40a0c2f549 Cleanup of BotEquipmentModGenerator 2025-01-26 10:27:59 +00:00
Chomp 419f822218 Improved dictionary lookup inside Generate 2025-01-26 10:05:55 +00:00
Chomp 0cb8ca69e4 Force non-pmc bots to have exp of 0 + level of 1 2025-01-26 10:00:35 +00:00
Chomp 4cf908eaae Fixed FilterBotEquipment nullref + others
Forced hideoutAreaStashes to show
Forced fastPanel to show

Forced bot min level to be no less than 1
2025-01-26 09:52:36 +00:00
Chomp 9fea2bc17f Set Savage to null and always show
Set `Aggressor` to always show

Set `Lethal Damage` to always show

Added `hideoutCustomizationStashId`

Fixed bad typing for `FindAndAddRandomItemToLoot`
2025-01-26 09:34:38 +00:00
Chomp f52c39dc75 Only set LowerNickname for PMCs 2025-01-26 09:23:29 +00:00
Chomp 2989f97bf1 Force PrestigeLevel to be 0 2025-01-26 09:21:19 +00:00
Valens b8c413a10d Update LootGenerator.cs
Implement FindAndAddRandomItemToLoot and InitItemLimitCounter
2025-01-25 18:02:34 -05:00
Valens f2fc07a8c2 Delete LocationGenerator.cs
No longer used.
2025-01-25 17:35:52 -05:00
Valens 1b6e7085d2 Update BotEquipmentModGenerator.cs
Implement FilterPlateModsForSlotByLevel and GetMinMaxArmorPlateClass
2025-01-25 17:15:24 -05:00
Chomp 242e51b746 Improved typing 2025-01-25 21:43:59 +00:00
CWX 8de6a8be94 FixieWixie 2025-01-25 21:25:03 +00:00
Valens 667daff7cc Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-25 16:23:02 -05:00
Valens 43a7e648b2 Update BotEquipmentModGenerator.cs
Oopsies!
2025-01-25 16:23:00 -05:00
CWX e16a08489a Fix profiles not creating, along with chomps replaceID changes 2025-01-25 21:20:32 +00:00
CWX 573cf786a9 cast to int, change type and lock before accessing bots 2025-01-25 20:13:30 +00:00
Chomp f46cb294cd Implemented RagfairOfferHelper 2025-01-25 17:29:09 +00:00
CWX 99994a69bd null guard 2025-01-25 14:27:15 +00:00
Chomp ef7f75f489 Fixed loot having incorrect capitalisation 2025-01-25 10:13:37 +00:00
CWX c81964ef26 fix location loot gen 2025-01-25 00:33:17 +00:00
CWX 0aa6ef2039 LocationLootGen done 2025-01-25 00:14:58 +00:00
CWX 213c6e61f7 remove using 2025-01-24 23:33:33 +00:00
CWX 187d70348a more loot gen 2025-01-24 23:24:18 +00:00
Chomp acb5def10c Implemented AddLootToContainer 2025-01-24 22:52:42 +00:00
Alex aaa272b151 mooooaaaaaaaaaaar 2025-01-24 17:06:43 +00:00
Alex 19619ec061 partial fixes 2025-01-24 13:56:47 +00:00
Alex 48228c6d2e more stuff fixed 2025-01-24 13:35:28 +00:00
Chomp 2c06dd89d1 Map loot Implementation 2025-01-23 22:39:24 +00:00
CWX 92453cca82 fix build issues 2025-01-23 16:23:39 +00:00
Chomp 1cf6e4b93b Fixed invalid generation of repeatables 2025-01-23 15:12:29 +00:00
Chomp dc7378cd70 Repeatable Quest Implementation 2025-01-23 12:46:21 +00:00
CWX 6fd562d672 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-23 12:10:49 +00:00
CWX 3386316c3a Finish scavcaserewardgen 2025-01-23 12:10:46 +00:00
Chomp b99bdbdc1f Repeatable implementation 2025-01-23 11:29:27 +00:00
CWX 7534f00fb6 fix build error 2025-01-23 11:21:04 +00:00