https://github.com/binary1024x2/exe-autostart
This is a simple script for OBS that let's you start a program when you open OBS. Can be useful if you use programs like VSeeFace or Gazo Tuber.
https://github.com/binary1024x2/exe-autostart
automation obs obs-script obs-scripts vtuber
Last synced: 4 months ago
JSON representation
This is a simple script for OBS that let's you start a program when you open OBS. Can be useful if you use programs like VSeeFace or Gazo Tuber.
- Host: GitHub
- URL: https://github.com/binary1024x2/exe-autostart
- Owner: binary1024x2
- License: mit
- Created: 2023-05-23T17:42:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T17:55:32.000Z (about 2 years ago)
- Last Synced: 2025-01-04T17:47:30.800Z (5 months ago)
- Topics: automation, obs, obs-script, obs-scripts, vtuber
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autostart.lua
This is a simple script for OBS that let's you start a program when you open OBS. Can be useful if you use programs like VSeeFace or Gazo Tuber.
> **Note** This is tested on Windows. Should work on Linux and OSX, but is not properly tested.
## Install
Open OBS and go to `Tools -> Scripts`, click the **+** button and locate the `autostart.lua` file.
## Options
- `Program to launch`: the path to the program you want to launch.
- `Arguments`: the program arguments, if required.
- `Close program on exit`
- `Start program`: to test if the program is starting properly.