Difference between revisions of "Talk:Code Downloader"
Line 60: | Line 60: | ||
This app needs to be updated to work with the new database. It was modified to offer more organization and to include VC/Wiiware codes.--[[User:Funkamatic|<font face="Copperplate Gothic Light"><font color="black">FUNK</font><font color="red">AMATIC</font></font>]][[User talk:Funkamatic|<font face="Impact"><font color="grey"> ~talk</font></font>]] 11:59, 5 June 2009 (UTC) | This app needs to be updated to work with the new database. It was modified to offer more organization and to include VC/Wiiware codes.--[[User:Funkamatic|<font face="Copperplate Gothic Light"><font color="black">FUNK</font><font color="red">AMATIC</font></font>]][[User talk:Funkamatic|<font face="Impact"><font color="grey"> ~talk</font></font>]] 11:59, 5 June 2009 (UTC) | ||
− | Sorry it took so long but Ive updated the url's to correctly match the new wiird database. Currently code downloader still only supports the full lists of wii games for the three regions. Hopefully in the future I will add VC and wiiware. | + | Sorry it took so long but Ive updated the url's to correctly match the new wiird database. Everyone should update to version 1.3. Currently code downloader still only supports the full lists of wii games for the three regions. Hopefully in the future I will add VC and wiiware.--[[User:Linus|Linus]] 23:04, 10 June 2009 (UTC) |
Revision as of 01:04, 11 June 2009
Suggestions
Awesome, glad to see that your working hard on this project. Its a really awesome app and has a lot of potential. I'll get to work on the wiki page. I also have a few suggestions that might make the code downloader easier to use: 1. Initial list after selecting region, shows a A-Z list that when accessed only show games that start with that letter. This will make finding games easier to do and there will be less long scrolling to go through. 2. Is there anyway to make the code downloader not exit to the Homebrew channel after downloading and just have it go back to the list? Anyways thanks for the quick response.--Kahlua18 18:06, 20 February 2009 (UTC)
Great work on the wiki page. I hope to implement the alphabetical listing but I have to set up a diffrent file parser to work with those pages. I used the all selection from the php script to build this version. The reason you can only download one file at a time is to limit use on the wiird database server. Inconvience saves bandwidth.--Linus 23:51, 20 February 2009 (UTC)
Very well done, but I should call it Cheat Downloader. Duhow
Code dump w/ Zelda PAL cheat file
Hello !
I'm trying to download the TXT cheat file for Zelda Twilight (PAL) but it ends with a code dump and nothing in the directory. I tried other cheat files but no problem, only Zelda ends with a code dump :(.
Any idea ? Thanks anyway, good HB :) OuahOuah 14:18, 21 February 2009 (UTC)
You need to upgrade to 1.1. This fatal error is cause by colins in the file name and was fixed with the newest version. It will hopefully be added to the HBB soon or you can download if from the wiki page.--Linus 18:49, 21 February 2009 (UTC)
HBB
Thanks to teknecal for updating early.--Linus 04:03, 23 February 2009 (UTC)
won't work from HBC
Why when I try this in the Homebrew Channel it says "this is not a valid Wii application"? I changed it from elf to dol using the ELF to DOL Converter. Is anyone else having this problem? --FUNKAMATIC (talk) 01:47, 1 March 2009 (UTC)
- With this application you don't need to change it to .dol, the .elf is valid. --Teknecal 02:03, 1 March 2009 (UTC)
Source Code
Hello I am a representative of Softmii.org which is a Wii software baised modding community that offers region free and backup support for the disk channel... along with custom Wii startup graphics and custom Wii System Menus. There is already a stable... well working build to install these custom system menus but I was curious if I could use your (linus) Code Downloader Source Code to modify it to download Custom Menus off the Softmii servers for a better user experience
Thank you in Advance, Brothernex
Im not releasing the source to prevent people from changing it to abuse the usbgecko server, but I can point you in the right direction. Anyway code downloader just gets null terminated ascii text so you couldnt use it to download updates. This is a link to the network code I used. http://code.google.com/p/wiihttp/source/browse/trunk/source/main.c
Now if you want a more appropriate starting point you can check out the netsend example from teknecal here. Image:Sample netsend.zip
Or better still look at the source to wiiearth. http://code.google.com/p/wiiearth/source/browse/trunk/MyWiiEarth/source/http.c
and if thats not enough here is the source for fceu gx. http://code.google.com/p/fceugc/source/browse/trunk/source/ngc/http.cpp --Linus 18:40, 7 March 2009 (UTC)
Proxy Bug
When using a transparent proxy on your network (in my case squid) you may get part of the HTTP headers in your downloaded file. This prevents the cheat codes from saving properly with WiiCM, because it makes the filename the first line of the code. When the headers are included, the first lines are:
X-Cache: MISS from myserver.MYDOMAIN X-Cache-Lookup: MISS from myserver.MYDOMAIN:3128
Let me know if you need more information. I also wouldn't mind fixing this - see your user talk page. --Slimjim8094 20:00, 10 March 2009 (UTC)
Can't get it to work
It goes to get the IP for 15 seconds then returns to the HBC. HBC version: 1.01, Code Downloader version: 1.2, internet connection: fast enough, code site works, router : linksys RangePlus Wireless Router, tested to work.--retrotails 04:33, 17 March 2009 (UTC)
If code downloader exits before displaying the region selection that means it was unable to get you ip address. Try and wait until the Homebrew Channel has established a network connection(the little globe in the bottom right corner stops flashing and stays white not grey). Also just try and restart the app a few time.--Linus 15:31, 17 March 2009 (UTC)
Keep application loaded when finished downloading for mass downloading
It works pretty well for me. But every time I download one code it goes back to HBC. Could you keep the app on when finished download so that I can download a lot of cheats with a few amount of button pressing? --Mjbauer95 15:56, 29 March 2009 (UTC)
No longer works
This app needs to be updated to work with the new database. It was modified to offer more organization and to include VC/Wiiware codes.--FUNKAMATIC ~talk 11:59, 5 June 2009 (UTC)
Sorry it took so long but Ive updated the url's to correctly match the new wiird database. Everyone should update to version 1.3. Currently code downloader still only supports the full lists of wii games for the three regions. Hopefully in the future I will add VC and wiiware.--Linus 23:04, 10 June 2009 (UTC)