this post was submitted on 18 Jun 2023
109 points (80.4% liked)

Games

16751 readers
634 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 1 year ago
MODERATORS
 

I will come back to this post in September to see if I was right lol

Biggest concerning signs:

  1. 30 FPS lock on xbox, there's no way to spin that positively, absolute fail

  2. Predatory pre-order bonus skins to get people to buy before they know what they're actually going to experience (buggy shitshow)

  3. Countless attempts to hype up the game and huge random assurances from the devs

  4. Preemptively admitting the game has jank and trying to make it seem okay lol

https://www.msn.com/en-us/news/us/starfield-has-that-bethesda-rpg-jank-and-i-couldnt-be-happier/ar-AA1cGkxv

At least the bugs will be absolutely hilarious I think.

you are viewing a single comment's thread
view the rest of the comments
[–] PenguinTD@lemmy.ca 2 points 1 year ago (2 children)

not necessarily. Due to adaptive sync and render thread/game thread can become somewhat doing their stuff in parallel, modern engine can reduce the old fixed 3 frame input lag into mostly 2 frames and with some good scheduling 1 frame input lag is possible for 30fps.(the higher the frame rate the more impossible to achieve 1 frame input lag, like even if your game is just moving a cube in empty space, above certain frame rate it becomes not possible to keep 1 frame input lag due to engine overheads.(note here we do not consider display input lag, just your input action and then later gpu draws the update. )

You can see that's a very big improvement for 30fps based games. ie. old engine with fixed 3 frames lag, 60fps is about 50ms, where if it's 30fps but with 2 frames input lag it's 66.6ms, and it's not a lot different. So it becomes sort of standard for raytracing enabled game to target 30fps, or like ratchet and clank where they have modes that targets 40fps as a compromise.(that needs a 120hz monitor as support), oh, why 40fps?? if you do the number, 40fps with 2 frames input lag is 50ms, is this number familiar? yep, it's the same input lag as old engine where 60fps but have fixed 3 frames lag.

[–] Xylia@kbin.social 2 points 1 year ago

It’s funny, I’ve never thought about the render-ahead queue manipulation being a way to make lower FPS more tolerable.

I don’t mind that the game is targeting 30fps on consoles but man I cannot for the life of me get used to it. I got a Steam Deck and targeting 30fps would let me run more games at native resolution but I haven’t been able to handle the lag and choppiness so I’ve been settling for 40-45.

[–] NightOwl@lemmy.one 2 points 1 year ago (1 children)

like ratchet and clank where they have modes that targets 40fps as a compromise.(that needs a 120hz monitor as support), oh, why 40fps?? if you do the number, 40fps with 2 frames input lag is 50ms, is this number familiar? yep, it’s the same input lag as old engine where 60fps but have fixed 3 frames lag.

Been using 40 on the steam deck a lot with it being a good compromise between battery life but being smoother than 30. Are there any Xbox games that take the 40 fps compromise yet?

[–] PenguinTD@lemmy.ca 3 points 1 year ago

It's fairly new adaptation toward the graphic intensive but also action oriented games. So if you use ratchet & clank as a timestamp, most games before that probably won't have this feature. But games that come later or indie games where the studios still supports their game, you can probably ask them to implement such feature. (assuming their choice of game engine can support what I mentioned.)