Skip to content

Commit

Permalink
update the readme with the same info as the example config
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Oct 25, 2024
1 parent 10d91ac commit 82ecf22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@ message_timeout_mins = 8
# Which game you want to use the script for (Bf1 or Bf4) (dont forget the Capital B in the game name)
game = 'Bf1'
# Which launcher it needs to use to start the game (EADesktop, Origin or Steam) (dont forget the Capital in the launcher name)
game = 'EADesktop'
launcher = 'EADesktop'
# Which backend it has to use to request seeding info
endpoint = "https://manager-api.gametools.network"
# time between anti-afk actions, to keep the bot within the server
anti_afk_timeout_secs = 120
# time between backend checks, for new commands to follow
backend_check_timeout_secs = 10
```

0 comments on commit 82ecf22

Please sign in to comment.