|
Kicker
This is my .nds loader for WinDS. For now it only works with gbamp but I might add
support for M3 and SC in da future.
Usage: Rename Kicker.nds to _BOOT_MP.nds and put it into your CF card along with all
the other .nds files you might want to boot. Then stick the CF into your gbamp and
stick your gbamp to your DS. Turn on the power and "Desktop" with one icon called
Kicker will appear. Double tap Kicker and use the droplist to choose what to boot
and then click 'Boot'. Note: Remember to put all .nds files to the CF's root dir.
Folder changing is not yet implemented.
Building it from source requires WinDS devkit 1.1 and devkitPro.
You can also include this into you own "distros" with tools that will soon be
avaiable in GBAWinS website.
Download: Binary version
Download: Source vesion
|
|
WinDS Distro
WinDS distro from devkit 1.0 - Download.
WinDS distro from devkit 1.1 - Download.
Note: Doesn't work with emulators.
|
|
GBA WinS Distro
GBAWinS Distro from the latest devkit -
Download.
|
|
WinDS Background "hack"
I'm sure that many of you are thinking how you could
change the background in WinDS. And since there is no background changer, it's not
that easy. But... If you can compile your own WinDS you can change the background
pretty easily.
1. Make two images with your favorite image manipulation program and save them as backTop.jpg and backBottom.jpg (remember that it is case sensitive).
2. Use Gfx2DS (the one that comes with the devkit) to convert the images to .h files. Place these .h files into your 'source' directory.
3. Rename them to backTop.c and backBottom.c (again, mind the case sensitivity).
4. Compile your WinDS.
And there you go. If everything went as planned, your WinDS build shold now have new backgrounds!
|