this post was submitted on 13 Jul 2024
217 points (98.2% liked)
Games
38887 readers
968 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
Authorized Regular Threads
Related communities
Video games
Generic
- Gaming: Our sister community, focused on POC and console gaming. Meme are allowed.
- Cozy games: Because not everything has to explode to make a good game
- Photo Mode@feddit.uk
Help and suggestions
- TipOfMyJoystick@retrolemmy.com : You are searching for a game, but can't remember the name? Someone will find it for you here.
- Video Game Suggestions@lemmy.zip : Can't find a game to play in among the hundred you already own? Find another one to add to your library here.
- Patient Gamers@sh.itjust.works: Gaming isn't only about having the latest great games. Good old games are there too.
Platform specific
- Linux gaming : For everything related to gaming on Linux platform, be it on Steam Deck or Desktop Linux.
- Steam Deck : A Steam Deck specific community
Game specific
Language specific
Others
PM a mod to add your own
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
I don't know much about this scene. How is this different than an emulator? You still need a ROM I believe.
Instead of turning your machine into a pretend N64, it turns the game into a native pc program. You need the base rom so the makers don't get sued.
Like the Mario 64 recompilation, this isn't running on an emulator, but is totally native. That means it runs smoother, has zero issues that you might get from emulation (like inaccuracies), and makes it so much easier to mod and extend it. You can see some of the features on the page like autosaving and playing on high framerates.
Also much more possibilities in terms of controls, ie no more janky remapping buttons and mouse axis into pretending to be controller inputs or messing with mouse injectors, instead you can get native KB+M support, dual analog, etc.
Yeah, having a proper camera for Mario 64 was really huge.
That doesn't make sense to me. Emulation should be 100% accurate software-wise, at the expense of performance. Can you elaborate?
Emulation is almost never 100% accurate, that's why seemingly perfect emulators like Dolphin still get updates. They mimic the original hardware as closely as possible but there are still bound to be some bugs and games that don't work perfectly. The best emulators are more like 99.9% accurate.
N64 emulators aren't that good, so you'll get occasional graphics errors and crashes.
100% accurate emulation is basically impossible for every single console. You can get extremeley close via cycle accuracy, emulating the CPU's instruction set but even that isn't perfect.
You can read this for more information:
https://emulation.gametechwiki.com/index.php/Emulation_accuracy
Software-wise, sure. It's easy to dump the BIOS and game. The hard part is emulating the hardware. Consoles often have quirky architectures and special chips that don't map to PCs very well. And the chips themselves often have quirks that either aren't documented, or work in a way that disagrees with documentation. But the game developers often relied on those particular quirks for their games. For example, if there was a bug in the GPU that caused textures to become blurry when loaded in a certain way, a developer might exploit that as a free blur filter. (If you're interested in actual examples, try the Dolphin dev blog. I think it's really interesting.)
The ROM in this case is only used for game assets, like maps, models, and textures. All the game logic in native code. This allows is to be easily modified to add in new features without trying to hack it into a 20 year old game/console.
Is this kind of like OpenMW or OpenXcom? But more broad as the recompilation process can be applied to multiple games on that platform?
Yeah this is a good analogy, except it comes from tooling that would allow any n64 game to be converted with some work.
Like an openmw generator for any Bethesda game.
It's a bit similar. However this goes a bit further than I understand those projects do. They're creating a game like the original. With this decompilation project, if you use the N64 compiler you will get a ROM which is 100% identical to the original.
Yeah you need to find a ROM. And a specific version of it too.