forked from Cyrexxis/RokTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 706 Bytes
/
Copy pathconfig.json
File metadata and controls
34 lines (34 loc) · 706 Bytes
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
{
"scan": {
"kingdom_name": "",
"people_to_scan": "",
"resume": false,
"advanced_scroll": true,
"track_inactives": false,
"validate_power": false,
"power_threshold": 100000,
"validate_kills": true,
"reconstruct_kills": true,
"timings": {
"gov_open": 2,
"copy_wait": 0.2,
"kills_open": 1,
"info_open": 1,
"info_close": 0.5,
"gov_close": 1
},
"formats": {
"xlsx": true,
"csv": false,
"jsonl": false
}
},
"general": {
"emulator": "bluestacks",
"bluestacks": {
"name": "RoK Tracker",
"config": "C:\\ProgramData\\BlueStacks_nxt\\bluestacks.conf"
},
"adb_port": 5555
}
}