I am now on Patreon! If you’ve ever wanted to download some of my stream widgets or redemptions, you can become a beta tester there! www.patreon.com/nuttylmao
Bro, whatever I'm looking for that's OBS or stream related, you always come up first in the search results. You're definitely the OBS god, haha, and I love it. You're info and tutorials are always on point and you always sprinkle some humor on top of it. Keep it up!
Cool Idea. I would like to take it even further. So I would like to use this for a drawing once a month for Subscribers. How would I add the subscriber's name (once they redeem the channel reward) to a saved list ? Never mind. got it working.
@@simonpetrik Well, I ended up not using Subscriber's only, so i changed the if/else to, if userCounter is greater than 1 (1 redeem only) to break action, else write their name to a file. Also added another if else for Subscribers get their name added again, so they have double entries for the drawing.
Is there a way to use a game controller to trigger actions in streamer bot? Like can streamer.bot watch for a button press on the D-pad and use that input to run an action?
@@STEVENinAZ You could use Joy2Key to map the controller input into a keyboard key, like Left-Dpad presses "S", then map "S" in streamer.bot to your action. HIDMarcos or its newer version: LuaMacros(+JavaMacros for a GUI) may also be able to intercept the controller input directly and remap Dpad to "S" or any function you assign it.
Hmm Not sure what I'm doing wrong, but it's not working for me. Everyone able to use the redeem, maybe twitch "fixed" this? Thanks for the info hopefully it's just me massing up XD Update: I figured it out!!! I was looking at the Streambot var page and save this "If the test comes back False the rest of the IF statement will be ignored and the action will always continue to the next sub-action" I just swap false to true and switched the first action to what I wanted and the else to refund points!!!!!! Hopefully if anyone runs into this problem this solves it for you!!!!
Good Morning! I'm Brazilian using google translate, I wanted to know if there is any way for SB to get the audio from your microphone, I'm wanting to make a subtitle system with translation, how would you?
@@DSulhourClips ha I understood this for me it doesn't work because my language doesn't recognize it because I'm Brazilian language PT-BR, I wanted a way to generate a subtitle where it is possible to choose the language for this subtitle
I am now on Patreon! If you’ve ever wanted to download some of my stream widgets or redemptions, you can become a beta tester there!
www.patreon.com/nuttylmao
Bro, whatever I'm looking for that's OBS or stream related, you always come up first in the search results. You're definitely the OBS god, haha, and I love it. You're info and tutorials are always on point and you always sprinkle some humor on top of it. Keep it up!
This is really cool! I wish twitch had this 'sub only redeem' option, but your streamer bot method works for me!
OMG!!
I already suggested this to Twitch and now you've done what I wanted so much. I vote Nutty to work at Twitch.
THANK YOU SO MUCH!!! ♥♥♥
Any way to make this a chat command instead of a channel point? I looking to allow for certain people to change the text
hi! I followed all the steps but it doesn't work... could it be the updated version of streamerbot that doesn't make this command work? help
this is pretty cool, could do all sorts of different fun sub rewards too
Cool Idea. I would like to take it even further. So I would like to use this for a drawing once a month for Subscribers. How would I add the subscriber's name (once they redeem the channel reward) to a saved list ?
Never mind. got it working.
How'd you do it?
@@simonpetrik Well, I ended up not using Subscriber's only, so i changed the if/else to, if userCounter is greater than 1 (1 redeem only) to break action, else write their name to a file. Also added another if else for Subscribers get their name added again, so they have double entries for the drawing.
thank you for sharing your knowledge
Is there a way to use a game controller to trigger actions in streamer bot? Like can streamer.bot watch for a button press on the D-pad and use that input to run an action?
For now it's only possible to do with C# code
@@TheShiningOne ok thanks for the info, I guess it time to learn C#.
@@STEVENinAZ You could use Joy2Key to map the controller input into a keyboard key, like Left-Dpad presses "S", then map "S" in streamer.bot to your action. HIDMarcos or its newer version: LuaMacros(+JavaMacros for a GUI) may also be able to intercept the controller input directly and remap Dpad to "S" or any function you assign it.
@@Canopus_Cat this might be just what I was looking for. Thanks
Is it doable with SAMMI too?
Hmm Not sure what I'm doing wrong, but it's not working for me. Everyone able to use the redeem, maybe twitch "fixed" this?
Thanks for the info hopefully it's just me massing up XD
Update:
I figured it out!!! I was looking at the Streambot var page and save this "If the test comes back False the rest of the IF statement will be ignored and the action will always continue to the next sub-action"
I just swap false to true and switched the first action to what I wanted and the else to refund points!!!!!!
Hopefully if anyone runs into this problem this solves it for you!!!!
Good Morning! I'm Brazilian using google translate, I wanted to know if there is any way for SB to get the audio from your microphone, I'm wanting to make a subtitle system with translation, how would you?
Yes there is a section for voice
@@DSulhourClips voice mod e voice control?
@@SolitárioDedé Streamerbot allows you to run actions through voice.
@@DSulhourClips ha I understood this for me it doesn't work because my language doesn't recognize it because I'm Brazilian language PT-BR, I wanted a way to generate a subtitle where it is possible to choose the language for this subtitle
Amazing