forked from DaviBe92/AutoSplit64plus
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefaults.ini
More file actions
85 lines (85 loc) · 2.27 KB
/
defaults.ini
File metadata and controls
85 lines (85 loc) · 2.27 KB
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
84
85
{
"general": {
"on_top": true,
"update_check": true,
"auto_start": false,
"operation_mode": 0,
"srl_mode": false,
"mid_run_start_enabled": true,
"split_cooldown": 0.5,
"output_update_rate": 10
},
"route": {
"path": ""
},
"model": {
"legacy": false
},
"connection": {
"ls_host": "localhost",
"ls_port": 16834,
"ls_pipe_host": ".",
"ls_connection_type": 0
},
"thresholds": {
"undo_threshold": 4.5,
"probability_threshold": 0.6,
"confirmation_threshold": 0.4,
"reset_threshold": 0.1,
"white_threshold": 0.8,
"black_threshold": 0.1,
"xcam_bg_threshold": 40,
"xcam_rg_threshold": 50,
"xcam_bg_activation": 40,
"xcam_rg_activation": 10,
"xcam_pixel_threshold": 0.6
},
"split_final_star": {
"stage_lower_bound": [0, 20, 0],
"stage_upper_bound": [40, 70, 10],
"star_lower_bound": [0, 180, 180],
"star_upper_bound": [120, 255, 255]
},
"split_ddd_enter": {
"portal_lower_bound": [90, 5, 5],
"portal_upper_bound": [255, 30, 30],
"hat_lower_bound": [0, 0, 80],
"hat_upper_bound": [30, 30, 255]
},
"split_xcam": {
"lower_bound": [0, 0, 30],
"upper_bound": [60, 80, 255]
},
"error": {
"processing_length": 20,
"minimum_undo_count": 15,
"undo_threshold": 0.85,
"star_skip": true,
"minimum_consecutive_prediction": 4,
"max_star_skip": 3
},
"advanced": {
"reset_frame_one": "templates/default_reset_one.jpg",
"reset_frame_two": "templates/default_reset_two.jpg",
"restart_split_delay": 1.60326,
"file_select_frame_offset": -29,
"restart_frame_offset": 0,
"star_process_frame_rate": 6.0,
"fadeout_process_frame_rate": 29.97,
"detailed_console_output": false
},
"game": {
"override_version": false,
"version": "JP",
"use_obs": true,
"vc_fix": false,
"process_name": "AmaRecTV.exe",
"game_region": [
18,
80,
618,
452
],
"capture_size": [656, 577]
}
}