forked from chomp/BotGenerator
Better readme
This commit is contained in:
parent
1b22e9d01b
commit
eb11ab2da5
20
README.md
20
README.md
@ -1,3 +1,21 @@
|
|||||||
# BotGenerator
|
# BotGenerator
|
||||||
|
|
||||||
Generate bot templates based on game dumps
|
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.
|
Loading…
x
Reference in New Issue
Block a user