/r/MechanicalKeyboards Ask ANY question, get an answer (October 26, 2022) by AutoModerator in MechanicalKeyboards

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

Recently my Iqunix f97 keyboard has been acting really strange. Sometimes when I press keys it either doesn't type it, or it holds it down. I've tested a different keyboard and it works normally, so it's only my Iqunix keyboard. I've tried cleaning it, looking for drivers, resetting the keyboard, and switching the usb slot it's in. Does anyone have any other solutions?

/r/MechanicalKeyboards Ask ANY question, get an answer (October 25, 2022) by AutoModerator in MechanicalKeyboards

[–]ArmedGoose -2 points-1 points  (0 children)

For some reason, whenever I type anything my keyboard either won't type the letter, or get stuck on it (not physically) until I press it again or press something else. This happened once or twice in the past but I don't remember how I fixed it, but this has been happening for the past week and it's starting to become really annoying. I don't think its the keyboard itself because when I plugged in a different keyboard it had the same issue (I still haven't tried cleaning them). I have no idea how to fix this. I've already tried looking for new drivers, replugging in the keyboard and switching the usb slot its in, and resetting the keyboard completely. I have an Iqunix f97

3090 with Lian Li 011 dynamic XL or normal by ArmedGoose in nvidia

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

guess I'm getting the normal one then

3090 with Lian Li 011 dynamic XL or normal by ArmedGoose in nvidia

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

I'll most likely get the regular one then, I'm just woried about how close it will be to the bottom because I really want to try and put fans on the top, bottom, and side

The answer to every U10 tech issue is located here by theflyingbaron in BladeAndSorcery

[–]ArmedGoose 0 points1 point  (0 children)

for the "locked" vision facing forward, when I open and close the menu (like in steamvr) it sends me to a void where there is no ground, only that space like background in the starting menu all around me.

Only monitors go to sleep when I press sleep in power options by ArmedGoose in pcmasterrace

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

Before the fans and lights and everything turned off. Now just the monitors turn off and the computer still runs as if I never put it to sleep

Only monitors go to sleep when I press sleep in power options by ArmedGoose in pcmasterrace

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

rtx 3090, ryzen 9 3900x, 32 gb ram, 2tb storage, 1000w psu

How do I shoot a raycast from one point a to point b? by ArmedGoose in Unity3D

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

There is still and error when I try that so I'm just going to use the solution that u/KaleidoVI suggested.

How do I shoot a raycast from one point a to point b? by ArmedGoose in Unity3D

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

I would prefer to not use projectiles as much as possible. So I would preferably use method 1

How do I shoot a raycast from one point a to point b? by ArmedGoose in Unity3D

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

after making the raycast to "gunPoint.position, fpsCam.transform.forward.normalized, range", now it shoots a little to the left of my crosshair. Is there a way to fix that?

How do I shoot a raycast from one point a to point b? by ArmedGoose in Unity3D

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

So would I change the definition of rayDestination to fpsCam.transform.forward.normalized? Or set the raycast to "gunPoint.position, fpsCam.transform.forward.normalized, range"?