You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically run command files on SteamVR startup, download the latest release [here](https://github.com/BOLL7708/OpenVRStartup/releases).
2
+
Automatically run command files on SteamVR startup and/or shutdown, download the latest release [here](https://github.com/BOLL7708/OpenVRStartup/releases).
3
3
4
4
# Usage
5
5
1. Decompress the release archive to a folder on disk.
6
6
2. Run the _.exe_ file in the folder.
7
-
3.Follow the instructions provided in the console window to add the application to always launch with SteamVR.
7
+
3.On first launch it will display some instructions and the application will run the demo files included in the release.
8
8
4. Check the _.log_ file that is generated in the same folder, it should provide information about the execution.
9
-
5.Edit the example _.cmd_file, delete it, add new ones. You can add as many as you like and the application will attemp to run them all.
9
+
5.Delete or edit the _*.cmd_files in the _start_ and _stop_ folders or add new ones. The application will attemp to run any _*.cmd_ files in those folders.
10
10
11
11
Delete the generated _.log_ file to get the instructions in step 3 again on the next launch.
12
12
13
-
That's pretty much it. This is a very simple application, and it will terminate as soon as it has launched all your scripts so it's not even running in the background.
14
-
13
+
That's pretty much it. This is a very simple application. If you only have startup scripts it will terminate immediately after launch, if you have shutdown scripts it will put itself in the background until SteamVR exits so it can launch those scripts as well.
0 commit comments