Adding .bat files and arceus config

This commit is contained in:
jjaldridge2009 2022-03-19 13:07:23 -04:00 committed by GitHub
parent 6fbd3bb2e0
commit 21e409f3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 0 deletions

2
camera.bat Normal file
View File

@ -0,0 +1,2 @@
python ./src/cameraindex.py
pause

26
config_arceus.json Normal file
View File

@ -0,0 +1,26 @@
{
"MonitorWindow": false,
"WindowPrefix": "SysDVR-Client [PID ",
"image": "./images/mtcoronet/arceus.PNG",
"view": [
914,
541,
76,
75
],
"thresh": 0.7,
"white_delay": 30.0,
"advance_delay": 30,
"advance_delay_2": 0,
"npc": 0,
"timeline_npc": 0,
"pokemon_npc": 1,
"crop": [
0,
0,
0,
0
],
"camera": 2,
"display_percent": 65
}

2
install.bat Normal file
View File

@ -0,0 +1,2 @@
pip install -r requirements.txt
pause

Binary file not shown.

2
run.bat Normal file
View File

@ -0,0 +1,2 @@
python ./src/player_blink_gui.py
pause