fabianlujan
New Member
Hello
I am thinking about how to have individual overlays in OBS.
I work alone. I handle the camera and OBS direction. The scenes are already configured and work well. I use a numpad next to the tripod to control the scenes.
The events I stream have 32 players.
My goal is to display the individual overlay for each player who scores a goal for 2 seconds and then hide it.
Each individual overlay is completed and configured before the event.
I tried to do it using HID Macros, the numpad, and OBS, but it didn't work.
I'm not sure how to write the script in HID Macros.
What I wrote was HIDMacros.SendKeysSlow "{CTRL}", 50 and HIDMacros.SendKeysSlow "{0}", 50 and HIDMacros.SendKeysSlow "{1}", 50
Additionally, OBS only accepts one combination in the key+key format.
I was thinking of doing it like this:
Press CTRL+0+1 to see player 01's overlay. Press CTRL+2+9 to see player 29's overlay. And so on for all players.
Any ideas? Thanks!
PS. I'm working with UNO overlays.
I am thinking about how to have individual overlays in OBS.
I work alone. I handle the camera and OBS direction. The scenes are already configured and work well. I use a numpad next to the tripod to control the scenes.
The events I stream have 32 players.
My goal is to display the individual overlay for each player who scores a goal for 2 seconds and then hide it.
Each individual overlay is completed and configured before the event.
I tried to do it using HID Macros, the numpad, and OBS, but it didn't work.
I'm not sure how to write the script in HID Macros.
What I wrote was HIDMacros.SendKeysSlow "{CTRL}", 50 and HIDMacros.SendKeysSlow "{0}", 50 and HIDMacros.SendKeysSlow "{1}", 50
Additionally, OBS only accepts one combination in the key+key format.
I was thinking of doing it like this:
Press CTRL+0+1 to see player 01's overlay. Press CTRL+2+9 to see player 29's overlay. And so on for all players.
Any ideas? Thanks!
PS. I'm working with UNO overlays.