Hacking Nintendont

  • Thread starter Thread starter sabykos
  • Start date Start date
  • Views Views 10,170,310
  • Replies Replies 42,894
  • Likes Likes 194
I'm having an issue with booting Sonic Adventure DX in Nintendon't (through USB loader GX in Wii U vWii). So, after selecting yes on the progressive scan selection screen, my Wii u does a complete reboot. Is there any way to fix this?
 
I'm having an issue with booting Sonic Adventure DX in Nintendon't (through USB loader GX in Wii U vWii). So, after selecting yes on the progressive scan selection screen, my Wii u does a complete reboot. Is there any way to fix this?
when wii rebots the iso is broken, you must have a very badly compressed iso.
 
I can't turn on the Drive Read LED option, though.
Just checked, and it seems I accidentally inverted the Wii U check, so you can *only* turn on Drive Read LED (and debugger options) if it is a Wii U. Will fix that tonight.

Could you recommend a tried and true method to make these multi-iso discs? I'd like to give it a test with Resident Evil or Metal Gear, ripping from my GCN discs and burning to a DVD5.
http://wiki.gbatemp.net/wiki/MultiGame_ISO_Creator
 
dolphin is less picky than nintendont, nintendont reboots the console when an iso has broken the 32k allignement among other things.
This is partially why I added CISO support to my branch. The CISO handling is completely transparent to the rest of Nintendont; regardless of how it's aligned on the HDD, it will always show up with the correct alignment to the rest of the Nintendont kernel. (That is, assuming you converted the CISO from an original 1:1 rip and not from an already-shrunken image.)

I'll probably send a PR sometime this week, but I'd appreciate some more feedback for the CISO test build #4: Nintendont v4.422-CISO-test4

Note that this build does not have the Triforce Arcade Mode changes.
 
  • Like
Reactions: self_slaughter
Hi,

I m trying to play zoids 3 jp on my wii with latest nintendont, but i m stuck at the press start screen(freeze, video and audio)

Emulate memory card is on.

Thanks
 
Hi,

I m trying to play zoids 3 jp on my wii with latest nintendont, but i m stuck at the press start screen(freeze, video and audio)

Emulate memory card is on.

Thanks
first take a picture of your nintendont settings, second zoids is a game that has audiostreaming so if you shrunken the iso with some bad tool or if you are using the full iso but its md5 doesnt match redump then its a bad dump.
 
Hey all, so I was doing some Googling and saw this post on the Github about Widescreen hacks for certain games: https://github.com/FIX94/Nintendont/issues/272

The one I'm interested in is the fixed one for Paper Mario Thousand Year Door. It's not yet committed to Nintendont right?

Was just wondering the best way on making work. Is that code something USB Loader GX could handle easily?
 
Hey all, so I was doing some Googling and saw this post on the Github about Widescreen hacks for certain games: https://github.com/FIX94/Nintendont/issues/272

The one I'm interested in is the fixed one for Paper Mario Thousand Year Door. It's not yet committed to Nintendont right?

Was just wondering the best way on making work. Is that code something USB Loader GX could handle easily?

You have to remember that Nintendont and Dolphin do not operate the same way. Dolphin is a complete emulator for all of the hardware on the GC/Wii. Nintendont only redirects hardware calls to the proper Wii ones. The Wii is already capable of running GC games even if the particular console you have doesn't have the hardware ports. They're essentially the same hardware.
 
first take a picture of your nintendont settings, second zoids is a game that has audiostreaming so if you shrunken the iso with some bad tool or if you are using the full iso but its md5 doesnt match redump then its a bad dump.
Everything is off or default but emulate memory card (with default settings)

i m using gamecube iso tool
Save as disc-ex

Where can find the right md5?
 
Everything is off or default but emulate memory card (with default settings)

i m using gamecube iso tool
Save as disc-ex

Where can find the right md5?
well gc iso tool breaks all gc isos with audiostreaming so that is your issue.

try finding an untoched 1.35 gb iso with this md5
71a5cdae1a6c69fc9d7067bee228caba

and use it full, dont shrink it, if it works full then you can try to shrink it with DMTOOLBOX not gcisotool
 
  • Like
Reactions: lucks
The one I'm interested in is the fixed one for Paper Mario Thousand Year Door. It's not yet committed to Nintendont right?
The NTSC-U and PAL codes there use conditionals, which makes it difficult to implement as a static widescreen patch. (The NTSC-J code is a static patch, so if I can get a copy of the Japanese version I can at least test that.)
 
You have to remember that Nintendont and Dolphin do not operate the same way. Dolphin is a complete emulator for all of the hardware on the GC/Wii. Nintendont only redirects hardware calls to the proper Wii ones. The Wii is already capable of running GC games even if the particular console you have doesn't have the hardware ports. They're essentially the same hardware.

Yup, one is an emulator, Nintendont is basically a virtual machine :P
 
The NTSC-U and PAL codes there use conditionals, which makes it difficult to implement as a static widescreen patch. (The NTSC-J code is a static patch, so if I can get a copy of the Japanese version I can at least test that.)
if you look at the dolphin page though it says:
"This code also speeds up the emulator in the Shhwonk Fortress"
so I assume the added conditions in that code are just there to speed up the emulator and that just was never ported to the ntsc-j version so you really just need to port the lines with 4E800020 and 3FE38E39 over which translate into 2 simple write32()s. 4E800020 probably removes the internal game clipping function (so it could possibly slow down the game, doubt it on a wii though) and 3FE38E39 is the actual aspect ratio value in the game itself.
 
you really just need to port the lines with 4E800020 and 3FE38E39 over which translate into 2 simple write32()s. 4E800020 probably removes the internal game clipping function (so it could possibly slow down the game, doubt it on a wii though) and 3FE38E39 is the actual aspect ratio value in the game itself.
I'll try that out when I get a chance this week. If it works, I'll add that code in to the static widescreen patches.
Yup, one is an emulator, Nintendont is basically a virtual machine :P
Not really a virtual machine; more like KernelEx, which dynamically patches the Windows 98 kernel to provide functionality added in newer versions of Windows.
 
I'll try that out when I get a chance this week. If it works, I'll add that code in to the static widescreen patches.

Not really a virtual machine; more like KernelEx, which dynamically patches the Windows 98 kernel to provide functionality added in newer versions of Windows.

Um, what does Nintendont have to do with Windows 98? I was talking about Dolphin, an emulator, vs Nintendont on the Wii U, which uses vWii (or Gamecube mode on Wii), which is virtualized hardware. I'm confused.
 

Site & Scene News

Popular threads in this forum