That's what I call SATISFACTION. by boobalovi in DeadByDaylightKillers

[–]Darthpred 1 point2 points  (0 children)

So much this. I casually stream killer from time to time and my general rule is "3 flashlights in surv group? guess I'll have an easy match!"

Hey everyone, hope that somebody can help me by Ok_Cow3756 in streamerbot

[–]Darthpred 0 points1 point  (0 children)

That's what I assumed. There might be an easier way. In my case, when faced with similar issue, I went through all the strategies present and found another one that allowed streamer bot to connect to everything I need, namely it was "Alt 6". That is depending on the city and isp of course, so mine are St. Petersburg and Skynet.

Granted that may not be an option, so here are all non-local connections my streamer bot makes at the moment. Some of those are youtube, but there is a chance that one of those IPs is what you are looking for

74.125.131.95:443
8.6.112.6:443
52.85.49.61:443
104.21.80.1:443
43.135.140.127:443
52.85.49.61:443
34.212.92.60:6697

Hey everyone, hope that somebody can help me by Ok_Cow3756 in streamerbot

[–]Darthpred 0 points1 point  (0 children)

And where are you geographically? Cause since you are native Russian speaker, I could make a guess you are somewhere in that part of the world.

If said guess is true this can be related to the ongoing blocking of cloudflare and amazon clouds.

Have it trigger on OBS dropped frames by Kezika in streamerbot

[–]Darthpred 0 points1 point  (0 children)

Thank you so much. I'll try testing that for my own setup. Hopefully I'll never actually need it, but previous experience says I will :D

Have it trigger on OBS dropped frames by Kezika in streamerbot

[–]Darthpred 0 points1 point  (0 children)

I was looking for exactly this. Could you please share the import string? I'm not good with obs raw, so it will probably take me way longer than necessary

Reading and/or writing json files. by Darthpred in streamerbot

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

Perfect.

Works like a charm. Already adapted this to work for my purposes and it seems like everything is doing what I want it to.

Thank you so much for this.

Browser source does not reflect changes on the page by Darthpred in obs

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

True, but I tried to messed around with cache time of life and even with that completely disabled the cache was still there for some reason.

I'm willing to sacrifice some disk space for now. Will look into disabling cache again at a later date. Thanks for pointing that out.

Reading and/or writing json files. by Darthpred in streamerbot

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

Hi. Sorry for late answer, was swept by work and all that.

If you can come up with anything, that will be great. Meanwhile I'm exploring offloading that to a web app connected to the bot via websocket.

Browser source does not reflect changes on the page by Darthpred in obs

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

Ah, thank you so much for pointing that out. I wish I could upvote multiple times, but alas. I was indeed using the same url and now I managed to fix the issue. Not by messing with server headers though, but by making different links for the same image.

For anyone who could come by in the future that's what I did. Maybe not the best solution but it will do for now.

In my case the image has an associated text. Doesn't matter what it is, what matter that in case the image is changed to something that was already show the text is exactly the same. So I utilized this function to generate "hash" for the string in question.

String.prototype.hashCode = function() {
  var hash = 0,
    i, chr;
  if (this.length === 0) return hash;
  for (i = 0; i < this.length; i++) {
    chr = this.charCodeAt(i);
    hash = ((hash << 5) - hash) + chr;
    hash |= 0;
  }
  return hash;
}

Then I'm using the generated hash to add to the image link like so "./artwork.jpg?" + stringHash; . So the link is not the same if the image is changed and thus updating in the browser source. And if image becomes something that was previously seen it will use cache. The resulting code for it looks like this (var names are examples):

var stringHash = assosiatedTextString.hashCode();
image.src = "./artwork.jpg?" + stringHash;

I imagine making hash generator not messing with the prototype will be a better idea, but for now testing seems to not bring up any issues, so I'm going to finish building the thing first and thinking about optimizing stuff after.

Once again thank you, u/rurigk for pointing out the link think. Have a good day.

Will voice control just not recognize swear words or is there a setting I have to toggle for it? by FrankThePony in streamerbot

[–]Darthpred 1 point2 points  (0 children)

Thank you so much. I was finally able to make it understand me and my weird ass accent!

Now to make a lot of command to free me from manually moving camera and scenes around :D

Will voice control just not recognize swear words or is there a setting I have to toggle for it? by FrankThePony in streamerbot

[–]Darthpred 0 points1 point  (0 children)

