Games

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
1. Submissions have to be related to games
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.
2. No bigotry or harassment, be civil
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.
3. No excessive self-promotion
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.
4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts
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.
5. Mark Spoilers and NSFW
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.
6. No linking to piracy
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.
Authorized Regular Threads
Related communities
PM a mod to add your own
Video games
Generic
- !gaming@Lemmy.world: Our sister community, focused on PC and console gaming. Meme are allowed.
- !photomode@feddit.uk: For all your screenshots needs, to share your love for games graphics.
- !vgmusic@lemmy.world: A community to share your love for video games music
Help and suggestions
By platform
By type
- !AutomationGames@lemmy.zip
- !Incremental_Games@incremental.social
- !LifeSimulation@lemmy.world
- !CityBuilders@sh.itjust.works
- !CozyGames@Lemmy.world
- !CRPG@lemmy.world
- !horror_games@piefed.world
- !OtomeGames@ani.social
- !Shmups@lemmus.org
- !space_games@piefed.world
- !strategy_games@piefed.world
- !turnbasedstrategy@piefed.world
- !tycoon@lemmy.world
- !VisualNovels@ani.social
By games
- !Baldurs_Gate_3@lemmy.world
- !Cities_Skylines@lemmy.world
- !CassetteBeasts@Lemmy.world
- !Fallout@lemmy.world
- !FinalFantasyXIV@lemmy.world
- !Minecraft@Lemmy.world
- !NoMansSky@lemmy.world
- !Palia@Lemmy.world
- !Pokemon@lemm.ee
- !Silksong@indie-ver.se
- !Skyrim@lemmy.world
- !StardewValley@lemm.ee
- !Subnautica2@Lemmy.world
- !WorkersAndResources@lemmy.world
Language specific
- !JeuxVideo@jlai.lu: French
view the rest of the comments
I was always under the impression that these were here specifically because loading screens broke immersion and were just as disruptive. And honestly I prefer it over a loading screen myself. God of War 2018 was one continuous camera shot with fade-to-white only when fast-travelling, it was immersive as fuck. And that was only possible because it wasn't chucking a loading screen in my face every time an area loaded.
If they're only there to bloat playtime they can get fucked, for sure, but I am a sucker for immersion.
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.