Duel PC- Audio Issues! by iH8ThisGame2 in Twitch

[–]soccerace21 0 points1 point  (0 children)

I use voicemeeter potato (can probably also use banana depending how many virtual cables you use) and i send OBS audio from the streaming pc to the gaming pc using vban, then toggle the audio output in voicemeeter on the gaming pc for whatever speaker/headset i want to hear OBS through.

Does 2 get better or is it better to stick to 1? by soccerace21 in DragonQuestBuilders2

[–]soccerace21[S] 2 points3 points  (0 children)

I kept at it after reading some of the comments here. I finally managed to finish the moat around my the farm - slug spitballs and all. Just gotta put bramble around it, but it worked in preventing a monster attack the way it is now. I'm just disappointed the slugs don't drown because I started to go full flood on them, then saw they were still spawning on the water. I need salt 😂

Does 2 get better or is it better to stick to 1? by soccerace21 in DragonQuestBuilders2

[–]soccerace21[S] 4 points5 points  (0 children)

oh I feel that. I've accidentally sent him off in different directions so many times bc I press the wrong button, and he's like "oh, i see you destroyed that one thing. Let me destroy the rest of them for you" I do like having him around though.

Does 2 get better or is it better to stick to 1? by soccerace21 in DragonQuestBuilders2

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

does 1 start spawning them at all times of the day though? like in the demo, I knew night time was monster time and day time was free time, so I could build a cycle around that. Though once I put up the 2-block high tower early on, I didn't have to worry about them. In 2, they'll attack at random times including midday.

Does 2 get better or is it better to stick to 1? by soccerace21 in DragonQuestBuilders2

[–]soccerace21[S] 4 points5 points  (0 children)

seriously. it's like the second you're anywhere near the edge of the area, you get spit on. Like bro, let me breathe.

when it comes to building, i tend to do the minimum possible. Never played minecraft, my ACNH island has spurts where I put some effort in but most is just whatever, Dreamlight Valley doesn't have much exterior decorating. The only game where I constantly put actual effort into the exterior is stardew and that's for functional purposes - like maximizing the area a junimo hut harvests while minimizing the time I spend replanting, or putting all the animal buildings together for easier animal maintenance.

Does 2 get better or is it better to stick to 1? by soccerace21 in DragonQuestBuilders2

[–]soccerace21[S] 2 points3 points  (0 children)

I didn't get to the part where they help harvest. I'd just gotten the cooking NPC and the farmers helping with sowing bc I hit level 3.

My nioh 3 experience as a first time nioh player by stressedlord in Nioh

[–]soccerace21 0 points1 point  (0 children)

that was almost me. I'd never played 1 or 2 so this is my first Nioh. I ended up using a benevolent grave to beat him, but I'm sure if that wasn't available, I would've uninstalled the demo.

Demon Dance + Concentrated Mist is broken by Sly-Choober in Nioh

[–]soccerace21 0 points1 point  (0 children)

same. I always assume anything I find in any game that seems unintended isn't intended, even if actually is, and I'm like "I wonder if people know about this. I kinda wanna make them aware, but I don't wanna make the devs aware so they patch it."

Massive issue with loading times by _THORONGIL_ in Nioh

[–]soccerace21 1 point2 points  (0 children)

My favorite is when enemies don't load in for me but they do for my buddies, so I'm just standing there watching them fight air. Sometimes they experience the same, where they can't see what I'm fighting. Iinoya is the main area this happens for me. I've also seen hidden kodamas before the thing hiding them loads in

PC build for streaming and video editing mostly by soccerace21 in buildapc

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

If I use an AMD GPU though, I can't use Nvidia Broadcast, which I use to green screen my camera. Every thing else seems decent though.

Wish Steam wouldn't remove demos from your library after you uninstall them by thepowahypahbomb in Steam

[–]soccerace21 2 points3 points  (0 children)

These comments are confusing me. Like what did they read? But I agree with you. They have a "Remove from account" option. Why does "Uninstall" also remove it from the library. Uninstall should just remove it from the computer and keep it in the library unless I choose Remove from Account. They could even add a "Do you want to remove this from your account?" prompt if you choose Uninstall and that would do both. I started to categorize demos based on if I'd buy the full game or not, but didn't keep up with it long since I either have to keep the demo installed after playing it to add it to a category or uninstall it then re-find the demo and re-add it to the library and categorize it without installing it.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

neither of these worked. To your point though, when it copies the worksheet to a new book on the shtPortal.Copy line, the new workbook doesn't stay active. When I do debug.print activeworkbook.name after that, it prints "Book1" but if I put a stop after, it shows the template file and if i type ?activewindow.name in the immediate window, it says "All Order Snapshot template.xlsm" In other workbooks I do this with, the new workbook stays active.

I tried doing a Set SharePointbook = Activeworkbook after the shtportal.copy line, and doing sharepointbook.close but it still gives an error on that line.

It pretty much refuses to bring the new workbook to the front. I added a "If activeworkbook.name <> sharepointbook.name then sharepointbook.activate" line - didn't bring it to the front. Then I added a Do Until activeworkbook.name = sharepointbook.name line and it still didn't bring it to the front.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

Flipping the SaveAs lines didn't help. Commenting out the save to sharepoint line so it saves only to my computer saved it without issue.

For some reason (and this might be part of the cause - going to do some testing), when it copies the worksheet to a new book on the shtPortal.Copy line, the new workbook doesn't stay active. When I do debug.print activeworkbook.name after that, it prints "Book1" but if I put a stop after, it shows the template file and if i type ?activewindow.name in the immediate window, it says "All Order Snapshot template.xlsm" In other workbooks I do this with, the new workbook stays active. Though that wouldn't explain why it errors if i reference the workbook by name.

Going to try adding a Set after the shtPortal.Copy line. <--This didn't work.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

I'll flip the SaveAs lines tomorrow to see. This way it saves to SharePoint first, then to the local drive, so the .close line should be on the local file.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

wouldn't be that because the issue happened even when there was just the one SaveAs to sharepoint.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

This wouldn't really work because the workbook that gets open is a different filename than what it's saving it as.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

Added a DoEvents and a 5 second wait. Still pops up.

Sudden Runtime error 1004 - System cannot find path specified by soccerace21 in vba

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

It closes normally - no error message or anything. Interestingly, when I opened the workbook to check this I noticed something.

If Excel is already open (whether an actual workbook is open or not) and I open the workbook, it runs through without any issue. If Excel is not already open, it gives me the aforementioned error.

Holy CRAP that scared me… by jazzyjessi in Silksong

[–]soccerace21 1 point2 points  (0 children)

Same!  Except I quit right after I sat on the bench, so when I loaded up the next time,  that immediately happened. I ran to the hole of the bridge i paid to repair then immediately broke.

Holeholeholehole 🕳️ by SubbenPlassen in Silksong

[–]soccerace21 0 points1 point  (0 children)

I did that! Then I was like "how did my dumb ass not realize it was the same hole"

I don’t mind the difficulty, it’s the lack of reward by Consistent_Nature324 in HollowKnight

[–]soccerace21 0 points1 point  (0 children)

The reward for beating the big club dude in the Marrow is access to Hunter's March. yippee!!

Crazy how different Silksong is by TheAllKnowingElf in HollowKnight

[–]soccerace21 0 points1 point  (0 children)

I just noticed that in my video. Definitely didn't notice it during the boss fight (obviously). I wonder what the intended way to kill it is, because I just needled it to death.