MorsGames / sm64plus

A fork of sm64-port that focuses on QoL improvements and customizability.
https://mfgg.net/index.php?act=resdb&param=02&c=2&id=38190
456 stars 33 forks source link

[Feature Request] Disable CRC ROM check #32

Closed LukasThyWalls closed 3 years ago

LukasThyWalls commented 3 years ago

Hello. Thanks for the work, it looks amazing!

I was wondering if there is a way or it could be possible to make in the building phase to disable the CRC check for the ROM to use other ROMs. It could be fail, but there is fan-translation that work in the original hardware (based in the same rom that the one you use) and maybe they can work with this port too.

Or maybe you know they would fail anyway, so then nevermind.

Thanks!

MorsGames commented 3 years ago

The base ROM is only used to extract assets. Stuff like the game logic, text, and whatnot are all a part of the actual source code that's in this repo. So it would simply not work.

LukasThyWalls commented 3 years ago

The base ROM is only used to extract assets. Stuff like the game logic, text, and whatnot are all a part of the actual source code that's in this repo. So it would simply not work.

Ok, Thanks!