this post was submitted on 08 Oct 2024
416 points (98.4% liked)

memes

9939 readers
3001 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

Sister communities

founded 1 year ago
MODERATORS
 

and no I don't use a chromium browser, I just really like my extensions

after making the meme I noticed that the cpu nearly matched the sims 4 level but the ram went to 42x less

don't worry about me giving money to EA, the game was obtained via mysterious means

you are viewing a single comment's thread
view the rest of the comments
[–] saltesc@lemmy.world 36 points 1 week ago (3 children)

To be fair, it is loading and handling a lot of assets. Lots of little mechanics attached to lots of little objects, all the while simulating.

[–] funkless_eck@sh.itjust.works 2 points 6 days ago

simulating 4 no less

[–] toynbee@lemmy.world 39 points 1 week ago (1 children)

Meanwhile, Sims 4 is being nefarious in the background.

[–] saltesc@lemmy.world 17 points 1 week ago

Oof, that was good.

[–] Aceticon@lemmy.world 16 points 1 week ago* (last edited 1 week ago) (1 children)

Actually all of the game mechanics should be stopped when the game is paused.

The most likely culprit is the graphics pipeline still being busy assembling and sending data to render to the GPU every frame, since even though the 3D world is paused, the thing has to keep on operating because of the UI.

It should be possible to make it less of a problem if the UI you're interacting in during pause is on-screen 2D and all the 3D stuff is fully static (i.e. no autonomous movements such as simulated wind on leaves or running water) but depending on the graphics pipeline implementation being used, it might be too much trouble because you need to somehow have it stop rendering the 3D stuff and only do 2D.

Also, EA being as they are, I doubt the programmers had the time to go after a "cosmetic" (lowest priority) issue that probably has system design implications.

[–] saltesc@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

When games are paused, this is just the timeline.

If you truly want the game to pause, you would sit at the loading screen every time you unpaused, as you just stopped everything and it now needs to cache back in to where it was. Once it is all loaded back in, your CPU and memory loaded back up, the game can unpause. The game also has things running to prevent crashes, frame issues, memory management, etc. This is why you get a fair bit on the CPU and RAM even on the opening cinematic, it's loaded up with all that extra stuff for environment.

Obviously that's not a pause feature, rather essentially what happens when you save and then load the save.