

it doesn't work on wine, sorryiancer said:ok guys get this: i WOULD use NUSAD if:
1 it will download and package as a wad
2 it runs on linux
can NUSAD satify those 2 requirements?
i have wine.

XFlak said:@SifJar, how do I use showmiiwads to make a hidden channel? I've used hide and seek in the past, but that never worked properly
SifJar said:Nintendo Channel: http://www.mediafire.com/?aazo116ibk5ln1i
Everybody Votes Channel: http://www.mediafire.com/?s7jbgaztftvgt81
These are for the standard, non-hidden channels.
iancer: NUSD should work fine via Wine
D34DL1N3R: I am taking from your first post that you don't want to use System Menu, so why does it matter if those channels are hidden or not? You don't need to download them and edit them unless you want them hidden.

D34DL1N3R said:I never said they needed to be hidden, that was someone else who asked about hiding them. I just want them to be available in the HBC.
And thank you for those two.![]()

Hey SifJar, sorry for taking so long to get back to you. I've been busy working on some other stuff. I tried your method of making a hidden channel using showmiiwads, and it doesn't work, u can only change the title ID to another 4-digit ID. I also tried unpacking the wad and renaming all references to 0x1 to 00010008, then repacking the wad using showmiiwads, but the resulting wad was not hidden.SifJar said:I just meant you could dump a WAD from a NAND dump with ShowMiiWads, but yeah, you could actually do the whole process with it I think...Just change the title ID to 00010008XXXXXXXX and extract as a WAD. If this works, you should also be able to replace the banner with a very small file to reduce space used on NAND I think. It'd be great if you or someone else could try this, and try the hidden Mii Channel loader I posted, I don't have brick protection on my Wii ATM.XFlak said:@SifJar, how do I use showmiiwads to make a hidden channel? I've used hide and seek in the past, but that never worked properly

Or just use NUSD in wine. Save time, everyone wins! =]XFlak said:but seriously, u have to know @ least one person with windows, borrow their pc for a little bit! Hell u can go to the library!![]()

XFlak said:Hey SifJar, sorry for taking so long to get back to you. I've been busy working on some other stuff. I tried your method of making a hidden channel using showmiiwads, and it doesn't work, u can only change the title ID to another 4-digit ID. I also tried unpacking the wad and renaming all references to 0x1 to 00010008, then repacking the wad using showmiiwads, but the resulting wad was not hidden.SifJar said:I just meant you could dump a WAD from a NAND dump with ShowMiiWads, but yeah, you could actually do the whole process with it I think...Just change the title ID to 00010008XXXXXXXX and extract as a WAD. If this works, you should also be able to replace the banner with a very small file to reduce space used on NAND I think. It'd be great if you or someone else could try this, and try the hidden Mii Channel loader I posted, I don't have brick protection on my Wii ATM.XFlak said:@SifJar, how do I use showmiiwads to make a hidden channel? I've used hide and seek in the past, but that never worked properly
I think that maybe using WiiCrazy's "hide and seek" to build the hidden channels might work. But every other time I've tried using that to build a channel, it ends up being 'visible'. IIRC, I only ever tried using that for the HAXX to JODI forwarder, so it may have been a special case. I haven't tried official channels yet (like the Mii Channel), when I find a moment I'll try to test it out... but if some else reading this has more time, maybe they can try using hide and seek to convert the Mii Channel into a hidden Mii Channel, and see if it actually installs as hidden (and then of course check your HBC forwarder).

Can't we just extract the dol from the wad (using customize mii or showmiiwads) and use that to make the invisible channel?SifJar said:AFAIK, Hide and Seek only accepts DOLs, not WADs, so you couldn't do it...

XFlak said:Can't we just extract the dol from the wad (using customize mii or showmiiwads) and use that to make the invisible channel?SifJar said:AFAIK, Hide and Seek only accepts DOLs, not WADs, so you couldn't do it...






minjeeta said:If its not to much of a liberty can you make 2 of these for meit's just what I’ve been looking for.![]()
One targeting the WiiMC channel 0001000157494D43
And the other for WiiFlow channel 000100015746424A
I had a look with a hex editor but could not find what needed changing in your MiiChannel example.
Thanx SifJar for any assistance and Slimmmmmm for the steer.....m
I'm pretty busy right now, but if you download the source I posted a few pages back, you'll find something like this in the main.c file:
CODE//---------------------------------------------------------------------------------
int main(int argc, char **argv) {
//---------------------------------------------------------------------------------
ÂÂÂÂWII_Initialize();
ÂÂÂÂWII_LaunchTitle(0x0001000248414341ULL); //Change this line to title ID
ÂÂÂÂreturn 0;
}


Slimmmmmm said:minjeeta, there you go. If you like making small edits of things and might change your mind you should get devkit installed. I've inluded the sources from SifJar with the 8 character changes to match your 2 chans id and compiled them so you can use they 2 dols but also look and see how to make other ones when you want a change.
http://www.4shared.com/file/lmqkMBWZ/minjeeta.html
Sorry SifJar I was on a no devkit pc![]()