From 21e409f3ffd68343f3d97062f3d3cd0e631cb265 Mon Sep 17 00:00:00 2001 From: jjaldridge2009 Date: Sat, 19 Mar 2022 13:07:23 -0400 Subject: [PATCH] Adding .bat files and arceus config --- camera.bat | 2 ++ config_arceus.json | 26 ++++++++++++++++++++++++++ install.bat | 2 ++ requirements.txt | Bin 186 -> 284 bytes run.bat | 2 ++ 5 files changed, 32 insertions(+) create mode 100644 camera.bat create mode 100644 config_arceus.json create mode 100644 install.bat create mode 100644 run.bat 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 2a91bb11c699f70ebd1044fbfc1d69dd8a1f0fce..aadfe64d3a8180d58a2c214e39e09fbae06a60c4 100644 GIT binary patch delta 105 zcmdnRIEQJ%t|VRtE`|bzN`^#+Qic+Se1>!&oyh{~;0OfLkq9s5wlOYK#o($yY j0!1o;a;Xf(U@?#h=?q0c9Z5i#3S`*=p#g&)gCPR|giRB? delta 6 NcmbQkw2N`VE&vF90;B){ 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