161
submitted 1 year ago* (last edited 1 year ago) by stopthatgirl7@kbin.social to c/gaming@beehaw.org

Larian is having trouble fitting Baldur’s Gate III on the Xbox Series S, the lower-priced and lower-powered console in Microsoft’s ninth-generation lineup.

I was looking up more information on why there’s such an issue getting BG3 on Xbox, and found this article with a lot more detail on the topic.

EDIT: The issue isn’t graphics or frame rate; it’s memory. The article goes into detail.

you are viewing a single comment's thread
view the rest of the comments
[-] Feyter@programming.dev 5 points 1 year ago* (last edited 1 year ago)

What could split screen bring that it will not work with the S memory? Because one object will not take up twice the space just because split screen. The texture of it will (hopefully) only loaded once for both screens.

What can change is the total amount of objects that are loaded into memory since the players can now be simultaneously on two different places.

So as a Developer you will need to find a way to get around this. Maybe by reducing the textures of the objects even more, so that you can load more of them in the same space. Or maybe by remove non essential object from the scene at all so that by default less object needed to be loaded. Also the screen is now half the size so maybe limit the field of view more to start loading in objects a little later.

What ever they decide to do, this will require additional steps that are only needed because MS want's the game to be optimised for the series S.

From a Developer perspective I could understand if they maybe decide to ditch the Xbox release completely because of this additional workload needed.

Plus: if removing background objects from the scene in order to save memory is something that needs to be consistent on both S and X version because of MS policy, you will get "less graphics" on the X then what would be possible, just because the S exist... What completely undermines the complete existence of the X.

And of course non of this is just because split screen. This will most likely be true for every game on Xbox. It's just that for most games it's enough to cut resolution down for the S and leave the rest as it is.

[-] jordanlund@lemmy.one 13 points 1 year ago

That's not the way split screen works.

Each view of the world requires that the entire visible world be loaded twice, so that it can be seen from each players perspective independent of the other.

If we go into a dungeon, I go left and you go right, it has to render both pathways simultaneously. In a single player or single screen two player game, it only has one path to consider.

[-] Feyter@programming.dev 1 points 1 year ago* (last edited 1 year ago)

Loading in memory and rendering are different things. Of course it needs to be rendered twice but also you cut resolution in half so rendered both screens is not that much more of work.

[-] jordanlund@lemmy.one 10 points 1 year ago

Tell me you don't know anything about game development without telling me you don't know anything about game development.

this post was submitted on 14 Aug 2023
161 points (100.0% liked)

Gaming

30344 readers
101 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS