Thought to have been an ordinary falling star.

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle






  • It depends on a lot of factors. Minecraft, despite its signature simplistic artstyle, takes a surprising amount of CPU power to run - a lot more so if you run mods. Even a Minecraft server, which doesn’t render graphics at all, takes a beefy machine and a lot of RAM.

    It’s as much about graphical fidelity as it is quality of code, and unfortunately, there are a lot of game studios that don’t seem especially bothered about optimising their games. To the extent that you can fill, say, an Xbox’s hard drive with only two or three AAA games.

    All that said, you’re right in that simpler graphics in general mean less work for the graphics card to do. Just that it’s not the only factor.









  • I hate to be nitpicky; but that’s a decompilation, not a demake.

    ‘Demake’ usually refers to a game that gets remade for a system older (or less powerful) than the one it was released for. A good current example is the in-progress Super Mario 64 demake for GBA.

    ‘Decompilation’ is where one reverse-engineers a game (or any software!) back to its original source code, or close enough that when you build it, it’s identical to an original copy. So, the goal of the Lego Island demake is to produce source code that can be built into a fully binary-compatible copy of Lego Island, indistinct from what’s on the original CD.