<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Channel creation</title>
<description>Let&#039;s start with the situation. My Wii is physically unmodified, I&#039;m still on system menu 3.2E and have the homebrew channel and a USBGecko. My plan is to create a channel for WiiBASIC and/or WiiTree (Wii version of XTree/ZTree) if and when I sort them.

My test plan was too try and write an installer application which will create a channel using a copied banner (probably the photo channel) and my Freecell DOL file.

A few questions:

1. If the install goes wrong, and the files aren&#039;t registered properly or something, could it brick my Wii? (I&#039;m working off the assumption that using an existing banner means I won&#039;t get a banner brick at least)

2. Do I need to provide my own DOL loader for the channel, or would the system menu load it okay?

3. How do channel permissions work? Say if I want WiiTree to be able to access the NAND, DVD (Game discs) and SD card.

4. How do I create tik and tmd files? or can the Wii generate them on my install?

5. Are there any other things I have missed that I would need for my test?

Wow, I only thought I had two questions at the start :-) 

Cheers
WhoDares</description><link>http://forum.wiibrew.org/read.php?21,3226,3226#msg-3226</link><lastBuildDate>Sun, 07 Jun 2026 16:29:27 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,6584#msg-6584</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,6584#msg-6584</link><description><![CDATA[ Actually, going through the slides corrected how I believed the fakesigning worked. In hindsight, I don&#039;t know how what I was thinking could of ever worked.<br /><br />Two things: My non-Wii project is currently taking priority, and I&#039;m having doubts whether to continue this project anyway.<br /><br />It&#039;s been a while since I released a project that I can put my real name to, and I think that is something I need to do.<br /><br />You&#039;ll have seen several posts about me not wanting to brick my Wii as I develop this, same can be said about other peoples Wiis after the project is "finished", whether it&#039;s from a bad banner, or a bad install.<br /><br />Fakesigning won&#039;t work for a number of people, and as I&#039;m more of a coder than a "decoder", It&#039;ll be incredibly unlikely that I&#039;ll manage what Twiizers and Comex have managed in installing content without the current fakesign.<br /><br />Also, with the Homebrew Channel, is it really actually worth it?<br /><br />So, all in all, I don&#039;t really know what&#039;s going to happen for WhoDares in 2009.<br /><br />One definate possibility is bringing back WiiBASIC, giving it an interpreter that works, finish off the GX, Wiimote, Internet/Sockets, etc. interfaces for the language and building a Wii-based IDE that supports a USB keyboard.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Thu, 01 Jan 2009 21:26:06 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,6577#msg-6577</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,6577#msg-6577</link><description><![CDATA[ whodares, I just finished watching the 25C3 video of Team Twiizers... I was wondering if ny of what they lectured about will help your development of the Channel Creation tools...<br /><br />also, any updates? or are you still "on vacation" from working on these?]]></description>
<dc:creator>DrLucky</dc:creator>
<category>Homebrew General</category><pubDate>Thu, 01 Jan 2009 19:05:31 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,6001#msg-6001</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,6001#msg-6001</link><description><![CDATA[ You <b>do</b> have to IMD5 sign the sound.bin though, but a wrong format/bad sound.bin will just give you a channel without sound.<br /><br />At least one of the sound formats for channels is 16bit PCM wav, and looping is accomplished with a program like Wavosaur that lets you make looping wavs.]]></description>
<dc:creator>icefire</dc:creator>
<category>Homebrew General</category><pubDate>Fri, 26 Dec 2008 17:14:54 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5988#msg-5988</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5988#msg-5988</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>bushing</strong><br />One interesting thing we discovered was that some parts of the spec are optional -- you don&#039;t have to actually compress stuff with LZ77, and I believe you can actually leave out the IMD5 block entirely.</div></blockquote>
I was wondering as much when I was writing the all the block classes and was on my list of things to test when I finished the authoring side.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Fri, 26 Dec 2008 09:49:51 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5960#msg-5960</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5960#msg-5960</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>comex</strong><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>bushing</strong><br />FWIW, the only time I&#039;ve actually heard of a "hard" banner brick was when a banner was *almost* valid, but had an MD5 mismatch.</div></blockquote><br />Wait, what? Why would the menu read a file with a bad hash?</div></blockquote><br />Wrong hash. I&#039;m not talking about a SHA1 content hash that&#039;s in a TMD -- these are never verified after installation, anyway (c.f. Starfall).<br />There is also an "IMD5" block inside the banner that contains an MD5 hash of part of the rest of the banner (or is it the metadata?). The danger is less that you&#039;ll incorrectly calculate the MD5, but more that you will forget to update it.<br /><br />Marcan is the expert here, but I spent some time very early on with him trying to RE the banner format. One interesting thing we discovered was that some parts of the spec are optional -- you don&#039;t have to actually compress stuff with LZ77, and I believe you can actually leave out the IMD5 block entirely.]]></description>
<dc:creator>bushing</dc:creator>
<category>Homebrew General</category><pubDate>Fri, 26 Dec 2008 04:30:11 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5952#msg-5952</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5952#msg-5952</link><description><![CDATA[ It doesn&#039;t, but it crashes because it needs the hash to be correct to read the content (and it can&#039;t load without the content).<br /><br />Am I right?]]></description>
<dc:creator>icefire</dc:creator>
<category>Homebrew General</category><pubDate>Fri, 26 Dec 2008 01:25:39 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5950#msg-5950</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5950#msg-5950</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>bushing</strong><br />FWIW, the only time I&#039;ve actually heard of a "hard" banner brick was when a banner was *almost* valid, but had an MD5 mismatch.</div></blockquote><br />Wait, what? Why would the menu read a file with a bad hash?]]></description>
<dc:creator>comex</dc:creator>
<category>Homebrew General</category><pubDate>Fri, 26 Dec 2008 00:57:48 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5904#msg-5904</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5904#msg-5904</link><description><![CDATA[ That&#039;s good to know. Thanks.<br /><br />Shouldn&#039;t have any problems with my MD5 tho, it&#039;s written by Microsoft as part of the .NET framework :-)]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Thu, 25 Dec 2008 09:52:23 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5898#msg-5898</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5898#msg-5898</link><description><![CDATA[ FWIW, the only time I&#039;ve actually heard of a "hard" banner brick was when a banner was *almost* valid, but had an MD5 mismatch.]]></description>
<dc:creator>bushing</dc:creator>
<category>Homebrew General</category><pubDate>Thu, 25 Dec 2008 04:25:37 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5637#msg-5637</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5637#msg-5637</link><description><![CDATA[ @icefire: Really? That&#039;s good to know. I&#039;ve not got that far with my testing yet<br /><br />@DrLucky: Correct. There&#039;s a thread here [<a href="http://forum.wiibrew.org/read.php?8,5433" rel="nofollow">forum.wiibrew.org</a>] where I was enquiring about how content installations are validated.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 22 Dec 2008 20:22:12 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5627#msg-5627</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5627#msg-5627</link><description><![CDATA[ whodares, since your channels wont be in a WAD format (good idea... I didn&#039;t know that it could be avoided) then you will have to creat an installer for your custom channels too right?]]></description>
<dc:creator>DrLucky</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 22 Dec 2008 18:04:21 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5625#msg-5625</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5625#msg-5625</link><description><![CDATA[ BTW, just so people know, badly packed U8 archives will NOT cause a brick, they will cause the channel to be hidden and show up as ??? in the data management screen.]]></description>
<dc:creator>icefire</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 22 Dec 2008 17:55:51 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5612#msg-5612</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5612#msg-5612</link><description><![CDATA[ Really? I&#039;ve never seen it loading the HBC. Although I have seen it once on my Wii, ages ago. I thought I&#039;d bricked it, but after rebooting the machine everything was fine.<br /><br />But yes, that&#039;s why when people "customise" banners by replacing images with the wrong sizes they get banner bricks.<br /><br />I am a little disappointed that Nintendo didn&#039;t have any proper fallback on the banner code (ie, just show a black banner instead), but then before a product ships, I guess it will have gone under severe testing and thus would never expect such failures.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 22 Dec 2008 09:02:09 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5341#msg-5341</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5341#msg-5341</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>whodares</strong><br />Internal files are corrupt (U8 archive incorrectly built, bad LZ77 compression, TPL format bad/unsupported)</div></blockquote>Hm. On the N64, the games didn&#039;t do much (really, any) sanity checking of their resources, and would simply crash loading a file if it were corrupt or they ran out of memory. I bet the "system files are corrupt" message is just the System Menu&#039;s exception handler, and it doesn&#039;t do any sanity checking on the banner files, so corrupt files crash it. That would also explain why it occasionally shows up loading HBC, because some part of the loader code has a bug in it, or maybe the banner code has a race condition and crashes if you start at just the right time.]]></description>
<dc:creator>HyperHacker</dc:creator>
<category>Homebrew General</category><pubDate>Sat, 20 Dec 2008 02:30:50 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5237#msg-5237</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5237#msg-5237</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DrLucky</strong><br />hahaha, I thought the same thing too... that thread was epic..</div></blockquote>
I soooo enjoyed that thread. Funny as hell!<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>DrLucky</strong><br />anyway, whodares, always interesting to read some of your knowledge!</div></blockquote>
You&#039;re welcome...<br /><br />Edit:<br /><br />For those interested in playing with my Banner Creator code. I&#039;ve dropped TODO comments in all places (I can think of) that require work, they are visible from the Task List window (if you change the combo box to "Comments").<br />If you get stuck, or would like me explain any of it, please drop me a mail (email on my page of the Wiki), pm me, or reply to this thread :-)]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Thu, 18 Dec 2008 08:37:56 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5232#msg-5232</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5232#msg-5232</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>daniel_c_w</strong><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>whodares</strong><br />I lost a bit of code,<br />[...]<br />I might post the code up if anybody wants to play with it/carry it on :-)</div></blockquote><br />You lost code? Did you accidently format your SD-Card? :D</div></blockquote><br />hahaha, I thought the same thing too... that thread was epic..<br /><br />anyway, whodares, always interesting to read some of your knowledge!]]></description>
<dc:creator>DrLucky</dc:creator>
<category>Homebrew General</category><pubDate>Thu, 18 Dec 2008 04:21:00 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5204#msg-5204</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5204#msg-5204</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>daniel_c_w</strong><br />You lost code? Did you accidently format your SD-Card? :D</div></blockquote>
lol. Actually, it was kinda similar. I have a copy on my local computer, and I also have a copy on a USB stick that I take to work (I always arrive early, so I sometimes do some coding before I start, or in my lunch hour). The only trouble is, I often forget which one is the "latest" version if I don&#039;t copy it back that night. Anyway, I had LZ77 stuff on my home and TPL encoding on the USB pen, and I forgot and copied one over the other.<br /><br /><blockquote class="bbcode"><div><small>Quote<br /></small><strong>daniel_c_w</strong><br />Is [<a href="http://www.wiibrew.org/wiki/User:Whodares/BannerCreator" rel="nofollow">www.wiibrew.org</a>] still up to date?</div></blockquote>
I&#039;ve made some slight adjustments, but yes.<br /><br />Edit 2: I&#039;ve added an additional section, and provided a link to download the project in all it&#039;s unfinished glory :-) Whilst there is no "creation" side to it yet, I hope some of you find it useful.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Wed, 17 Dec 2008 20:24:50 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5202#msg-5202</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5202#msg-5202</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>whodares</strong><br />I lost a bit of code,<br />[...]<br />I might post the code up if anybody wants to play with it/carry it on :-)</div></blockquote><br />You lost code? Did you accidently format your SD-Card? :D<br /><br />Is [<a href="http://www.wiibrew.org/wiki/User:Whodares/BannerCreator" rel="nofollow">www.wiibrew.org</a>] still up to date?]]></description>
<dc:creator>daniel_c_w</dc:creator>
<category>Homebrew General</category><pubDate>Wed, 17 Dec 2008 20:11:18 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5200#msg-5200</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5200#msg-5200</link><description><![CDATA[ It&#039;s pretty much gone nowhere lately. I lost a bit of code, and I&#039;ve also been spending a lot of time on a different project. I might post the code up if anybody wants to play with it/carry it on :-)<br /><br />The latest updates from Nintendo block Fake Signing, however, it appears Team Twiizers have found another method of faking a valid signature. Not sure how I&#039;ll get around it (I don&#039;t have this issue, having not updated beyond v3.2). My options on that will be looked at if and when the banner tools are finished. As all sorts of other updates, patches and bugs might have been found by then.<br /><br />Regarding the "exact size" issue. The size requirement is only required when replacing one image with another in an existing banner, this is due to the way the brlan and brlyt files control the drawing and moving of the image. However, as my tools would be actually creating the brlan and brlyt files, you&#039;d be able to chose an image of any size and the files will cater for it.<br /><br />Here are some things that will cause bad banner bricks (none of these have been tested, just theorised)<br />1. Image sizes don&#039;t match their panes in the brlyt files<br />2. The contents of the banner refer to files (textures, animations, etc.) that aren&#039;t actually included in the banner U8 archive<br />3. Internal files are corrupt (U8 archive incorrectly built, bad LZ77 compression, TPL format bad/unsupported)<br /><br />From my banner tools, you won&#039;t get point 1 because the brlyt will be built with the textures. Point 2 can also be caught when compiling the banner "app" file. So only point 3 could cause a problem really.<br /><br />I have done extensive tests with my U8 code, and this should not cause any issues. My LZ77 compression currently matches the format, but does not compress :-) I lost my all of the TPL encoding code I wrote, so that&#039;ll need writing again.<br /><br />Thanks to comex, I have a way to test banners using USBGecko without fear of bricking the Wii. Later on, I was planning to build this into my banner tools so if you had the banner tool open on your PC connected to your Wii with the Homebrew Channel running, it would send down a system menu booter that patches banners to read from the editor.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Wed, 17 Dec 2008 19:57:11 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,5195#msg-5195</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,5195#msg-5195</link><description><![CDATA[ so, how&#039;s it coming whodares?<br /><br />I have a question regarding your tools and the HBC install.<br /><br />Since 3.3 ver.2 and 3.4 block channel installs, then how does the Homebrew channel get installed on that system and how would your channel creator get around this?<br /><br />also, as I was confused about a while back, <a href="http://forum.wiibrew.org/read.php?21,3226,page=4" rel="nofollow">(here)</a> how do Wii&#039;s brick with a "bad" banner? I was getting it confused with the EXACT size issue that bricks, so what warrants a bricking with your banners?]]></description>
<dc:creator>DrLucky</dc:creator>
<category>Homebrew General</category><pubDate>Wed, 17 Dec 2008 18:32:38 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4455#msg-4455</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4455#msg-4455</link><description><![CDATA[ Well, basically, it redirects the API requests that open, read, seek, and close the banner files down the USBGecko. A script on the PC will check if the file exists locally, and send that back, if not, it&#039;ll send a note back telling the Wii to process it normally.<br /><br />I&#039;ve not seen the code for the Wii menu booter, but the whole package works well. Kudos to comex :-)<br /><br />I&#039;m currently working on LZ77 compression, although I really should finish the brlyt and brlan stuff soon.]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Wed, 03 Dec 2008 09:18:39 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4445#msg-4445</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4445#msg-4445</link><description><![CDATA[ @whodares<br /><br />Could you give us more detail about the patch?]]></description>
<dc:creator>WiiCrazy</dc:creator>
<category>Homebrew General</category><pubDate>Tue, 02 Dec 2008 23:38:52 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4409#msg-4409</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4409#msg-4409</link><description><![CDATA[ With thanks to comex last night, I&#039;ve now got a way to test banners on my Wii... The script still needs a bit of fixing (this is an issue with me using Windows, we needed to replace sections of code).<br /><br />I&#039;m hoping, down the line, comex might modify the menu loader dol to find the addresses to patch, rather than hard code. Then I could merge the code into my banner tools, and you could run it all straight out of the box :-)]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Tue, 02 Dec 2008 08:44:32 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4211#msg-4211</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4211#msg-4211</link><description><![CDATA[ Well, those ideas are better anyway :P.]]></description>
<dc:creator>icefire</dc:creator>
<category>Homebrew General</category><pubDate>Wed, 26 Nov 2008 00:52:58 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4184#msg-4184</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4184#msg-4184</link><description><![CDATA[ comex posted a msg saying he&#039;s made an app to load banners from a USBGecko, so I&#039;ll be taking a look at that first, if not I&#039;ll use GeckoOS to "reboot" into the System Menu, with some patches ala Tona&#039;s.<br /><br />@icefire: We&#039;ll see how these other two ideas pan out first, as they won&#039;t require any installation of a new IOS.<br /><br />Cheers guys]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Tue, 25 Nov 2008 09:26:34 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4182#msg-4182</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4182#msg-4182</link><description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>whodares</strong><br />Anyway, the project is not dead. If anybody does want to help, the best thing they can do, is assist me in finding a way to test banners in the real system menu, without the possibility of bricking the Wii.</div></blockquote><br />Dunno if you&#039;re still looking for help on this, but the ORIGINAL way to test this stuff was to use menuloader with a patch to change the location from which the System Menu looks for the banners.<br />I&#039;m going from memory on this, but it normally checks the first content file or somesuch, so you change the string for that load to /title/%08x/%08x/contenx/%s or somesuch, then put your banner files in the new content folder.<br /><br />When it boots, it will load up a "blank" image for all "missing" banners, and load any banners in the new "correct" location just fine.<br /><br />I don&#039;t really have the details on what exactly to patch on this (It&#039;s been a while), but IIRC crediar (#wiidev@efnet) did something like this. You should ask him about it. Or someone else in #wiidev. Testing banners should not be risky with menuloader.]]></description>
<dc:creator>tona</dc:creator>
<category>Homebrew General</category><pubDate>Tue, 25 Nov 2008 09:15:39 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4131#msg-4131</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4131#msg-4131</link><description><![CDATA[ whodares: What about the method I recommended (via PM)?]]></description>
<dc:creator>icefire</dc:creator>
<category>Homebrew General</category><pubDate>Tue, 25 Nov 2008 00:32:15 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4127#msg-4127</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4127#msg-4127</link><description><![CDATA[ How so?]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 24 Nov 2008 22:19:36 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4124#msg-4124</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4124#msg-4124</link><description><![CDATA[ I light of the new Twilight Hack, this project is made Twice as feasable!]]></description>
<dc:creator>strongfan</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 24 Nov 2008 21:21:34 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?21,3226,4114#msg-4114</guid>
<title>Re: Channel creation</title><link>http://forum.wiibrew.org/read.php?21,3226,4114#msg-4114</link><description><![CDATA[ True.<br /><br />Anybody fancy donating a chipped Wii? :-)<br /><br />Just kidding, although I do think I need to find me one to play with]]></description>
<dc:creator>whodares</dc:creator>
<category>Homebrew General</category><pubDate>Mon, 24 Nov 2008 09:16:30 +0100</pubDate></item>
</channel>
</rss>