Hacking Waninkoko's multigame-loader alpha 1

  • Thread starter Thread starter FGOD
  • Start date Start date
  • Views Views 10,552
  • Replies Replies 47
Here is the dol
multigame.dol

you need to change

DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC

to

#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC

in the makefile and the try it
 
WiiMonkey said:
Here is the dol
multigame.dol

you need to change

DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC

to

#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC

in the makefile and the try it

Or you can just delete these 2 lines in all of Waninkoko's projects. If you installed DevKitPro properly, you don't need to specify this explicitly in the makefile.
 
Reading the source seems it can read disks with mixed Wii/GC games... right?
unsure.gif
 
WiiMonkey said:
you need to change

DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC

to

#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC

in the makefile and the try it
Thanks. Actullay, I did. However, I got these error message.
CODE "make"
make[1]: *** No rule to make target `Thumbs.db.o', needed by `/c/Test/Test.elf'.ÂÂStop.
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:01
 
kyogc said:
WiiMonkey said:
you need to change

DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC

to

#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC

in the makefile and the try it
Thanks. Actullay, I did. However, I got these error message.
CODE "make"
make[1]: *** No rule to make target `Thumbs.db.o', needed by `/c/Test/Test.elf'.ÂÂStop.
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:01
Same here.
 
From the source it has

Code:
/* Show game info */
ÂÂÂÂÂÂÂÂprintf("[+] Game NameÂÂÂÂÂÂ: %s\n",ÂÂ __Menu_GameTitle(game->header.title));
ÂÂÂÂÂÂÂÂprintf("ÂÂÂÂGame IDÂÂÂÂÂÂÂÂ: %s\n",ÂÂ game->header.id);
ÂÂÂÂÂÂÂÂprintf("ÂÂÂÂGame Plataform : %s\n\n", (gamecube) ? "Gamecube" : "Wii");


so it looks like it does boot gamecube and wii games.
 
beegee7730 said:
What does this do?
I think this is a project what Waninkoko posted a video on youtube around Jan in which shows a loader can load both GC/Wii games in one disc.
 

Site & Scene News

Popular threads in this forum