Is anyone else completely over this tedious shite?
I understand the cases where it’s used to hide the fact that the game is loading in the next section of the level, but surely there are better solutions to that non-issue. Like a loading screen.
Regardless, it’s almost never the case that these shimmy squeezes have anything to do with slowing the player down for under-the-hood reasons (think of games like Sekiro, Hitman, Assassin’s Creed or Star Wars Jedi Fallen Order). They’re apparently there to provide the player with ‘gameplay’, I guess because they’re free gamey gameplay shit that you can just pepper into a level randomly to embloaten the experience a little.
It’s like a dog bowl with lots of nooks and crannies in it, designed to make the dog eat slower, but is presented as “enrichment”. I’m not a colicky dog and the rest of the game is providing ample enrichment, thanks. It would be even more enriching if you’d stop interrupting me to make me walk sideways through a fucking bookcase.
#CancelShimmySqueezes



Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Video games, tabletop, or otherwise. Posts not related to games will be deleted.
This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.
No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.
We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.
Try to keep it to 10% self-promotion / 90% other stuff in your post history.
This is to prevent people from posting for the sole purpose of promoting their own website or social media account.
This community is mostly for discussion and news. Remember to search for the thing you’re submitting before posting to see if it’s already been posted.
We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.
Make sure to mark your stuff or it may be removed.
No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.
Don’t share it here, there are other places to find it. Discussion of piracy is fine.
We don’t want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.
PM a mod to add your own
Video games
Generic
Help and suggestions
This is especially infuriating when you’re playing on a PS5 where there shouldn’t be a need for a loading screen but the game is cross platform and they need to design them into the levels because PC and PS4 need them.
Why would you think that a PC would need a loading screen when a PS5 doesn’t…? You are aware a PS5 is just an underpowered PC these days right?
See my other post. A PC is a general purpose machine designed to be modular, this comes at a pretty significant cost in performance. Everything in technology is a trade-off, nothing comes for free.
A PS5 may use the same x86 architecture but the system architecture is not the same as a generic PC. It’s not that a PS5 punches above its weight, it’s actually the other way around: PC’s perform relatively poorly considering their specs. For example: the ability to replace the GPU comes at a massive cost in performance. PCs make up for this somewhat with sheer brute force. A purpose-built machine will always be more efficient.
lol I don’t know if this is supposed to be a bit or just a deep misunderstanding of how computers work.
The user is correct in that the modularity of a home PC is not the most efficient way for the electronics to communicate, and therefore some performance is lost.
I would also point out that while a PS5 has known, defined specs that a developer can plan for, a PC could be pretty much any specs. And while yes the dev can state a minimum spec requirement, but if they are launching on PC they are going to want to target a wide audience.
LOL, What do I know right. I only have a degree in computer engineering and 20 years of experience as a software engineer. It’s not like I write GPU code for a living…. oh wait, I do.
The God of War reboot released on the PS4, where it also “didn’t need” loading screens.
The PS5 does still need some time to load anything, it’s not magic. You can expand a PS5 with M.2 NVMe storage, which is also used in many PCs.
The benefits of the PS5/NVMe storage are greatly reduced loading times and faster data streaming (which enables, for example, the ability to move faster through a higher fidelity NYC in Spiderman without buildings visibly popping in).
It’s not magic, it’s engineering. Games specifically designed for the PS5 can pretty much load instantly. It’s not just the SSDs raw bandwidth. The SSD controller plays a huge role. It can decompress data as it’s loading from the SSD, effectively acting as a bandwidth multiplier. It also communicates directly with the GPU cache.
Remember that PCs are held back by their modular architecture. To allow for an interchangeable GPU it needs to be on a PCIe card with its own separate VRAM. This all comes at a huge performance penalty. Data needs to be copied over the slow PCIe bus to the VRAM before it can be accessed by the GPU. On a PS5 with its unified memory architecture everything is immediately usable once it hits the system RAM. This is a massive advantage when streaming assets.
The big difference is latency. Not how much data it can load per second, but the time between starting a load and the data actually being available. Sony spent a lot of effort in getting this as short as possible throwing a lot of purpose-designed hardware at it. Something you can’t do in a PC because it’s a general purpose machine.
Another huge factor is that every PS5 has the same minimum performance level. The fact that you have a super fast SSD is meaningless because the game has to be designed to work with the crappiest spinning rust HDD that meets the minimum system requirements. So while a PS5 may not be as fast as the best PC that can run the game, it is much faster than the crappiest PC that can run the game, so the developers can optimize for a much faster machine than they can when they have to take into account that crappy low-end PC that has to be able to run it.