Trigger Any OBS Action With Anything - Twiddler 3 - Wireless Devices - Old Keyboards

Опубликовано: 30 Октябрь 2022
на канале: PlentyAZach
1,141
28

Peeps, today i will show you how to trigger any obs action from any kind of device. Create your own stream deck from any old device and specifically learn how to use wireless devices to control your stream.

AutoHotKey - https://www.autohotkey.com/
OBS V28 - https://obsproject.com/
HID Macros - http://www.hidmacros.eu/download.php
Streamer Bot - https://streamer.bot/
Touch Portal - https://www.touch-portal.com/
MixItUp - https://mixitupapp.com/
SAMMI - https://sammisolutions.itch.io/sammi

TL;DR
1. Launch HID as Admin First
2. Open OBS and your stream controller bot
3. Create an action in your stream bot
4. Create a new blank .txt document
5. Point your stream bot's file watcher to watch that .txt file you made
5a. Assign the action you made earlier to trigger when that .txt file changes
6. Create AutoHotKey Script to write to that .txt file

AHK Script - Copy what is below to your AHK Script
---------------------------------------------------------------------------------------------------------------------------------
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#noTrayIcon
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

file := FileOpen("E:\Local Stream Content\Stream_Triggers\Scene_1.txt", "w")
file.write(1)
file.close()
----------------------------------------------------------------------------------------------------------------------------------

7. Compile the AutoHotKey script to .exe form
8. In HIDMacro assign a keystroke to a new macro and check the run application box and run the .exe file.
9. Profit?


Join me on Twitch →   / plentyazach  
Sunday @ 12:00PM ET

Join The PlentyAPeeps Discord to hang out with a super positive and awesome community! →   / discord  

Gear that I use - https://kit.co/PlentyAZach/my-main-setup

Outro Song
––––––––––––––––––––––––––––––
Elizabeth's Groove by Amarià   / amariamusique  
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/elizabeths-groove
Music promoted by Audio Library    • Elizabeth's Groove – Amarià (No Copyr...  
––––––––––––––––––––––––––––––

0:00 - Intro
0:51 - Programs you need
2:05 - Step 1 - Run HID Macros
3:14 - Step 2 - Open OBS and Stream Bot
4:58 - Step 3 - Create Action
5:39 - Step 4 - .txt File
6:22 - Step 5 - Watch That File
7:04 - Step 5a - Assign Action
7:48 - Step 6 - AHK Script
10:26 - Step 7 - Compile Scipt
10:48 - Step 8 - HID Macros
12:55 - Demo of Main topic
13:40 - Know a better way?
14:20 - Outro
14:41 - Dance!


Смотрите видео Trigger Any OBS Action With Anything - Twiddler 3 - Wireless Devices - Old Keyboards онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь PlentyAZach 30 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,141 раз и оно понравилось 28 людям.