-
Notifications
You must be signed in to change notification settings - Fork 33
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
Gamecube building boot.dol #69
Comments
Think you need the following make flags:
|
Yes, I was able to make a GC .dol file doing the same, thanks 👍 |
I have this issue too. It only compiles in the build folder for the wii version. How may I fix this? |
I don't know how to use flags if I could have a bit better explanation on it. |
Inside make file edit it with notepad, search and edit this line TARGET_GAMECUBE=1 TARGET_WII=0 On GameCube put 1 on Wii 0 |
Makefile? Where is that |
I am using windows method btw |
Inside the compressed file root there is a file named makefile without extension, just open it with notepad add edit those lines I mentioned |
Oh i got it thanks |
I am playing it on my gamecube rn |
Problem. This does not save my progress. Hpw do I fix this? |
No idea, and the game looks choppy, not a perfect port but playable |
Ok |
How u do that? I'm trying to figure it out since days. I've created an Makefile and the main.cpp. But Chat GPT always tells me, that I have to install the libraries manually, but I can't find them anywhere.. |
i was able to compile the wii boot.dol file, but how can i build the boot.dol for the gamecube? or the same wii .dol work on gamecube?
The text was updated successfully, but these errors were encountered: