-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.txt
41 lines (39 loc) · 2.31 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# it will autogenerate one of these files when you run the script and it doesn't exist already.
# But without filling in your group_id it won't work!
# The unique identifier of your group: "https://manager.gametools.network/group/{group_id}"
group_id = ''
# where the shortcut of your game goes to to launch the game. If your didnt change when setting up the game, the defaults will be fine.
# bf4 example location: 'C:\Program Files\Origin Games\Battlefield 4\BFLauncher_x86.exe'
game_location = 'C:\Program Files (x86)\Origin Games\Battlefield 1\bf1.exe'
# Where ea desktop is installed, linking to Link2EA.exe. If your didnt change when setting up ea desktop, the defaults will be fine.
link2ea_location = 'C:\Program Files\Electronic Arts\EA Desktop\EA Desktop\Link2EA.exe'
# what your pc will be called within the group
hostname = 'seeder-1'
# Allow the script to shutdown your pc when asked from the panel (administrator rights needed)
allow_shutdown = false
# When you disable this option, the game will use less resources but renders nothing (doesn't change your ingame settings, only affects the script)
usable_client = true
# allow automated messages in chat (further settings below)
send_messages = false
# if disabled, anti-afk won't work when in fullscreen (some people play with the script still running, this stops the script from minimizing the game when fullscreen is detected)
fullscreen_anti_afk = true
# what message has to be send to the server with automated messages. if you want multiple messages, seperate them with ";"
message = 'Join our discord, we are recruiting: discord.gg/...'
# in which server
message_server_name = ''
# start time
message_start_time_utc = '12:00'
# when to stop
message_stop_time_utc = '23:00'
# how many minutes between messages
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)
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