Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where Is the End Result? #63

Open
eband opened this issue Mar 10, 2022 · 3 comments
Open

Where Is the End Result? #63

eband opened this issue Mar 10, 2022 · 3 comments

Comments

@eband
Copy link

eband commented Mar 10, 2022

I followed the four-step instructions involving the Git/Docker method, and I don't know what I do.

Can you please tell me what I should do after Git and Docker are done with the compilation?

Where/what is the end file? How do I burn it if acceptable? A million questions.

@cyragra
Copy link

cyragra commented Apr 12, 2022

It states that it should be in the build folder that's in the root of the fork the resulting ELF will be in build/<region>_ps2/.. depending on which one you used it can differ but you would need to setup a "SYSTEM.CNF" and link it to the elf and convert it to a iso file. you can find ways to do it online :)

@fgsfdsfgs
Copy link
Owner

I usually just run it with a ELF loader when testing, which is why I didn't write any instructions on how to make a playable ISO.

@sounddrill31
Copy link

sounddrill31 commented Nov 30, 2022

I usually just run it with a ELF loader when testing, which is why I didn't write any instructions on how to make a playable ISO.

THIS WILL NOT WORK WITH EMULATOR, ONLY OPL

IT IS ALSO COMMON FOR IT TO NOT WORK. It works on the super mario 64 elf build I got from archive.org but not my own since they don't boot outside of emulators. Test it with ULAUNCHELF or similar.

For those wondering, create a folder called sm64, rename the elf file to SLUS_064.64. Create a file called SYSTEM.CNF.

The contents being:

BOOT2 = cdrom0:\SLUS_064.64;1
VER = 1.00
VMODE = NTSC


The three lines blank at the end are important. Best if you take an existing game's SYSTEM.CNF and modify it to look like this. Use IMGBURN, select the create image file from files/folders option. Choose destination wherever. Open sm64 folder, select all and drag to the source section. Recommended file name is something like SLUS_064.64.Super Mario 64.ISO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants