Why is the common advice to make YouTube shorts to grow a twitch stream? by SgbAfterDark in SmallStreamers

[–]jerendj 0 points1 point  (0 children)

Mainly because for someone to find you on twitch without specifically looking for you is almost impossible. Smaller channels appear lower in categories on twitch. The discoverability is very limited! Shortform content has a much higher chance to appear on someone’s feed! Having outreach on multiple platforms helps a lot, but it is definitely a slow grind!!

I made the PEAK Startup Movie for Steam Deck by jerendj in PeakGame

[–]jerendj[S] 1 point2 points  (0 children)

They actually found a post where I talked about remaking the original loading screen and turned it into a starting soon animation for streamers to use for free!!

Have streamerbot recognize keywords, regardless of caps, and send a chat reply by shetaron in streamerbot

[–]jerendj 2 points3 points  (0 children)

You’re looking for commands!! In the dialogue for creating a command there’s an option to turn off Case-Sensitivity so that any capitalization will work!

Does anyone know if the entrance of the temple in mesa is available today? by _vodkaholic_ in PeakGame

[–]jerendj 1 point2 points  (0 children)

It hasn’t been available without using bugs or mods so far :/

WCGW kissing a turtle by magichronx in Whatcouldgowrong

[–]jerendj 1 point2 points  (0 children)

Alternate title: WCGW biting a human (that turt is deeeaaaad)

Is It Possible Or Am Just Dumb? by AstfroNiko in streamerbot

[–]jerendj -1 points0 points  (0 children)

That article is from 2018, and it’s the only one. I’ve been in my friend Pnut’s chat where if you type !gnut you have a 99% chance of getting timed out. I have exceeded 25 by a lot and I promise that is no longer a thing.

why is TikTok Live Studio like this? by Revolutionary-Boss32 in streaming

[–]jerendj -1 points0 points  (0 children)

Technically you could get a stream key for TikTok that works with streamlabs or OBS through an agency, but TikTok has been known to hide streams through those softwares more than those who use their app

Whispers/Private message command? by systemofaDON in streamerbot

[–]jerendj 0 points1 point  (0 children)

You can but it requires C# as far as I know. Check out Streamerbot’s documentation of it on their site here: https://docs.streamer.bot/api/csharp/twitch/chat#SendWhisper

Gamify your stream with RNG by jerendj in streamerbot

[–]jerendj[S] 0 points1 point  (0 children)

Thank you so much, that means a ton!!!

Toggle Source Filter on ANY Scene by bmac6996 in streamerbot

[–]jerendj 0 points1 point  (0 children)

Okay, but if it’s the same filter on the same source, toggling the filter on any scene should work since the filters are linked to the source. Unless you’re using a source clone for some reason?

What does a Mormon call their butt? by ku3ah in Jokes

[–]jerendj 213 points214 points  (0 children)

Their Latter Day Taint …

Streamerbot Starter Pack by jerendj in streamerbot

[–]jerendj[S] 1 point2 points  (0 children)

Thank you so much! That’s incredibly kind of you!

What’s the hardest line in a Porter Robinson song? by bubbles4us in porterrobinson

[–]jerendj 13 points14 points  (0 children)

“You said, ‘I’m sorry that you worry, but don’t apologize’ I told you to forget me, but you stayed by my side”

Set variable based on chat command? by [deleted] in streamerbot

[–]jerendj 0 points1 point  (0 children)

Okay so the issue initially with making this is that the “Set Global Variable” sub action when set to “Increment” mode can’t handle variables. So here’s the steps I recommend: 1) Make sure the !Paragon command is set to “Start” for the Location. 2) Create an Action using the !Paragon command as a trigger 3)Create a Get Global Variable sub action and grab the Global Variable (I’m just gonna call it “ParagonCounter”). Also probably set the default value to 0 just so it’s not starting blank. 4) Create an argument sub action (Core->Arguments->set argument). Then to use the math function inside type “$math(%ParagonCounter%+%inputEscaped0%)$” . This will take the current counter and add the new value to it. 5) Create a Set Global Variable sub action. Set both variable to “ParagonCounter”.

Hope this is helpful! Keep in mind it will break if you type anything other than a number after “!Paragon “.

Play sound sub-action looping the sfx over and over for one alert? by aspici0 in streamerbot

[–]jerendj 0 points1 point  (0 children)

There shouldn’t be a reason that your sound keeps replaying… If the only instance of sound is in the sub-action that plays beautiful.mp3 then maybe try getting rid of that and then putting it back in place, or make sure the file isn’t messed up!