187 Commits

Author SHA1 Message Date
Chomp
92c624b246 Update 2025-01-22 09:54:23 +00:00
Chomp
2777b18bdd Updated bot difficulty values 2025-01-06 20:29:43 +00:00
Chomp
0e49c2bfc3 Updated bot difficulty values 2024-12-27 15:16:00 +00:00
Chomp
6ff0aa5120 Reduce accuracy of large loot weights 2024-12-13 13:18:06 +00:00
Chomp
e7813b48dd Added code to reduce the accuracy of values deemed too accurate 2024-12-12 22:24:15 +00:00
Dev
5eebd817b4 Fixed badly named keys 2024-11-21 17:57:36 +00:00
Dev
b826e97b30 Added infected bot weights 2024-11-18 17:38:31 +00:00
294881dcca Minor Changes to Resolve Warnings (#5)
Resolves a number of CS0109, HAA060, and HAA0401 warnings. See commits for details.

Reviewed-on: #5
Co-authored-by: Refringe <me@refringe.com>
Co-committed-by: Refringe <me@refringe.com>
2024-11-14 20:03:41 +00:00
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
f927a64a13 Merge pull request 'Drastically reduce memory footprint at the cost of removing threading' (#4) from DrakiaXYZ/BotGenerator:feat-memory-improvements into master
Reviewed-on: #4
2024-11-04 15:44:47 +00:00
32c0239c3a Merge pull request 'Fix exceptions when run against latest bot dumps' (#3) from DrakiaXYZ/BotGenerator:fix-310-newbots into master
Reviewed-on: #3
2024-11-04 15:37:35 +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
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
2415929c46 update 2024-11-01 17:01:23 +00:00
Dev
47cba762ef Updated bot difficulties 2024-10-31 22:43:32 +00:00
Dev
dd62a3b8af Improved bot json parsing 2024-09-14 20:45:27 +01:00
Dev
2a2bc4f0c7 Updated bot difficulty values 2024-08-29 12:01:34 +01:00
Dev
8dc389c45f Updated difficulties 2024-08-28 10:38:12 +01:00
Dev
1c87729ff8 Updated difficulties for bots 2024-08-21 11:51:27 +01:00
Dev
bca150b912 Updated difficulty values 2024-08-20 22:47:58 +01:00
Dev
7d3b403f02 update difficulties 2024-07-09 13:52:45 +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
10133673b2 Always copy new bot difficulty values 2024-03-28 14:31:21 +00:00
Dev
178e73d50b Add new bot types 2024-03-28 14:29:18 +00:00
Dev
cd679fe415 Fixed null skills breaking generation 2024-03-28 14:27:02 +00:00
Dev
88554b8b31 Fix containers not being found 2024-02-22 00:39:47 +00:00
Dev
201a171cd1 Fix incorrect || that should have been an && 2024-02-21 23:51:11 +00: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
c9c61a34cf Update difficulty values 2024-02-12 19:48:11 +00:00
Dev
62dee7d84b Include shoulder slots for equipment mod gen + soft_
Update forced loot pool
2024-01-12 09:52:39 +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
5a60d80448 Add sanitar to generation weights json
Choose last bot when choosing standing/skills/exp values
2023-11-14 23:24:28 +00:00
Dev
7c2d455b7b Calculate weights for all bot equipment/ammo/appearance 2023-10-31 19:35:32 +00:00
Dev
2df1523ca5 Update bot settings 2023-10-28 11:47:53 +01:00
Dev
f5b1d3ad34 Optimise loot generation code by merging multiple loops into one 2023-09-18 18:23:07 +01: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
8ceb5f20fb update bot settings 2023-09-07 13:31:06 +01:00
Dev
5eb4f1b175 Add weight system to generation object 2023-08-21 16:32:20 +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: #1
2023-08-15 09:29:16 +00:00