No, you don't need apps for installation. And yes, you can delete those files. Good luck :)by Arikado - Getting Started
Spogs is supposedly pretty fun. I like Defend Your Castle.by Arikado - Offtopic
I always liked the name Revolution better than Wii. On a different note I read something the other day that Nintendo is looking into holographic storage for their next console. It will probably be called Reality.by Arikado - Offtopic
The mii extractor allows you to put miis onto your SanDisk. From there you can put your SanDisk into your computer and access the mii data.by Arikado - Offtopic
Make sure transfer the hacked save for your region from the SanDisk to the Wii's memory.by Arikado - Getting Started
Perhaps you should try downloading a different version of Snes9x. You do have ROM's for it, right?by Arikado - Homebrew General
@SantaCode You were dead on. Your idea fixed the crash. Now I just have something else to work out quick (specifically setting _pixels = 0 doesn't make it transparent so I'm working with GX). @henke37 I like your class alot but really just wanted the challenge of writing it on my own.by Arikado - Coding
If you do not have the homebrew channel working, start over using the link I posted in this topics second post. Read through the tutorial, and download the .zip at the end.by Arikado - Getting Started
Interesting idea. Thanksby Arikado - Coding
Whoops. I posted in the wrong topic. My bad! If you just want to install the homebrew channel, the link I posted before should help you. EDIT: Make sure the twilight hack save data is in your Wii's memory and not your SanDisk. In other words, make sure you transfer the hack from your SanDisk to your Wii's memory.by Arikado - Getting Started
Whoops. Wrong topic.by Arikado - Getting Started
@WiiPhlex You are actually right on with whats going on. Fortunately, there is a function in the Image class that allows you to unlock the image for drawing purposes and access the pixel data. _Initialzed() is it I believe. Since this is private, I call it before going through every pixel for checks and changes in MakeTransparent(). Please refer to my latest "code post". Unfortunately, _Iniby Arikado - Coding
Does it have an .elf file? If so, rename it to boot .elfby Arikado - Homebrew General
Yes, each member contains the RGBA data for each represented pixel. Chaosteil's example: _pixels[0] contains R data of the first pixel _pixels[0+1] contains G data of the first pixel _pixels[0+2] contains B data of the first pixel _pixels[0+3] contains A data of the first pixelby Arikado - Coding
Having said all this, $8 is way to much for Super Mario World (which came free with my SNES) so go ahead and use Snes9x to pirate it. I feel as though most virtual console games are actually way overpriced. I'll save my money for wiiware thank you.by Arikado - Homebrew General
Nope I can retrieve data from the array, I just can't change it. Chaosteil also has no idea what I'm doing wrong.by Arikado - Coding
Actually, its an array with one member for each pixel.by Arikado - Coding
This is the first of 3 episodes. They are all cheap.by Arikado - Offtopic
I have no idea, that's just what hackmii reported today along with their announcement of their new technology.by Arikado - Homebrew Applications
Um.. This either isn't going to happen for awhile or not at all. The company sueing Nintendo hasn't reached a decision with them yet. Also, the Gamecube controller isn't being pulled off shelves. Just the wireless version of the Gamecube controller, the Wavebird.by Arikado - Homebrew General
Actually, the binaries were only able to tell me what the bad line was. I switched the line to this and got the ame results: _pixels[0+3] = 0; So since raw numbers don't work, I'm out of ideas. EDIT: One last idea, maybe it's just my Wii this doesn't work on. Would anyone else like to try my program? If so, post or PM me your e-mail address.by Arikado - Coding
We are getting a new release of Wii 64 today that will let us access ROM's from a DVR+R disc.by Arikado - Homebrew Applications
Out a one folder in your apps folder for each app. Then place the correct .elf or .dol in that folder. Make sure that file is named either boot.elf or boot.dol. NOTE: You can NOT have one of each in the same folder.by Arikado - Homebrew General
Actually I believe this would only benefit people who wanted to play pirated games. I don't support piracy. Don't take this as a fanboy statement but the only reason the psp's software sales are so low is due to piracy. I feel that the psp (and pc especially) miss out on a lot of great games because of piracy. So please don't pirate games.by Arikado - Homebrew General
With '09 just around I decided I would break out '08 for a few quick games. However I noticed some graphical glitches I don't remember seeing before. Well, these are minor in scope, they are major in annoyance, here they are: The logo for your team is always missing half of itself and is off center. When the game shows something like the "Sprint mobile spotlight player", theby Arikado - Homebrew General