30 Commits

Author SHA1 Message Date
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
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
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
e386a924f3 Dont add lastnames to raiders 2022-01-07 09:17:41 +00:00
0e0c41d33f Reads through bot files and finds unique bodypart health configurations, saves them to output object 2021-12-20 10:48:27 +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
7547f3379f Naming consistency improvements 2021-09-05 12:27:17 +01:00
e407393392 Neatified the code 2021-09-01 19:19:44 +03:00
4baaeb47bc Update boss keygen code to better match requirements 2021-08-31 18:39:30 +01:00
d8c905719c use common project 2021-08-24 12:08:30 +01:00
0eb2031a88 dynamically create list of bots to process based on passed in list of bottypes 2021-08-20 08:33:04 +01:00
6846d518c1 pass bottypes array into basebot class 2021-08-20 08:23:55 +01:00
d8e216d773 Fix issue where loops were being ended too soon 2021-08-18 21:42:49 +01:00
a591b6e21b Add more bot types 2021-08-18 21:41:59 +01:00
76a17e6d6a Handle a bot type with no dumps 2021-08-17 18:33:55 +01:00
c8cf5f847e Add todo 2021-08-17 17:35:18 +01:00
9d53d15302 better handle parsing a bot type where no raw bots were found 2021-08-17 17:32:27 +01:00
58b4e59bfa Add more bot types 2021-08-17 17:32:03 +01:00
01cd594ca2 Fix bosses not finding their difficulty files 2021-08-17 17:30:06 +01:00
b74592e522 Add aggressor bonus 2021-08-17 16:33:31 +01:00
a639b5b9e9 add skills/standing/experience to bot output 2021-08-17 16:21:27 +01:00
1b22e9d01b pass working path to class
pass a list of bot files to difficulty helper
2021-08-14 09:53:00 +01:00
085effb080 Filter bots to just the type being processed 2021-08-13 16:23:00 +01:00
b9e6cdd49e null guard when bot type cant be found. Log error. 2021-08-12 22:17:40 +01:00
9b3278a2f9 Move voice code into separte method
Only use scav_* voices for assault type bots
rename vars to be more accurate
2021-08-12 21:40:41 +01:00
9356bb9f11 made console logging more consistent 2021-08-12 21:31:15 +01:00
6df06c5063 First commit for bot gen project 2021-08-12 16:52:06 +01:00