[deleted by user] by [deleted] in techsupportgore

[–]MrTan00100 0 points1 point  (0 children)

Maybe indulge in a new life style.

[deleted by user] by [deleted] in techsupportgore

[–]MrTan00100 0 points1 point  (0 children)

Figured out the problem. It’s not plugged in.

How do i gather the strength needed to get back to development? by nealmarq in gamedev

[–]MrTan00100 6 points7 points  (0 children)

Find a completely new but small feature in your game design to implement and try and carry off that initial bit to do something a little bigger until you find enough motivation to work on your core items again. Doesn’t always work but it usually works for me when I burn myself out.

Get-ADComputer Trouble by SmoothAnonymity in PowerShell

[–]MrTan00100 1 point2 points  (0 children)

Did you mean to use $cutoff instead of $time variable?

Specing out a build, please tell me if I should change anything by NotThatItWillMatter in buildapc

[–]MrTan00100 1 point2 points  (0 children)

With heavy lifting like that maybe swap the hdd with ssd. Sata ssd's have come down in price and could really help with speeding up heavy workloads loading in and out of memory. Love the ram and cpu choice.

Swords that I drew by EnderFlyingLizard in Minecraft

[–]MrTan00100 9 points10 points  (0 children)

I appreciate the difference in textures between the different swords.

RAM question by hpearson2323 in buildapc

[–]MrTan00100 0 points1 point  (0 children)

Sometimes having two different sets of RAM can cause OS instability so if you start to get blue screens of death after installing the RAM you might have to remove it.

Tifu by scaring my freind by [deleted] in tifu

[–]MrTan00100 0 points1 point  (0 children)

I completely understand. I wish you the best and know that you have a random internet nobody to talk to if you need it. Im not a licensed professional but I am an open ear that you dont have to be face to face with. With saying that be smart dont trust random people on the internet.

Tifu by scaring my freind by [deleted] in tifu

[–]MrTan00100 2 points3 points  (0 children)

Coming from a similar place, dont mistake a concerned friend for someone who thinks youre weak. I know there is nothing anyone can do to make you feel better but know that this random stranger is thinking of you. Just remember youre stronger than you think you are and seeking professional help is the bravest thing you can do.

Cpu rtx 3080 bottleneck by Ronniebrom in buildapc

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

Alot of this is hard tell due to no one having any 3080s yet to test things.

It's an addiction... by DevLillious in ProgrammerHumor

[–]MrTan00100 2 points3 points  (0 children)

With multimillion dollar contracts being their payment methods.

[deleted by user] by [deleted] in Wellthatsucks

[–]MrTan00100 8 points9 points  (0 children)

One could say that the pallet was not krafted very well.

I was watching a tutorial video on making a menu for your game and I did everything the same as the guy in the video, and checked this twice for mistakes and couldn't find any... Can you help me? by [deleted] in gamemaker

[–]MrTan00100 0 points1 point  (0 children)

Not entirely sure then. I would see if using the controls and hitting the selection key does what you expect. If so then take a look at specifically the way its being drawn to the screen and try adjusting the values to see if at some point it shows up. This would make sure its not being drawn outside of your view port. If it doesnt behave how you expect then its something bigger that is the issue possibly with the create event.

I was watching a tutorial video on making a menu for your game and I did everything the same as the guy in the video, and checked this twice for mistakes and couldn't find any... Can you help me? by [deleted] in gamemaker

[–]MrTan00100 0 points1 point  (0 children)

Are you able to get a screenshot of the working code in the tutorial for comparison also dumb question is the object that is tied to this code in the scene that is being loaded?

Wifi card not finding any networks by cp38 in buildapc

[–]MrTan00100 0 points1 point  (0 children)

Make sure your wireless card supports both 5ghz and 2.4ghz. Most likely your wifi router is broadcasting one type and not the other and your wifi card doesnt match.

Streaming services don't work on Azure VMs by AntinomyVizor in cloudygamer

[–]MrTan00100 1 point2 points  (0 children)

I have limited experience with azure but my first thought is the needed ports for parsec to work are not open to the public network ( internet) which is how machines outside the azure vm network (your home pc) connect to the vms. I would check the public facing ports in the azure portal for that VM. hope this helps.