Turned out, it wasn’t the happy end she was hoping for…
Turned out, it wasn’t the happy end she was hoping for…
Thanks for being nitpicky, so I didn’t had to.
To be fair this is not a Reddit thing and it can be found in the fediverse too. I can remember some of such situations where a person just posted wrong stuff but in a very confident way. I was able to prove him wrong later but nobody cared anymore.
Wait… there is a different C than C#?
This is a reference to an original star war movie poster, if you wonder why it looks familiar.
Because usability. If you have the files down
down1
down2
downxyz
and download
and the user only knows that it was "something with down" it's best to show the user everything matching "down*" and let the user decide what's the correct one.
Also I'm not sure but wouldn't your expression show everything if only one character would be entered?
And again I don't see this solving anything if the entered string actually contains other characters then what's in the file (D
!= d
)
Yes one could argue that some form of advanced algorithm or even AI could be used to identify such use case like download and Download but this is programming Humor, not linguisic Humor.
down
matches down*
because *
also includes empty string. Also download
matches down*
D
matches D*
but d
is not matching D*
because D
is a different character than d
.
Sorry, down
is a substring of download
I don’t get your point either?
I don’t get it… “D” is a complete different character than “d” is.
It’s like wondering why “file1” is not opened when I typed in “file2”.
A moment of silence for your phones security… There is nothing worse than outdated mobile devices. Maybe start thinking about using a costume ROM.
Because all my statements about split screen are actually just coming from general knowledge about game development and working on a network multiplayer game and assuming what would not be needed in local co-op I actually did some research about this topic now to make sure I didn’t had false assumptions here.
This video here shows one Implementation of split screen https://youtu.be/tkBgYD0R8R4 of course this could be implemented differently by larian studios but I’m pretty sure the basic principle stays the same.
And the basic principle is not running the game two times. It’s running two Views at the same time in the same world. So obviously there is no need to have everything twice in memory. So right now I don’t see anything about what I said about split screen being proven wrong.
Of course there will be more load on the hardware for two players split screen but it’s not the game running two times.
No questions that the a slower RAM compared to X or PS5 is causing bottleneck on the series S, never denied this, but this bottlenecks will go down in FPS performance and all of this can be worked around by developers by “optimising” the game. At which point this optimisation is seen as reduction in quality is up to debate. That’s what I want to say.
Didn’t want to be offensive sorry if you felt that way.
I think I made my point clear. Maybe I’m wrong about some details about split screen maybe we talking all about the same stuff but misunderstanding each other IDK. But again my main point is a different.
Did I at some point say that I’m the most advanced expert?
I just pointed out that many of the statements in the article don’t make sense from a logical point of view. Split screen with this game on the S will be possible, I’m sure it will, but that requires additional work to do regardless of what the reasoning behind this is.
Now I just reading pointless sh*t Talk while I was trying to hold a technical conversation… But yes thank you all.
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.
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.
Why would you load a texture twice in memory? Especially if it’s for the exact same object? It only needs to be rendered twice the texture stays the same and therefore only need to be stored once in ram…
Don’t want to sound arrogant, but most people here (including OP and the writers of the article) don’t seam to know much about video game development.
Because statements like “… Isn’t about graphics or frame rate; it’s memory” don’t make sense at all.
Because if you fast memory is to small you would either more often read from a slower memory which results in less frame rate or you would need to make the stuff that fill up your memory (most often textures) smaller (lower resolution) which “reduces graphics”
The article says something more business politics related: “Microsoft requires all games to run, feature-complete and without changes in quality or mechanics” on both Versions S and X. I’m not really believe this to be true because this would make the existence of more powerful X version completely pointless. However what I think can be the case is that Microsoft QA is forcing the studio to adapt the game for the series S before it could be published. This needs time. Since there is no low spec version for the PS5 there is no need for additional adaptations.
Hey stop being sarcastic! This is a serious programing community here… Wait.
I thought that’s what GIF was created for… Even if the original introduction of it is saying something completely different.
I mean the JPN cover is much more true to the original game ascetic and is more artistically pleasing…
But c’mon the US cover looks like a frickin 80s fantasy trash movie poster. Retrospectively that’s so iconic.