From 82ecf2275be52d9e6723bfa27389ea88b24e7f91 Mon Sep 17 00:00:00 2001 From: Zefanja Jobse Date: Fri, 25 Oct 2024 16:57:46 +0200 Subject: [PATCH] update the readme with the same info as the example config --- build/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index ccffe29..8c0173c 100644 --- a/build/README.md +++ b/build/README.md @@ -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 ```