This branch is 14 commits behind chomp/BotGenerator:master
2024-11-01 18:56:26 +00:00
2024-11-01 18:56:26 +00:00
2024-11-01 17:01:23 +00:00
2024-11-01 17:01:23 +00:00
2023-08-15 09:29:16 +00:00
2023-08-15 09:29:16 +00:00
2021-08-12 17:49:10 +02:00
2023-08-15 09:29:16 +00:00
2021-08-14 21:34:21 +01:00

BotGenerator

Generates bot templates based on user-provided game dumps.

Setup

  • Set 'Generator' as start-up project
  • Build solution to create required folders in bin folder.
  • in Generator\bin\Debug\netcoreapp3.1
    • Place live dumps in subfolder: dumps. - These are the files called 'resp.client.game.bot.generate.xxxxxx.json'
  • Run code, bot jsons will be created in the 'output' folder e.g. assault.json

Maintenance

  • Ensure the asset files are kept up to date (Generator\bin\Debug\netcoreapp3.1\Assets)
    • They can be found in Eft/EscapeFromTarkov_Data/resources.assets as a text asset

Common problems

  • Don't place the request jsons (files starting with req.*) in the dump folder, these don't contain any bot data.
Description
No description provided
Readme 4.8 MiB
Languages
C# 100%