Zelda64Recomp
Zelda64Recomp copied to clipboard
Could you do this for Paper Mario N64?
N64Recomp should support every game, once it's ready. This particular repo is only going to be Zelda 64, other games can be compiled separately.
This project is only for Zelda (MM/ OOT), but you can use the Recomp on other games just have to tweak it
So I compile https://github.com/pmret/papermario which is easy enough, get the elf and somehow use that from my understanding?
No, N64Recomp is a separate program by Mr Wiseguy which takes a n64 rom file and returns C code for it, which you can build for PC. It's not available yet.
The paper mario decompilation is a separate thing. The C code from it is for building a N64 rom, it's not a PC port.
oh
Creating the PM recomp port isn't that sloppily easy, and still require some of deep knowledge of the game anyhow. Building the rom from the decomp and generating it with N64Recomp isn't getting you a PC port like that easily, you still need some other requirements like graphics, audio, display, and etc.
Thank for your interest, however, this is outside the scope of this project, so I'm closing the issue.
If you have the required skills, please feel free to use the N64Recomp tool to make your own recomps though!