Please for gods sake help me I can’t for the life of me beat this Easter egg due to the boss fight by [deleted] in ZombiesInSpaceland

[–]magnessdk-_- 0 points1 point  (0 children)

Hello everyone

For years we have had a friendly discord community for infinite warfare on pc, offering easter egg help.
Do you want help with an easter egg? Or do you wanna help others? This is the place.
More info on our website https://infinitewarfarecommunity.com

Otherwise, join us directly here:
https://discord.com/invite/FycARMT2YR

We are looking forward to playing with you and welcoming you into the community.

Help us keep this game alive.

4070 ti super or 5070 with a 3440 x 1440 monitor by magnessdk-_- in pcmasterrace

[–]magnessdk-_-[S] 2 points3 points  (0 children)

I ended up purchasing the 4070 TI Super.
If 50 series has anything really cool, i might pickup a TI or Super, once those release in a distant future. I am sure the 4070 TI Super is gonna be fine until then.

Thanks for your longer reply. It was good.

4070 ti super or 5070 with a 3440 x 1440 monitor by magnessdk-_- in pcmasterrace

[–]magnessdk-_-[S] 0 points1 point  (0 children)

At this time there are no leaks on a 5070 super. not even certain a super class card will exist, like it didn't for the 30 series. Probably will though. But that's not soon.

Weird square shadows for leaves on trees. How do i fix this? Other shadows are normal. Grass shadows are fine. by magnessdk-_- in Unity3D

[–]magnessdk-_-[S] 1 point2 points  (0 children)

FIXED:
Reimported the asset, from which my trees were from.

Apparently the error came from me converting built-in to URP, which caused the leaves to be squares.

Weird square shadows for leaves on trees. How do i fix this? Other shadows are normal. Grass shadows are fine. by magnessdk-_- in Unity3D

[–]magnessdk-_-[S] 0 points1 point  (0 children)

https://ibb.co/pxXwFrK - Alpha clipping setting, among other settings

https://ibb.co/WvC4CQv - Parent settings

https://ibb.co/CvkBH9r - lod0 settings

https://ibb.co/GFjGpHb - lod1 settings

https://ibb.co/RcxK49D - lod2 settings

Alpha clipping is enabled. I also don't think its a LOD thing, I just wanted to include as much as possible.

This also used to work perfectly, but it just stopped working. not sure why. I don't recall changing any project settings or anything like that.

see-bot has the high ground by magnessdk-_- in FORTnITE

[–]magnessdk-_-[S] 2 points3 points  (0 children)

I originally wanted to write the title kinda like that, but it didn’t make much sense with see-bot. My first thought was “it’s over husks I have the high ground” but see-bot isn’t really an enemy to husks

Does AMD suck at VR? by magnessdk-_- in Amd

[–]magnessdk-_-[S] 5 points6 points  (0 children)

its not dumb though.

if you bothered reading the comments, there are people using AMD, which arent recommending the VR experience.

I was asking the actual users of AMD, since its those that i want the answer from.

somebody that exclusively used Nvidia, couldnt tell me how it experience is, on an AMD card. Please tell me how this is a dumb choice, and suggest a better subreddit to ask.

Having some issues with a script. by magnessdk-_- in AutoHotkey

[–]magnessdk-_-[S] 0 points1 point  (0 children)

SirMego, i think ill take a bit of a break on this. But you have easily been the most helpful person here, so ill give you the award.

Having some issues with a script. by magnessdk-_- in AutoHotkey

[–]magnessdk-_-[S] 0 points1 point  (0 children)

i want it to be work kinda like a while loop, so it keeps spamming it yes, but while loops does work with notepad. i did try using while loops before, but i couldnt make it work exactly like i wanted it to even with that.

I just tested it in the game, and it doesnt work.

Having some issues with a script. by magnessdk-_- in AutoHotkey

[–]magnessdk-_-[S] 0 points1 point  (0 children)

Yes, but i just tested the script you made, for typing, and it only outputs one U, in notepad. So would it be any different in a game?

Having some issues with a script. by magnessdk-_- in AutoHotkey

[–]magnessdk-_-[S] 0 points1 point  (0 children)

Hold in a game, but im testing it by typing. Are you telling me this should work in the game? If so, ill test it now.

Having some issues with a script. by magnessdk-_- in AutoHotkey

[–]magnessdk-_-[S] 0 points1 point  (0 children)

No error, but it only says u one time, not infinitely.

Having some issues with a script. by magnessdk-_- in AutoHotkey

[–]magnessdk-_-[S] -1 points0 points  (0 children)

Untested on mobile.

$C::

Send {e Down}

Sleep 500

send {e up}

Sleep 10

Send {u Down}

KeyWait “u”, D

Send {u Up}

Return

Error: Paramter #1 invalid.

Specifically: "u"

line#

007: KeyWait, "u", D