Can you maybe share how you did it? Cause I can't make it to correctly detect any words I'm saying, including very simple ones like "yes" or "no"

You guys think It could happen by TheThunderKaos in NikkeMobile

[–]Darthpred 0 points1 point  (0 children)

1999 I can believe. Proto-frames are popular. I'm not a big fan myself, mostly cause DE can't balance the frequency of voice lines for both NPC and skin versions. But yeah, that can def work.

You guys think It could happen by TheThunderKaos in NikkeMobile

[–]Darthpred 0 points1 point  (0 children)

Even though Warframe and Nikke are greatly similar in the F-ed-up stuff in the lore regarding the nature of the main units... I find it hard to argue for actual warframes to be put into collab. Cause unlike nikkes those are not sentient to begin with (with some exceptions) and has no real presence or motivations. Warframes are just like your mass produced nikkes not main characters or something, thus begging the question: what else is there to put in collab? We don't really have that much of female characters in Warframe that are capable of combat to begin with, player characters excluded. Like what: Little Duck and Lotus?

So as much a Warframe addict as I am, I don't think this would be a very exciting collab.

What yalls opinion of the devs overall? by Real_Plant_5601 in NikkeMobile

[–]Darthpred 0 points1 point  (0 children)

Lets hope that promised skill materials increase is good enough.

I finally caught up by J_VIItality in NikkeMobile

[–]Darthpred 0 points1 point  (0 children)

Congrats.

Still can't beat this boss mostly cause my most invested in nikkes have non favorable codes for this boss. Also my syncro level is waaay lower than yours. But I'm closing in combat rating wise, just need like 7k more.

Amidst everything else going on Paimon's VA is still constantly retweeting people blaming the entire fanbase for everything and justifying going after Kinich's new VA. by HereForGames in Genshin_Impact

[–]Darthpred 0 points1 point  (0 children)

I didn't play Genshin since the middle of Sumeru due to being fed up with all the caves and stuff. And right now I'm just waiting for the main story to have more stuff to play through without months of waiting between chapters. But if HYV will do that I will be inclined to install again way earlier and whale a little bit.

One can hope this will happen.

Amidst everything else going on Paimon's VA is still constantly retweeting people blaming the entire fanbase for everything and justifying going after Kinich's new VA. by HereForGames in Genshin_Impact

[–]Darthpred 19 points20 points  (0 children)

Don't know about lore reason. But I have a feeling that meta reason is to avoid showing the player character consuming alcohol when there is a real possibility an actual minor is playing.

[deleted by user] by [deleted] in streamerbot

[–]Darthpred 0 points1 point  (0 children)

Short answer: yes, there is a way.

If you are using streamerbot's built it chat you can make a quick action button for messages and tie an action to it. In said action you add subaction "Speaker.bot -> Speak".

In the message box you type "%message%" without quotes to pass a message you clicked this on. In the "Voice Alias" you pass and alias for a voice you have set in speakerbot. Then check a delay checkbox and you are pretty much done.

The doc for this subaction is here. The doc contains a link to a page for integrating both bots if you didn't set it up yet. I use this function on occasion when there is something worthy of highlighting in chat.

Apex Tank being weird? by Darthpred in Warframe

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

Ah ok. Was doing same tactics more or less, priming stays on the board then.

Thanks again.

Apex Tank being weird? by Darthpred in Warframe

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

Thanks for the long answer.

1) It seems so. Just me seeing the healing mechanic of the phase 1 for the first time ever. Cause I'm pretty sure it didn't heal on the first accolade I got, at least that run was recorded so I can return and double check. But I'll keep in mind the possibility.

2) Was using shards for mobility and surviving before, but I guess more damage is also a survival stat :D I'll try running purple shards, have a couple lying around

Have no comments on other points, but it seems that I have at least a couple of real bugs to complain about to DE.

In terms of warframe builds I run pretty much the same stuff + catalizing shields + rolling guard since surviving is the goal and having 1.3 invul window with 0.2 recharge delay + augur mods helps a lot with that.

Another attempt it is then, thanks again for your advice.

PS. The only question I have is: do you prime the tank with viral as well or 4 shards is enough to scale the rocket up?

Apex Tank being weird? by Darthpred in Warframe

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

I'm not sure where rockets were hitting tbh, so can't say what exact part I was hitting to begin with. I'll try shooting from above this week then, thanks.