From ad0387600e257eab7b455b96c7ec771cdb24db79 Mon Sep 17 00:00:00 2001 From: marvin1099 <40715852+marvin1099@users.noreply.github.com> Date: Sun, 29 Mar 2020 21:57:52 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc97f1..ec401da 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ +Vivecraft-autolauncher +It's a simple AutoHotKey script which launches the Minecraft Launcher and automatically clicks on the Play button. + +At the first launch of the program, it will ask you where your Minecraft launcher is located. + +It helps running the game directly from the SteamVR without taking the Vive headset off. + +It's one of my first AutoHotKey scripts so there are probably some unnecessary lines and other stuff. + +It should work like this: + +Launches the Minecraft launcher through command line + +Waits 4 seconds + +Clicks in the middle of the window, -64 pixels from the bottom, where the Play Button should be. + +Installation: https://github.com/Mavi222/Vivecraft-autolauncher/wiki/Installation + +TO-DO: I need to clean the script of the unnecessary, not working lines. Right now it works but the code is really bad. I also could make the script to ask you if you use the new or the old launcher so it's backwards compatible. + # Vivecraft Autolauncher Remake -This is a remake of the Vivecraft Autolauncher by Mavi222 +This is a remake of the Vivecraft Autolauncher His Version is a simple AutoHotKey script which launches the Minecraft Launcher and automatically clicks on the Play button.