From 9fc4e749d817dd8c4259c9cb6d949638089bdcde Mon Sep 17 00:00:00 2001 From: Brett-Michael Green Date: Tue, 27 Aug 2019 13:48:20 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.md b/README.md index 75abdad..44223c8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,45 @@ # WOWQueueCamper Wakes you up when queue is ready + +# Disclaimer +This software is provided as-is - seriously, it was written on a whim at 2 in the morning. If you have an issue using the software please search your issue in "Issues" and create a new issue if no match can be found. This repository provides a pre-built binary for ease of use, please be wary of running any .exe files distributed from an unofficial source, such as a forum. + +# Usage +Usage: WOWQueueCamper [options] +Options: + --rleft arg x value of farthest left pixel on fullscreen.Requires + other r parameters, default 1035 + --rbottom arg y value of farthest bottom pixel on fullscreen.Requires + other r parameters, default 492 + --rwidth arg width of x values of farthest left pixel to farthest + right pixel on fullscreen. Requires other r parameters, + default 75 + --rheight arg height of y values of farthest left pixel to farthest + right pixel on fullscreen.Requires other r parameters, + default 30 + --rheight arg height of y values of farthest left pixel to farthest + right pixel on fullscreen.Requires other r parameters, + default 30 + --alarm_number arg Amount of players in queue to trigger alarm. default + 1000 + --start_delay arg Time before running program to allow time to switch to + WOW queue in ms. default 10000 + --check_delay arg Time between checking queue in ms. default 1000 + --alarm_file arg Absolute path to wav file to play for alarm. default + fire truck air horn + -h [ --help ] Prints help menu + +rleft, rbottom, rwidth, and rheight are used together to set a custom rectangle to find the queue number in. This program defaults to 1920x1080 resolution where WOW is fullscreened. I suggest using an image manipulation program, like https://www.gimp.org/ to figure out what rectangle that you need. + +# Compiling From Source +So you want to compile from source huh? Take this handy guide with you! + +You will need to install https://cmake.org/ , https://git-scm.com/ , and a windows c++17 compiler supported by cmake like https://visualstudio.microsoft.com/ . + +If you do not have a user-integrated vcpkg, please run bootstrap.bat in either cmd or powershell. This will set up the dependency toolchain. Warning this takes a short while (7 minutes on my machine) and takes up a bit of space (a little under 2 GB). If you DO have a user-integrated vcpkg, install the dependencies mentioned in bootstrap.bat and edit the toolchain path in build.bat (I am assuming if this is the case you are a developer and know how to do this). + +Next run build.bat in either cmd or powershell. The package can be used or distributed from WOWQueueCamper/build/Release . You're all done! Pat yourself on the back or add a new issue if this did not work for you. + +# Credit +The default.wav soundfile was created by Daniel Simon and can be found here https://soundbible.com/2192-Fire-Truck-Horn.html . +This program uses these fine libraries: https://github.com/tesseract-ocr/tesseract , https://github.com/DanBloomberg/leptonica , and https://github.com/boostorg/program_options From 3b88dcb12b6dcd4f1d364162505d1cb25bd4d03f Mon Sep 17 00:00:00 2001 From: Brett-Michael Green Date: Tue, 27 Aug 2019 13:49:24 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 44223c8..6bb9a31 100644 --- a/README.md +++ b/README.md @@ -6,29 +6,51 @@ This software is provided as-is - seriously, it was written on a whim at 2 in th # Usage Usage: WOWQueueCamper [options] + Options: + --rleft arg x value of farthest left pixel on fullscreen.Requires + other r parameters, default 1035 + --rbottom arg y value of farthest bottom pixel on fullscreen.Requires + other r parameters, default 492 + --rwidth arg width of x values of farthest left pixel to farthest + right pixel on fullscreen. Requires other r parameters, + default 75 + --rheight arg height of y values of farthest left pixel to farthest + right pixel on fullscreen.Requires other r parameters, + default 30 + --rheight arg height of y values of farthest left pixel to farthest + right pixel on fullscreen.Requires other r parameters, + default 30 --alarm_number arg Amount of players in queue to trigger alarm. default + 1000 + --start_delay arg Time before running program to allow time to switch to + WOW queue in ms. default 10000 + --check_delay arg Time between checking queue in ms. default 1000 + --alarm_file arg Absolute path to wav file to play for alarm. default + fire truck air horn + -h [ --help ] Prints help menu + rleft, rbottom, rwidth, and rheight are used together to set a custom rectangle to find the queue number in. This program defaults to 1920x1080 resolution where WOW is fullscreened. I suggest using an image manipulation program, like https://www.gimp.org/ to figure out what rectangle that you need. # Compiling From Source From 81cfcadd7cc977fd40da03b4cce8c9ae3259e707 Mon Sep 17 00:00:00 2001 From: Brett-Michael Green Date: Tue, 27 Aug 2019 13:51:03 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6bb9a31..9f465e8 100644 --- a/README.md +++ b/README.md @@ -5,51 +5,41 @@ Wakes you up when queue is ready This software is provided as-is - seriously, it was written on a whim at 2 in the morning. If you have an issue using the software please search your issue in "Issues" and create a new issue if no match can be found. This repository provides a pre-built binary for ease of use, please be wary of running any .exe files distributed from an unofficial source, such as a forum. # Usage +``` Usage: WOWQueueCamper [options] Options: --rleft arg x value of farthest left pixel on fullscreen.Requires - other r parameters, default 1035 --rbottom arg y value of farthest bottom pixel on fullscreen.Requires - other r parameters, default 492 --rwidth arg width of x values of farthest left pixel to farthest - right pixel on fullscreen. Requires other r parameters, - default 75 --rheight arg height of y values of farthest left pixel to farthest - right pixel on fullscreen.Requires other r parameters, - default 30 --rheight arg height of y values of farthest left pixel to farthest - right pixel on fullscreen.Requires other r parameters, - default 30 --alarm_number arg Amount of players in queue to trigger alarm. default - 1000 --start_delay arg Time before running program to allow time to switch to - WOW queue in ms. default 10000 --check_delay arg Time between checking queue in ms. default 1000 --alarm_file arg Absolute path to wav file to play for alarm. default - fire truck air horn -h [ --help ] Prints help menu - + ``` rleft, rbottom, rwidth, and rheight are used together to set a custom rectangle to find the queue number in. This program defaults to 1920x1080 resolution where WOW is fullscreened. I suggest using an image manipulation program, like https://www.gimp.org/ to figure out what rectangle that you need. @@ -58,9 +48,9 @@ So you want to compile from source huh? Take this handy guide with you! You will need to install https://cmake.org/ , https://git-scm.com/ , and a windows c++17 compiler supported by cmake like https://visualstudio.microsoft.com/ . -If you do not have a user-integrated vcpkg, please run bootstrap.bat in either cmd or powershell. This will set up the dependency toolchain. Warning this takes a short while (7 minutes on my machine) and takes up a bit of space (a little under 2 GB). If you DO have a user-integrated vcpkg, install the dependencies mentioned in bootstrap.bat and edit the toolchain path in build.bat (I am assuming if this is the case you are a developer and know how to do this). +If you do not have a user-integrated vcpkg, please run ```.\bootstrap.bat``` in either cmd or powershell. This will set up the dependency toolchain. Warning this takes a short while (7 minutes on my machine) and takes up a bit of space (a little under 2 GB). If you DO have a user-integrated vcpkg, install the dependencies mentioned in bootstrap.bat and edit the toolchain path in build.bat (I am assuming if this is the case you are a developer and know how to do this). -Next run build.bat in either cmd or powershell. The package can be used or distributed from WOWQueueCamper/build/Release . You're all done! Pat yourself on the back or add a new issue if this did not work for you. +Next run ```.\build.bat``` in either cmd or powershell. The package can be used or distributed from WOWQueueCamper/build/Release . You're all done! Pat yourself on the back or add a new issue if this did not work for you. # Credit The default.wav soundfile was created by Daniel Simon and can be found here https://soundbible.com/2192-Fire-Truck-Horn.html . From 9d6c9b5b009a835fd1620a01939353a9200692ce Mon Sep 17 00:00:00 2001 From: Brett-Michael Green Date: Tue, 27 Aug 2019 13:55:39 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f465e8..a92eed3 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Options: rleft, rbottom, rwidth, and rheight are used together to set a custom rectangle to find the queue number in. This program defaults to 1920x1080 resolution where WOW is fullscreened. I suggest using an image manipulation program, like https://www.gimp.org/ to figure out what rectangle that you need. +The current binary release is https://github.com/greenbrettmichael/WOWQueueCamper/releases/download/0.1/x64-binaries.zip if you simply want to use the tool and get going! + # Compiling From Source So you want to compile from source huh? Take this handy guide with you! From 4e76eda846921be3f2c86e459c88794cf147b9ad Mon Sep 17 00:00:00 2001 From: Brett-Michael Green Date: Tue, 27 Aug 2019 19:49:06 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a92eed3..ad6f045 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WOWQueueCamper -Wakes you up when queue is ready +Wakes you up when queue is ready. + +video tutorial here https://www.youtube.com/watch?v=xKz3pMvtXlY # Disclaimer This software is provided as-is - seriously, it was written on a whim at 2 in the morning. If you have an issue using the software please search your issue in "Issues" and create a new issue if no match can be found. This repository provides a pre-built binary for ease of use, please be wary of running any .exe files distributed from an unofficial source, such as a forum.