UsualMap@fedia.iotoTechnology@beehaw.org•Bethesda Releases Full List Of Starfield PC Specs
2·
1 year agoBased on the recommended specs, it likely won’t run, at least not without some serious compromises.
Based on the recommended specs, it likely won’t run, at least not without some serious compromises.
It does make me wonder what awful things they’re getting that poor creation engine to do.
To be fair I remember Fallout 3 being a bit of a nightmare to play at launch too.
Indeed - to be clear I don’t have a problem with swearing, but it definitely adds to the overall better vibe over here.
Regardless of what happens with Reddit I intend to stay.
Another vote for Gandi here - used them for years and absolutely no complaints.
That said, CloudFlare are a competent registrar as well and if you’re going to use them for your site anyway…
Indeed but it’s also a matter of how you design your game. If you’re assuming that a game is running off a hard drive, then you’ll likely design it so that it loads everything in at load time because the assumption is that storage will be too slow to provide assets on an “as-needed” basis.
On the other hand, if you can rely on there being an SSD you can just assume that you’ll be able to grab everything and as when needed.
This actually has an added benefit in that you can design more ‘ambitious’ games because you don’t have to worry about needing to fit all of your assets for a given ‘level’ into system memory. You can rely on the fact that you can just load and unload things as and when needed.