26 Commits

Author SHA1 Message Date
Dev
5083c7c5c3 Updated to store experience/aggressor bonus/exp reward in dictionaries keyed by bot difficulty 2024-11-14 11:52:11 +00:00
Dev
8c0db8e0c2 Updated to store standing for kill in a dictionary keyed by difficulty 2024-11-14 11:20:01 +00:00
Dev
1dbf46179d Updated to use .net 9 2024-11-14 10:02:21 +00:00
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
Dev
2415929c46 update 2024-11-01 17:01:23 +00:00
Dev
1c87729ff8 Updated difficulties for bots 2024-08-21 11:51:27 +01:00
Dev
87ff5c43f5 Add new bots to generator 2024-05-15 11:39:36 +01:00
Dev
e90463d223 Add currency system 2024-04-18 13:44:38 +01:00
Dev
825d39430a Updated bot gen to include drink/food in generation weights 2024-04-08 11:50:46 +01:00
Dev
f873659daf Update bot data 2024-04-04 11:06:52 +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
d54be35ae9 Generate mod chances into 2 separate dicts 2024-01-09 15:29:22 +00:00
Dev
deb307fb6f Add forced loot system - adds loto item tpls into pocket/backpack/rig slots 2024-01-03 22:34:16 +00:00
Dev
5d9cfa776c Update to support armor mods 2024-01-01 20:29:58 +00:00
Dev
f0cc991e75 Update settings 2023-12-28 09:12:54 +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
5eb4f1b175 Add weight system to generation object 2023-08-21 16:32:20 +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: #1
2023-08-15 09:29:16 +00:00
c92b2ff0e6 Add gifter bot asset 2021-12-25 14:59:08 +00:00
be995f1613 Update health object to have a list of bodyparts 2021-12-20 10:47:18 +00:00
8ccacce4b3 Helper method 2021-12-20 10:45:32 +00:00
5c2cd424a2 Add usec to enum 2021-12-15 09:03:25 +00:00
5f9c13232b Upgrade to .net 6 2021-11-23 13:00:52 +00:00
acf4f2ca40 Better way of determining if weapon is primary or secondary 2021-09-21 14:10:52 +01: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