Commit Graph

  • 92c624b246 Update master Chomp 2025-01-22 09:54:23 +00:00
  • 2777b18bdd Updated bot difficulty values Chomp 2025-01-06 20:29:43 +00:00
  • 0e49c2bfc3 Updated bot difficulty values Chomp 2024-12-27 15:16:00 +00:00
  • 6ff0aa5120 Reduce accuracy of large loot weights Chomp 2024-12-13 13:18:06 +00:00
  • e7813b48dd Added code to reduce the accuracy of values deemed too accurate Chomp 2024-12-12 22:24:15 +00:00
  • 5eebd817b4 Fixed badly named keys Dev 2024-11-21 17:57:36 +00:00
  • b826e97b30 Added infected bot weights Dev 2024-11-18 17:38:31 +00:00
  • 294881dcca Minor Changes to Resolve Warnings (#5) Refringe 2024-11-14 20:03:41 +00:00
  • 29bec68dec
    Updates PMCGenerator .NET Target & JSON Package Version Refringe 2024-11-14 12:44:58 -05:00
  • f965d476a1
    Micro-optimizations to Remove Additional Warnings Refringe 2024-11-14 12:38:03 -05:00
  • 3faeb80e55
    Resolves Warning HAA0601 Refringe 2024-11-14 11:31:22 -05:00
  • b3c9f5bdd4
    Resolves Warning CS0109 Refringe 2024-11-14 10:01:55 -05:00
  • 5083c7c5c3 Updated to store experience/aggressor bonus/exp reward in dictionaries keyed by bot difficulty Dev 2024-11-14 11:52:11 +00:00
  • 8c0db8e0c2 Updated to store standing for kill in a dictionary keyed by difficulty Dev 2024-11-14 11:20:01 +00:00
  • 1dbf46179d Updated to use .net 9 Dev 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 chomp 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 chomp 2024-11-04 15:37:35 +00:00
  • 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 DrakiaXYZ 2024-11-03 23:29:50 -08:00
  • 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 DrakiaXYZ 2024-11-03 17:57:31 -08:00
  • 9661b27794 Fixed nullref Dev 2024-11-01 18:56:26 +00:00
  • 2415929c46 update Dev 2024-11-01 17:01:23 +00:00
  • 3ec2ce789b - Update items.json from latest 3.10.0 server branch - Add new bot types to BotType and Program.cs botTypes array - Fix exceptions caused by items in bot pockets in GearChanceHelper - Update PMCGenerator to target same .Net framework and Newtonsoft version to stop compilation errors DrakiaXYZ 2024-10-31 21:56:07 -07:00
  • 47cba762ef Updated bot difficulties Dev 2024-10-31 22:43:32 +00:00
  • dd62a3b8af Improved bot json parsing Dev 2024-09-14 20:45:27 +01:00
  • 2a2bc4f0c7 Updated bot difficulty values Dev 2024-08-29 12:01:34 +01:00
  • 8dc389c45f Updated difficulties Dev 2024-08-28 10:38:12 +01:00
  • 1c87729ff8 Updated difficulties for bots Dev 2024-08-21 11:51:27 +01:00
  • bca150b912 Updated difficulty values Dev 2024-08-20 22:47:58 +01:00
  • 7d3b403f02 update difficulties Dev 2024-07-09 13:52:45 +01:00
  • 87ff5c43f5 Add new bots to generator Dev 2024-05-15 11:39:36 +01:00
  • e90463d223 Add currency system Dev 2024-04-18 13:44:38 +01:00
  • 825d39430a Updated bot gen to include drink/food in generation weights Dev 2024-04-08 11:50:46 +01:00
  • f873659daf Update bot data Dev 2024-04-04 11:06:52 +01:00
  • 10133673b2 Always copy new bot difficulty values Dev 2024-03-28 14:31:21 +00:00
  • 178e73d50b Add new bot types Dev 2024-03-28 14:29:18 +00:00
  • cd679fe415 Fixed null skills breaking generation Dev 2024-03-28 14:27:02 +00:00
  • 88554b8b31 Fix containers not being found Dev 2024-02-22 00:39:47 +00:00
  • 201a171cd1 Fix incorrect || that should have been an && Dev 2024-02-21 23:51:11 +00:00
  • 926dcd2213 Reworked botgen to store bot loot in containers with weights, similar to ammo Dev 2024-02-21 17:06:08 +00:00
  • c9c61a34cf Update difficulty values Dev 2024-02-12 19:48:11 +00:00
  • 62dee7d84b Include shoulder slots for equipment mod gen + soft_ Dev 2024-01-12 09:52:39 +00:00
  • d54be35ae9 Generate mod chances into 2 separate dicts Dev 2024-01-09 15:29:22 +00:00
  • deb307fb6f Add forced loot system - adds loto item tpls into pocket/backpack/rig slots Dev 2024-01-03 22:34:16 +00:00
  • 5d9cfa776c Update to support armor mods Dev 2024-01-01 20:29:58 +00:00
  • f0cc991e75 Update settings Dev 2023-12-28 09:12:54 +00:00
  • 5a60d80448 Add sanitar to generation weights json Dev 2023-11-14 23:24:28 +00:00
  • 7c2d455b7b Calculate weights for all bot equipment/ammo/appearance Dev 2023-10-31 19:35:32 +00:00
  • 2df1523ca5 Update bot settings Dev 2023-10-28 11:47:53 +01:00
  • f5b1d3ad34 Optimise loot generation code by merging multiple loops into one Dev 2023-09-18 18:23:07 +01:00
  • e77214b2de Further optimisation from Clodan Dev 2023-09-18 17:15:30 +01:00
  • 64a1c7a0a4 Optimise bot parsing speed Dev 2023-09-18 16:30:24 +01:00
  • 8ceb5f20fb update bot settings Dev 2023-09-07 13:31:06 +01:00
  • 5eb4f1b175 Add weight system to generation object Dev 2023-08-21 16:32:20 +01:00
  • de11386c5a Code cleanup and attempt at reducing ram usage Added extra bosses to pmc enemy forcing code Dev 2023-08-15 12:05:31 +01:00
  • c9c472882e merge into main (#1) chomp 2023-08-15 09:29:16 +00:00
  • 4725fdac57 Update to .net 7 + update nuget packages Dev 2023-08-15 10:28:22 +01:00
  • 9127f97027 update weights Dev 2023-08-12 20:42:23 +01:00
  • 8a8546052a Update Dev 2023-08-12 11:41:50 +01:00
  • 0001d202d0 Update assets Dev 2023-08-12 10:44:28 +01:00
  • c3f9926bab Updates Dev 2023-08-10 17:09:23 +01:00
  • 0a91726274 Add settings Dev 2023-07-28 18:45:43 +01:00
  • 5ef20c8da2 Update for new bot type Dev 2023-07-22 10:18:42 +01:00
  • 0c5d0bcc1d update difficulties Dev 2023-06-01 22:15:44 +01:00
  • a9b87b625a Update values Chomp 2023-02-23 10:37:53 +00:00
  • 9110fabfcf Dont add bot types we're not interested in Chomp 2023-02-01 10:35:27 +00:00
  • c580c0dec7 update Chomp 2023-01-27 13:09:02 +00:00
  • 65909e0f5b Feature: find min and max of skills before saving to json Chomp 2023-01-17 10:59:03 +00:00
  • 483793ea20 Update bots Chomp 2023-01-01 19:03:06 +00:00
  • a1432b6e93 Update bot difficulties Chomp 2022-12-28 21:20:25 +00:00
  • 5831705f28 Add default weight value for clothing Chomp 2022-12-01 13:09:28 +00:00
  • 76112630db Update settings Chomp 2022-10-27 22:27:47 +01:00
  • 7c45d729a2 update Chomp 2022-08-18 20:44:56 +01:00
  • eb1fc985fb Update Chomp 2022-08-18 20:44:25 +01:00
  • 4e079cc794 Update pmc generator to create a dictionary of used ammo for each bot Chomp 2022-07-29 17:49:17 +01:00
  • 09c6db807f Also fix revenge list Chomp 2022-07-04 22:23:16 +01:00
  • 64ceb6684b Fix issue with sub items being added to their parents parent instead of their parent e.g. camora being added to the gun instead of the magazine Chomp 2022-07-04 21:53:51 +01:00
  • 1997a818c9 Fix issue with bot type arrays generating with an empty array inside them instead of strings Chomp 2022-07-04 21:52:42 +01:00
  • 831347389a oops, get rid of this Chomp 2022-07-01 18:14:12 +01:00
  • 909431f34b Automate weighting system for bot equipment Chomp 2022-07-01 18:12:30 +01:00
  • 5ed62b1e05 Update project to handle new bot types and json changes made to server Chomp 2022-06-30 11:20:34 +01:00
  • 60833e40d2 Add new bot types Chomp 2022-06-29 23:50:23 +01:00
  • dc6c68807b Update bot assets Chomp 2022-06-29 23:49:59 +01:00
  • d58525a360 Update bot settings Chomp 2022-05-11 13:09:25 +01:00
  • dace3b15dd Update bot settings from client dump Chomp 2022-04-14 14:27:27 +01:00
  • e7f40de93f Adjust sanitar min/max values Chomp 2022-02-22 11:55:52 +00:00
  • d5cf020038 Fix annoying parse errors Chomp 2022-02-22 11:55:16 +00:00
  • 60e458b834 bot difficulty settings Chomp 2022-02-22 11:54:01 +00:00
  • ac4bee90ba Update settings Chomp 2022-02-16 12:10:57 +00:00
  • a21ac7a4cd Weighting system changes Chomp 2022-02-04 12:08:49 +00:00
  • 095ff1ad3b remove bullet blacklist Chomp 2022-02-04 00:53:57 +00:00
  • 33dcfc042e Add medical item override Chomp 2022-01-15 12:10:58 +00:00
  • f9e6be6e90 Consistency Chomp 2022-01-07 10:34:10 +00:00
  • 1c9db23970 Add code to add in custom difficulty settings to bots Chomp 2022-01-07 10:32:59 +00:00
  • ad9a352488 better exception message Chomp 2022-01-07 09:51:19 +00:00
  • e386a924f3 Dont add lastnames to raiders Chomp 2022-01-07 09:17:41 +00:00
  • c92b2ff0e6 Add gifter bot asset Chomp 2021-12-25 14:59:08 +00:00
  • b3f3131f02 update assets Chomp 2021-12-22 18:16:48 +00:00
  • 1d2fd4a5f6 update difficulty assets Chomp 2021-12-20 11:34:42 +00:00
  • 5bfefa954e update items json to 16165 Chomp 2021-12-20 10:49:11 +00:00
  • 0e0c41d33f Reads through bot files and finds unique bodypart health configurations, saves them to output object Chomp 2021-12-20 10:48:27 +00:00