-
Notifications
You must be signed in to change notification settings - Fork 0
/
Configure.txt
35 lines (29 loc) · 1.66 KB
/
Configure.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
# Rectangle coordinates as follows: x, y, width, height
# It has to capture the full text $123123 Bounty and should check for extra space to the right
# to compensate for large numbers like 100k+ or even 1mil+
# I used these numbers for my screen resolution of 1080p without fullscreen v v v v
capture_rectangle = 64, 104, 156, 27
# Capture refresh delay: float
# Can be a number zero or more, sets the delay in seconds between each screenshot to read the current bounty
# If you're using a ram disk it's recommended to use capture_refresh_delay = 0
capture_refresh_delay = 1
# Log your bounties and errors: state
# Can be true or false, helps to keep track of when your bounties were updated (bounty history file also exists)
log_to_files = true
# Show as discord activity: state
# Can be true or false, decide if you just want a console that does nothing
# or share the bounty on your discord account
show_discord_activity = true
# Show capture preview: state
# Can be true or false, decide if you want to see the captured area in a new window
capture_preview = true
# Save captures to your disk: state
# Can be true or false, decide if you want to save the raw and processed image for every updated
# bounty (doesn't take much space, but should be off you have to save space)
save_captures = true
# Use a ram disk: disk letter
# Can be any available disk letter, you can change the letter to an sdd drive if your main drive is hdd
# Ram disk is much faster than solid state drive or hard disk drive
# To install a ram drive you can download ImDisk and open the configurator (10 megabytes is enough)
# Once installed write the disk letter below (example: ram_disk_letter = R)
ram_disk_letter = r