- Supported Bit Versions
-
- 64-bit
- Source Code URL
- https://github.com/DaviBe92/Autostarter
- Minimum OBS Studio Version
- 30.1.0
- Supported Platforms
-
- Windows
Autostarter
Enhanced plugin version of my OBS Autostarter lua script
Plugin for OBS Studio that automatically launches and quits programs alongside OBS. Perfect for streamers and content creators who need to start multiple applications when beginning their streaming or recording sessions.
Launch Dialog
Features
- Automatically launch programs when OBS starts
- Save multiple loadouts for different scenarios
- Launch multiple programs per loadout
- Highly configurable launch options:
- Launch programs minimized
- Automatic program termination when OBS exits
- Optional launch confirmation dialog
- Launch and quit programs directly from OBS
- CMD/Shortcut argument support
--autostarter "loadoutname"
Improvements over the old Lua Script
- Native C++ implementation for better performance
- Multiple loadout support
- Added launch confirmation option
- More configuration options
- Prevents duplicate programm launches
- Faster startup and response times
- Modern UI with better usability
Usage
- Extract the
autostarter.dll
to your OBS plugins directory:e.g: C:\Program Files\obs-studio\obs-plugins\64bit
- Open OBS Studio
- Go to Tools → Autostarter
- Check Enable Autostarter
- Create a new loadout or use the default one
- Add your programs using the "Add" button
- Configure launch options for each program
- Save your settings
Configuration
- Loadouts: Create multiple program groups for different scenarios
- Launch Options:
- Minimize on start
- Auto-close when OBS exits
- Launch confirmation dialog
- Command Line / Shortcut: Start OBS with a specific loadout using:
obs64.exe --autostarter "loadoutname"
This will bypass the enabled state and launch dialog, always launching the specified loadout.