I have a question, by any chance is there a backup manager compatible with the nintendon't format? A friend of mine has 55 backups, all of them of GC games and he wants to know. Otherwise I fear that he will need to make every folder, one at the time.
I have a question, by any chance is there a backup manager compatible with the nintendon't format? A friend of mine has 55 backups, all of them of GC games and he wants to know. Otherwise I fear that he will need to make every folder, one at the time.
As of v4.426, it shouldn't be necessary to create subdirectories within /games/ except for 2-disc titles. Just name the disc image something like "Title.iso", "Title.gcm", or "Title.ciso".
As of v4.426, it shouldn't be necessary to create subdirectories within /games/ except for 2-disc titles. Just name the disc image something like "Title.iso", "Title.gcm", or "Title.ciso".
Are you saying you have a work around which allows you to have 2 drives connected at once? Because that is exactly what I am looking to do. If talking about this is too off topic for this thread then maybe we can talk further about how you did it on a PM. Thanks.
I don't think it's off topic as Nintendont seems to be the only thing left pretending us from having a Wii U drive and a FAT32 drive connected at the same time "forever".
As I said, @Nomelas found a way but it's only working for WiiFlow as I understood.
Here it is: https://gbatemp.net/threads/nintendont.349258/page-1846#post-7441189
You may want to read a few posts before and after that posting as it was discussed a bit.
Previously, the required format was: /games/[anything]/game.iso
That format is still usable, but you can also have /games/[anything].iso instead.
Supported file extensions are .iso, .gcm, and .ciso.
I have a question, by any chance is there a backup manager compatible with the nintendon't format? A friend of mine has 55 backups, all of them of GC games and he wants to know. Otherwise I fear that he will need to make every folder, one at the time.
I had this same issue back in 2014 when I was trying to get my entire Gamecube set renamed to "game.iso" and in the appropriate folders. I found 2 programs that did the job. One was called DiscEx and the other was called gcit (Gamecube Iso Tool). They both did what I wanted but only did it one at a time which was very tedious. I was able to create a batch script for both programs that converted my entire collection all at once. However, for some reason only my batch script for DiscEx kept them 1:1. I'll quote my message below so you can read up on what I did and if you feel like this is something you want to do then let me know and I can help you out if needed.
I know this probably isn't the right place for this but it's the only place throughout all my searching that I found was close to what I am looking for. I'm referring to the post above which was posted a few days ago about batch scripts. I don't know anything about creating a batch script but from messing around with one I found for another program I was able to create this for DiscEx v0.9.
Code:
[USER=325063]Echo[/USER] off
set isodir=.\zzz
set converter=.\discex.exe
if NOT exist "%isodir%" (
echo "ERROR directory doesn't exist"
goto :EOF
)
FOR /F "tokens=1 delims=." %%A IN ('dir /b "%isodir%"') DO (
echo converting: %%A
"%converter%" "%isodir%\%%A.iso"
)
What this does is take all .iso files in the folder named zzz and names them game.iso and puts them in a folder with their game ID. The reason why I made the iso folder zzz is so that it would be at the bottom after it created all the other gameID folders making it easier to find. But you can edit it to point to any folder you wish.
The other batch script I made was for gcit (GameCube ISO Tool). It's essentially the same script with a few minor changes.
Code:
[USER=325063]Echo[/USER] off
set isodir=.\zzz
set converter=.\gcit.exe
if NOT exist "%isodir%" (
echo "ERROR directory doesn't exist"
goto :EOF
)
FOR /F "tokens=1 delims=." %%A IN ('dir /b "%isodir%"') DO (
echo converting: %%A
"%converter%" "%isodir%\%%A.iso" -f discex -q
)
This one again takes the .iso files from the folder named zzz and names them game.iso but it also compresses them and puts them in a folder with their game and and gameID (ex. Crazy Taxi [GCTE51]). The game folders will be located in another folder labeled out.iso.
I hope these scripts help someone out (I tried uploading them to this post but I kept getting an error saying that it didn't like the .cmd extention so I hope the code tags work instead). Now I was wondering if someone would be able to help me. I would like to have all my games uncompressed but also in the folders of game name and gameID. Having the folders with just the gameID is messy and is difficult to see which games I have when I plug my USB drive into a computer but I like that the games are all uncompressed. Using my second script to have it game name and gameID is a lot more pleasant for me to look at but no matter what I try the games are always compressed. I've been messing around trying to somehow combine the 2 to ultimately get what I want but to no avail because like I said I really have no idea what I am doing. I'm actually pretty proud of myself that I was able to get this far. So if anyone has any advice for me I'd really appreciate it.
Edit: I can't figure out how to stop the "at sign"echo off in the code tag to stop linking to some member on these forums named Echo. If someone knows how to fix this let me know and I will update the code tag to the script will actually work when cut and pasted.
Weird thing... sometimes attempting to launch Nintendont (inject) with the gamepad asks for me to use the Wiimote to select something on the TV. But only *sometimes*. I don't understand what causes this, and it'd be more convenient to not have to use the Wiimote (say, if I bring the Wii U somewhere else and don't have a Wiimote with me).
There's also the issue of being unable to use USB controllers (i.e. Gamecube adapter) even if you choose not to use the gamepad as a controller (installed onto NAND, I don't even have a USB hard drive yet), but I guess I can still use the long method via the vWii menu to be able to do that.
gamepad sticks are very sensitive any tiny movement counts and then the stcks dont come back to zero so fix94 made a deadzone wich fixes that and it will be on the next rev.
I don't think it's off topic as Nintendont seems to be the only thing left pretending us from having a Wii U drive and a FAT32 drive connected at the same time "forever".
As I said, @Nomelas found a way but it's only working for WiiFlow as I understood.
Here it is: https://gbatemp.net/threads/nintendont.349258/page-1846#post-7441189
You may want to read a few posts before and after that posting as it was discussed a bit.
I swear I remember when I asked this question a while back that @Cyan gave me a pretty detailed explanation on how to do it and make it work with USB Loader GX. But I've been searching and can't find it. Maybe I'm just imagining it Hopefully me mentioning him here will have him explain it again for me.
fix already has a made version with deadzone for the gamepad wich fixes all sticks being very sensitive, wait abit for nintendont next rev.
gamepad sticks are very sensitive any tiny movement counts and then the stcks dont come back to zero so fix94 made a deadzone wich fixes that and it will be on the next rev.
The control stick works fine on mine is what i was saying, i dumped the game, and GCReEx'ed it and it works flawlessly, iv'e been playing it for 2 hours now with no problem with the control stick
I haven't tested many games yet.. as I prefer to use my GC Adapter, I think I will be using the old method with USB and actually having access to all of my Wii Games and GameCube
It wasn't too long ago we saw our first glimpse of Courage Reborn, another Twilight Princess PC port in the works based on last year's decompilation efforts. With...
After much speculation, Nintendo has finally followed their competitors in announcing price increases for their hardware.
You can find a breakdown of what's changing...
Seemingly out of nowhere a PC port for Pokemon Platinum has surfaced online, bundled alongside the source code for those interested in building and developing it for...
Airing last night with very little in the way of warning, a brand new Nintendo Direct was aired. Running for 15 minutes in total, it took a moment to celebrate the...
With very little in the way of announcement, Valve has today increased the price of the Steam Deck but some fairly considerable margins. Both of the available models...
As a part of their Financial Results Briefing for the previous year, Nintendo president Shuntaro Furukawa took to the floor to answer key questions around the Switch...
Earlier this year, Sony announced major price increases for the PS5, PS5 Pro, and PlayStation Portal. Now the company is raising prices again, this time for...
We are once again here to tell you about a game leaking before its release, but for once, it's not one published by Nintendo. The game files for Microsoft's upcoming...
Continuing with the great news of Pokémon Platinum getting a native unofficial PC port just a few days ago, today, yet another classic title from the franchise has...
The latest in a growing number of native PC ports, Paper Mario ReCut got its first pre-release build earlier this week. Based on the N64 recompilation toolchain, the...
It wasn't too long ago we saw our first glimpse of Courage Reborn, another Twilight Princess PC port in the works based on last year's decompilation efforts. With...
With very little in the way of announcement, Valve has today increased the price of the Steam Deck but some fairly considerable margins. Both of the available models...
After much speculation, Nintendo has finally followed their competitors in announcing price increases for their hardware.
You can find a breakdown of what's changing...
Airing last night with very little in the way of warning, a brand new Nintendo Direct was aired. Running for 15 minutes in total, it took a moment to celebrate the...
Seemingly out of nowhere a PC port for Pokemon Platinum has surfaced online, bundled alongside the source code for those interested in building and developing it for...
Earlier this year, Sony announced major price increases for the PS5, PS5 Pro, and PlayStation Portal. Now the company is raising prices again, this time for...
As a part of their Financial Results Briefing for the previous year, Nintendo president Shuntaro Furukawa took to the floor to answer key questions around the Switch...
The latest in a growing number of native PC ports, Paper Mario ReCut got its first pre-release build earlier this week. Based on the N64 recompilation toolchain, the...
A whole hour of PlayStation content is on the way, thanks to the latest State of Play showcase. Headlining the stream will be Marvel's Wolverine, alongside a...
For the first time in 13 years, the Call of Duty series will again return to Nintendo's consoles. Set to launch on the 23rd of October, the latest release, Modern...