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
Download this repository (either by direct zip file download or cloning).
Open every .lua file and change the variable local file_path to the path of that lua file in your personal computer.
Open OBS and create a new scene.
Set up of text files (things that change)
Create a new Text (GDI+) file and tick the Read from file box.
Browse and select the file this Text (GDI+) file is going to read from (which is any of the text files inside the data folder).
Click OK.
Set up of the lua files (the scripts that change the text files)
Go to Tools -> Scripts.
Click the + icon located at the bottom left to add a script.
Browse and select each of the .lua files inside the scripts folder.
Connect everything
Go to Settings -> Hotkeys -> Scroll down until you see the name of this script.
Assign a hotkey to trigger that script (could be from keyboard or Stream Deck).
Save and test it out!
Notes
If an error occurs or the script didn't load, try removing it and adding it again or closing OBS and opening it again (sometimes it just needs to restart).
If the text file is not changing, try checking the local file_path vvariable to ensure it is pointing to that target text file.