Autostarter

Autostarter 2.1.0

DaviBe

New Member
DaviBe submitted a new resource:

OBS Autostarter - Automatically launches and quits programs alongside OBS

OBS 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.

View attachment 111191

Launch Dialog​

[ATTACH...

Read more about this resource...
 

Arkhos9

New Member
Hi,

I use Chatty, but it doesn't close automatically with OBS Studio. Even if you check the option or click on "Quit Apps", it doesn't work. On the other hand, if I click on "Launch Apps", chatty launches fine.
 
Last edited:

Tallicia

Member
Will have to try this out after streaming this weekend, this may help to reduce/remove many of my custom scripts!

Here's something of a problem I still have that I wonder if this might resolve.

TikTok requires elevated privileges ( very uncool, and they need to stop it, grrr, but it is what it is). If OBS is running as admin, can AutoStarter launch TikTok as admin ( as an option ) to avoid the dialog to continue/run as admin?
 

DaviBe

New Member
Will have to try this out after streaming this weekend, this may help to reduce/remove many of my custom scripts!

Here's something of a problem I still have that I wonder if this might resolve.

TikTok requires elevated privileges ( very uncool, and they need to stop it, grrr, but it is what it is). If OBS is running as admin, can AutoStarter launch TikTok as admin ( as an option ) to avoid the dialog to continue/run as admin?

You can do that with a tiny walk around:
  1. Create a shortcut of the tiktok.exe
  2. Right click the shortcut - open Properties
  3. Go to the Compability tab
  4. Check "Run this program as an administrator"
  5. Click OK
Now in the Autostarter select the Tiktok shortcut.
This will launch tiktok as admin if OBS was also launched as admin.
(But it woun't launch at all if OBS is launched without admin)
 

DaviBe

New Member
yo is it possible to make it work with profiles? the last one worked with just my streaming profile

You can create different loadouts then choose in the launch window which one to launch or press the skip button to launch nothing.
Alternatively you can use launch arguments to directly launch specific profiles and loadouts.
  1. Create a shortcut obs64.exe
  2. Right click the shortcut - open Properties
  3. In Target add --profile "profilename" --autostarter "loadoutname" to the end
This will open OBS directly with the specified profile and launch the programms of the specified loadout.
 
Top