33 Commits

Author SHA1 Message Date
DrakiaXYZ
9ddbc91977 Drastically reduce memory footprint at the cost of removing threading
- Drastically improve performance, where non-threaded perf is now better than previous threaded perf
- Process all data in-line, as opposed to building huge lists of bot data that is then processed in groups later
- Memory footprint should now be relatively static no matter the amount of dumps
2024-11-03 23:29:50 -08:00
DrakiaXYZ
e0f9cfbfaa Fix exceptions when run against latest bot dumps
- Update items.json with latest from server repo
- Add new infected bot types to list of bots processed
2024-11-03 17:57:31 -08:00
Dev
9661b27794 Fixed nullref 2024-11-01 18:56:26 +00:00
Dev
dd62a3b8af Improved bot json parsing 2024-09-14 20:45:27 +01:00
Dev
1c87729ff8 Updated difficulties for bots 2024-08-21 11:51:27 +01:00
Dev
926dcd2213 Reworked botgen to store bot loot in containers with weights, similar to ammo
Updated to .net 8
2024-02-21 17:06:08 +00:00
Dev
f0cc991e75 Update settings 2023-12-28 09:12:54 +00:00
Dev
7c2d455b7b Calculate weights for all bot equipment/ammo/appearance 2023-10-31 19:35:32 +00:00
Dev
e77214b2de Further optimisation from Clodan 2023-09-18 17:15:30 +01:00
Dev
64a1c7a0a4 Optimise bot parsing speed 2023-09-18 16:30:24 +01:00
Dev
de11386c5a Code cleanup and attempt at reducing ram usage
Added extra bosses to pmc enemy forcing code
2023-08-15 12:05:31 +01:00
c9c472882e merge into main (#1)
Co-authored-by: Chomp <chomp@noreply.dev.sp-tarkov.com>
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Reviewed-on: chomp/BotGenerator#1
2023-08-15 09:29:16 +00:00
ad9a352488 better exception message 2022-01-07 09:51:19 +00:00
5bfefa954e update items json to 16165 2021-12-20 10:49:11 +00:00
b47769b290 make json writer class use built-in json parsing code instead of newtonsoft.json 2021-11-26 14:50:57 +00:00
fa59624172 Update bot parsing code to use Parallel.ForEachAsync + make parser static + make parser async 2021-11-26 14:50:07 +00:00
4489785cd3 use global usings 2021-11-23 13:02:13 +00:00
f7bbc5adee use new namespace style 2021-11-23 13:01:42 +00:00
5f9c13232b Upgrade to .net 6 2021-11-23 13:00:52 +00:00
8237fdbe67 Refactor to use common.models project
Add project for finding unique bot templates from live data
2021-09-18 22:36:59 +01:00
bdd505801a remove unused root class 2021-09-06 17:33:05 +01:00
611090ec07 Fix bug 2021-09-01 18:22:55 +01:00
a67c2ad807 Update item.json 2021-09-01 17:01:40 +01:00
eda431d331 move item helper to common project 2021-09-01 16:59:08 +01:00
63a5cecfc2 Merge branch 'master' into feature/mod-chance-calculation-adjustments 2021-09-01 17:39:56 +03:00
8761e26880 WIP: initial set of adjustments to mod chance calculation 2021-09-01 17:39:50 +03:00
55ca5ebbbe Add missing tagilla difficultiy settings 2021-09-01 14:41:21 +01:00
4baaeb47bc Update boss keygen code to better match requirements 2021-08-31 18:39:30 +01:00
d03b06fd1a blacklist ultra nosler 2021-08-27 13:47:09 +01:00
5541be7c34 Add extension to help add a range of values to a list 2021-08-25 20:08:13 +01:00
8dbd052964 more bullets for blacklist 2021-08-25 20:07:59 +01:00
9aa4e25759 Add bullet blacklist helper 2021-08-25 18:58:53 +01:00
554c86d7db Add common project and move some classes out of code into it 2021-08-24 12:07:09 +01:00