
|
|
|
Coverflow7 USB Loader, by Don Killah and Cdreams
|
|
|
Apr 15 2009, 02:10 AM
Post
#1
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 580 Joined: 3-November 08 Member No.: 141,133 |
OK I will be updating in the thread as normal but I will keep the first post updated with the newest images and information on how to use them.
Don Killah is including notes in the actual loader package itself so make sure you check those when installing to your SD card: Example Background - Dark ![]() DOWNLOADS Coverflow7-Rev9 Alpha6 by DK http://rapidshare.com/files/231467334/CF7_rev9a6-051009.rar Coverflow7-Channel WAD Cdreams & Oops http://superuploader.net/12ba01544573-Cove...t-CF7L-wad.html CHANGELOG Rev 9 Alpha 6 - 10/05/09:
WARNING: SPOILER INSIDE
(show)
OTHER INFO
WARNING: SPOILER INSIDE
(show)
VIDEOS New video of CF7-Rev9 Alpha6 coming soon This post has been edited by cdreams: May 11 2009, 10:44 AM
Reason for edit: Changed title - Toni Plutonij
|
![]() ![]() ![]()
|
| Sponsored Links |
Post
#
|
|
|
ShopTemp.comFileTrip & GBAtemp's Partner Shop now open! Amazing deals, free shipping, loads of cool gadgets and flashcarts! - Acekard 2i: under $15 - R4 DS Revolution: $6 only - Supercard DSTWO: under $35 - Tons of gadgets and cheap gifts under $5 And much more! Check it out now! |
|
Apr 15 2009, 02:27 AM
Post
#2
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 580 Joined: 3-November 08 Member No.: 141,133 |
Nobody interested at all
I updated the original so you can see what it will look like when it's loaded on the Wii and the game images are in place. Looks pretty nice and a nice solution while we wait for the 3D version to be made that's on the other thread. Everyone must be asleep lol. This post has been edited by cdreams: Apr 15 2009, 02:55 AM |
![]() ![]() ![]()
|
Apr 15 2009, 11:32 AM
Post
#3
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 580 Joined: 3-November 08 Member No.: 141,133 |
Sorry to bump the thread, but obviously most people probably missed this last night while asleep. Is there a coder who can help me out here please.
Much appreciated |
![]() ![]() ![]()
|
Apr 15 2009, 11:40 AM
Post
#4
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 246 Joined: 27-July 06 Member No.: 45,690 |
Dude, posting three times in your own thread
Anyway, I was helping you already, but I'm at work right now, so you'll have to wait if you still want my help... tonight I'll have access to my Wii, so I'll be able to test/debug myself... |
![]() ![]() ![]()
|
Apr 15 2009, 11:41 AM
Post
#5
|
|
|
GBAtemp Guru Group: Members Posts: 6,224 Joined: 17-October 08 Member No.: 139,019 |
Why don't you write all your code into a .c and .h file pair with a main function.
And from inside the usb loader you call the function and provide the game list to the function. And then your function displays the selection menu, loads the covers etc. and if you press A to start, then the function returns the discid of the selected game back to the usb loader. This would be very nice and everybody could use your nice menu in his prefered loader mod with all functions he wants. |
![]() ![]() ![]()
|
Apr 15 2009, 11:52 AM
Post
#6
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 580 Joined: 3-November 08 Member No.: 141,133 |
@ WiiPower
That was like you were talking in a foreign language to me lol. I don't have a clue how to do what your saying there, unless it was meant for gitkua. @gitkua Yes still hoping you can help out and work on this. Would you be able to start from a basic loader though. As I say, I'm just looking for some personal help with a loader that I want to use myself. So if the basics are there, and running, then hopefully everything else can be added as people please. For me though I'm not that bothered about all the bells and whistles just now. |
![]() ![]() ![]()
|
Apr 15 2009, 11:58 AM
Post
#7
|
|
|
Advanced Member ![]() ![]() Group: Newcomers Posts: 58 Joined: 4-October 08 Member No.: 137,589 |
You're graphics look awesome.
Personally I'd wait a bit until the existing loaders we have get their bugs worked out, then see about modifying one of them to look like that. The code for them is changing too quickly right now and if you made any changes you'd spend hours trying to integrate the updates they are making. |
![]() ![]() ![]()
|
Apr 15 2009, 12:03 PM
Post
#8
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 246 Joined: 27-July 06 Member No.: 45,690 |
@gitkua Yes still hoping you can help out and work on this. Would you be able to start from a basic loader though. As I say, I'm just looking for some personal help with a loader that I want to use myself. So if the basics are there, and running, then hopefully everything else can be added as people please. For me though I'm not that bothered about all the bells and whistles just now. No problem, I'll whip something up for you tonight, the latest AppleBelly source didn't work for you, so let's try the release before the latest one. PM me the coordinates for your latest background (and don't change them after you pm'ed them Posts merged Why don't you write all your code into a .c and .h file pair with a main function. And from inside the usb loader you call the function and provide the game list to the function. And then your function displays the selection menu, loads the covers etc. and if you press A to start, then the function returns the discid of the selected game back to the usb loader. This would be very nice and everybody could use your nice menu in his prefered loader mod with all functions he wants. don't really see the point, in the latest source's from AppleBelly the GUI is already split from the other functions, so there's no real need to do this... |
![]() ![]() ![]()
|
Apr 15 2009, 12:05 PM
Post
#9
|
|
|
This is an outraaaage! ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 665 Joined: 28-September 08 Member No.: 136,693 |
Why don't you write all your code into a .c and .h file pair with a main function. And from inside the usb loader you call the function and provide the game list to the function. And then your function displays the selection menu, loads the covers etc. and if you press A to start, then the function returns the discid of the selected game back to the usb loader. This would be very nice and everybody could use your nice menu in his prefered loader mod with all functions he wants. I don't think he has any code at this point - just concept art (correct me if i'm wrong). |
![]() ![]() ![]()
|
Apr 15 2009, 12:07 PM
Post
#10
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 246 Joined: 27-July 06 Member No.: 45,690 |
No it's just a background for the custom loader AppleBelly made... But he needs the images positioned to fit his background
|
![]() ![]() ![]()
|
Apr 15 2009, 12:27 PM
Post
#11
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 580 Joined: 3-November 08 Member No.: 141,133 |
Yeah right now I can use AppleBelly's loader and it will load the background fine. However his coordinates were based off a picture I made that was off centre. This has been fixed but the code hasn't and I can't get it fixed to match and line up.
Regarding new code. I'm actually not bothered what loader is used, whether it has all the features or none at all besides loading the games from the usb and as long as it can load the game covers to the proper places. What I'm ideally hoping for is the following: 1) A USB loader that loads the small box images and the large one into the correct positions. Then when I puss left or right it changes the images accordingly . Pressing A selects that game and loads it. 2) When button 2 is pressed it is able to load a second png (settings.png) which will be an image that has all the intructions for what button does what, for when features do get added. 3) features are added to the loader and using the settings page, you can turn them on or off and it will save those settings to wherever, sd or usb, whatever is easiest to work. options that would hopefully be in the final version would be stuff like Auto-download of covers, cheat codes (Ocarina) ect. As of now though, this is more a personal goal to get the loader working for myself and then I'm hoping people will want to use it enough and add features to it. This will probably be replaced when that 3D Coverflow one gets made, because that is basically what this is meant to be in 2D form. A nice little functioning stopgap. Hence why the features and complicated code are not really needed right now, just the bare minimum to get it working. Gitkua Her is the coordinates places on the image so you know what is what or for anyone else: ![]() This post has been edited by cdreams: Apr 15 2009, 12:42 PM |
![]() ![]() ![]()
|
Apr 15 2009, 12:56 PM
Post
#12
|
|
|
GBAtemp Maniac Group: Members Posts: 1,117 Joined: 21-November 02 Member No.: 8,069 |
// -------------------------------------------------------------------------------------------------------------------------------------------------
// Edit by Don Killah : //ALWAYS CHECK THIS POST FOR THE LAST RELEASE AS CDREAMS MIGHT NOT ALWAYS UPDATE THE 1ST POST BUT I'LL DO // ------------------------------------------------------------------------------------------------------------------------------------------------- // Link to the latest released version - USB Loader v0.9 alpha6 by DK : // http://rapidshare.com/files/231467334/CF7_rev9a6-051009.rar // // Previous versions: // USB Loader v0.9 alpha 5 by DK : http://rapidshare.com/files/229934251/CF7_rev9a5-050609.zip // USB Loader v0.9 alpha 4 by DK : http://rapidshare.com/files/229226922/CF7_rev9a4-050509.zip // USB Loader v0.9 alpha 3+ by DK :http://rapidshare.com/files/223040922/usbl...-dk_v0.9a3_.zip // ------------------------------------------------------------------------------------------------------------------------------------------------- Rev9alpha 3 video - thanks to wiinublet and "bwing2k2": Changelog for rev9alpha6: QUOTE - Switched the main app folder to Coverflow7 instead of usbloaderDK, just rename your previous folder. - Switched the main images folder to usb-loaderCF7 instead of usb-loaderAB, just rename your previous folder. - Improved the code (had to rewrite it) so that now it’s fully compatible with forwarder’s. - Provided our own and official forwarder.dol (nunchuck bug fixed) to inject in your own wad. - Fixed a minor bug that prevented to load the main background if the config path was changed. - Fixed a minor bug in main console transparency. - Restored the old way to scroll a page due to user request : up = previous page and down = next page. - Added the ability to hold the buttons down to scroll faster (it got me bored to keep on pressing them all the time...) - Added the ability to download all missing covers. Press button 2 in the settings screen (if auto download is OFF, it will force downloading). - Improved the cover download routine to allow the missing ones to be download. - Removed the ability to delete a game while pressing minus in the settings screen. Additional notes: QUOTE On the Main screen: Use up/down to scroll one PAGE at a time, Use left/right to scroll one COVER at a time, Press A to run a game, Press B to display the settings, Press Home to either reboot to SystemMenu/HBC. On the Settings screen: Use up/down to navigate through settings, Use left/right to switch settings, Press A to run the selected game, Press B to return to main screen, Press 1 to save current game specific options (ocarina cheats/video/language), Press + to install a game from dvd (only if safe_mode is set to OFF), Press - to remove the selected game (only if safe_mode is set to OFF). Full changelog:
WARNING: SPOILER INSIDE
(show)
like i already said i'm planning the followings: QUOTE - widescreen support (with auto detection from the wii's settings-done, check above).
- restore the advanced/safe method to allow/prevent actions like installing/removing/fomatting (done, check above). - switch between the black/white theme within the setting screen. - add background music. - true type font to have a nice font that shows the game's name (i won't drop the conole in the settings for now as i don't see the point). - an option for your prefered games to show first in the config.txt (done, through the settings.txt) and add games through the settings screen (to be done). - the ability to run your games off usb/sd/dvd like sorg's new loader, i found that idea so great that i wanted to implement it: an all in one loader booting straight from a channel/forwarder or from the preloader! This post has been edited by Don Killah: May 10 2009, 08:54 PM |
![]() ![]() ![]()
|
Apr 15 2009, 01:04 PM
Post
#13
|
|
|
GBAtemp Maniac Group: Members Posts: 1,117 Joined: 21-November 02 Member No.: 8,069 |
You're graphics look awesome. Personally I'd wait a bit until the existing loaders we have get their bugs worked out, then see about modifying one of them to look like that. The code for them is changing too quickly right now and if you made any changes you'd spend hours trying to integrate the updates they are making. Yep you're right mate, i just move the gfx, that's why i wanted to help him out, but i don't really have the time for it. i'm doing this on my spare time... so i'm really thinking in dropping the project once i've got this rev9 working stable or take the source for Whiss ULv6.7 and integrate it to work with cdreams' design. It might take less time and also easier to implement all upcoming fixe/additions. |
![]() ![]() ![]()
|
Apr 15 2009, 01:04 PM
Post
#14
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 580 Joined: 3-November 08 Member No.: 141,133 |
@ Don Killah
Seriously you ARE the man This sounds like your on step three of my little list lol, that was quick. Extremely grateful Don for your hard work and everyone else who has helped on this, and that includes AppleBelly, even though we never saw eye to eye. But my hat goes off to you Don. I asked for something to please my personal preferences and you have pulled through. I think there are people out there that will enjoy this too. Not all of us have 100+ games and it's a very nice looking loader for us with smaller lists. With the config/settings page it will allow people to have all the options if they so desire, but it's not in the way of the main loader and it's aesthetics. I'm going to fix up the config.png to match the restyles light background above, so it should be a lot cleaner. Will need to be later though as I have to go do some acting today so will be away on set for a couple of hours. But when I get back I will start on it. Don, Regarding the place where you select the options in the config page, do you need the coordinates for the box where it's to load to? |
![]() ![]() ![]()
|
Apr 15 2009, 01:06 PM
Post
#15
|
|
|
GBAtemp Maniac Group: Members Posts: 1,117 Joined: 21-November 02 Member No.: 8,069 |
no, the only thing you hould need to improve is the "box" for the console in the settings.png.
make it bigger and almost in front of the gfx on the left... hold one ima make a small pic... |
![]() ![]() ![]()
|
| Sponsored Links |
Post
#
|
|
|
ShopTemp.comFileTrip & GBAtemp's Partner Shop now open! Amazing deals, free shipping, loads of cool gadgets and flashcarts! - Acekard 2i: under $15 - R4 DS Revolution: $6 only - Supercard DSTWO: under $35 - Tons of gadgets and cheap gifts under $5 And much more! Check it out now! |
|
« Next Oldest
· Wii - Backup Loaders
· Next Newest »
|
|
|
|
|
|
|
![]() |
|
|
|
|