Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Added OBS Studio support
  • Loading branch information
DustyDiamond committed Jul 2, 2022
1 parent 7a9e3f4 commit 0d4bf89
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 43 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ You can place your gifs in the scene as you wish. Then import that "gif-scene" i

You can toggle on/off if you want the the last two gifs that have been played to be excluded for the next command, so everytime there is chosen a different gif. This is especially helpful if you don't have that many gifs per game. I strongly recommend to have more than 3 gifs per game, but the more the better.

You can choose your OBS Version. Currently only Streamlabs Desktop (former Streamlabs OBS) and OBS Studio are supported.

## Dependencies

The script uses the SLOBS RC CONSOLE Application from [ocgineer](https://github.com/ocgineer). You can find it [here](https://github.com/ocgineer/SLOBS-RC-CONSOLE)
A custom and extended version of the Console App is built and shipped with the script so the script won't work with the original bridge application.
You can find docs to SLOBS RC [here](https://ocgineer.com/sl/chatbot/slobsremote.html)
It's used to control SLOBS from Chatbot so you have to use Streamlabs OBS to get it working.
It's used to control SLOBS from Chatbot so you have to use Streamlabs Desktop to get it working.
With Version 1.1.0 the script works with either Streamlabs Desktop or OBS Studio.
If you use it with OBS Studio you have to enable Websocket in OBS Studio and connect your bot to your Websocket before use.
11 changes: 11 additions & 0 deletions randomgif/UI_Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,16 @@
"label": "Exclude Last Gif",
"tooltip": "Exclude the last two played gifs from selection for next gif.",
"group": "GIF Settings:"
},
"programm": {
"type": "dropdown",
"value": "SLOBS",
"label": "Streaming Program",
"tooltip": "Choose the Streaming Program you use.",
"items": [
"SLOBS",
"OBS Studio"
],
"group": "GIF Settings:"
}
}
Loading

0 comments on commit 0d4bf89

Please sign in to comment.