diff --git a/camera.bat b/camera.bat new file mode 100644 index 0000000..3e0b9c8 --- /dev/null +++ b/camera.bat @@ -0,0 +1,2 @@ +python ./src/cameraindex.py +pause \ No newline at end of file diff --git a/config_arceus.json b/config_arceus.json new file mode 100644 index 0000000..fbb2756 --- /dev/null +++ b/config_arceus.json @@ -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 +} \ No newline at end of file diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..8bf234d --- /dev/null +++ b/install.bat @@ -0,0 +1,2 @@ +pip install -r requirements.txt +pause \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2a91bb1..aadfe64 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..34ed4b4 --- /dev/null +++ b/run.bat @@ -0,0 +1,2 @@ +python ./src/player_blink_gui.py +pause \ No newline at end of file