this post was submitted on 18 May 2024
54 points (100.0% liked)
Gaming
30518 readers
128 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Username checks out, though I’m assuming you meant “demakes”?
Anyways, the demake I’m most familiar with is the in-progress Lego island. The YouTuber behind it documented part of the process in vlogs (linked on the GitHub page), so that might be an interesting starting point.
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.
Thanks for being nitpicky, so I didn't had to.