-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
83 lines (78 loc) · 2.04 KB
/
config.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"update_sleep_time": 0,
"standby_sleep_time": 0.2,
"wait_for_bite_sleep_time": 0,
"wait_for_progress_bar_time":0.75,
"lower_resolution_ratio": 1,
"wait_for_bite_timeout": 1.2,
"debug_mode": false,
"print_delta_time": false,
"average_refresh_rate": true,
"clear_screen": true,
"visualize": true,
"registry_path": "SOFTWARE\\miHoYo\\Genshin Impact",
"templates_source_resolution": [1920,1080],
"lowest_resolution_allowed": [800,600],
"window_caption_height": 31,
"window_margin": 1,
"progress_bar_expand_relative": [10,10],
"core_icon_expand_relative": [50,30],
"color_threshold":
{
"progress_indicator_bright_yellow": [[160,225,225],[200,255,255]],
"progress_bar_bright_green": [[100, 150, 0],[215, 255, 85]],
"progress_bar_dark_green": [[70, 90, 30],[100, 160, 150]]
},
"templates_path":
{
"cast_path": "templates/cast.png",
"hook_path": "templates/hook.png",
"pull_path": "templates/pull.png",
"progress_bar_path": "templates/progress_bar.png",
"arrow_left_path": "templates/arrow_L.png",
"arrow_right_path": "templates/arrow_R.png",
"cursor_path": "templates/cursor.png"
},
"templates_match_threshold":
{
"hook_threshold": 0.8,
"cast_threshold": 0.8,
"pull_threshold": 0.7,
"arrow_L_threshold": 0.4,
"arrow_R_threshold": 0.4,
"cursor_threshold": 0.4
},
"arrow_cursor_overlap_threshold":
{
"arrow_L_overlap": 0.8,
"arrow_R_overlap": 0.8,
"cursor_clear": 0.8
},
"title_in_languages":
{
"en": "Genshin Impact",
"ko": "원신",
"ja": "原神",
"zh-cn": "原神",
"zh-tw": "原神",
"es": "Genshin Impact",
"fr": "Genshin Impact",
"ru": "Genshin Impact",
"th": "Genshin Impact",
"vi": "Genshin Impact",
"de": "Genshin Impact",
"id": "Genshin Impact",
"pt": "Genshin Impact"
},
"debug_output_path":
{
"game_screenshot_path": "debug/game_screenshot.png",
"polarized_progress_bar_image_path": "debug/polarized_progress_bar.png"
},
"debug_save_pic_threshold":
{
"arrow_L_low_threshold": 0.5,
"arrow_R_low_threshold": 0.5,
"cursor_low_threshold": 0.5
}
}