Search results

  1. ZodiaKGalXy

    How may I mark Mii's as made on my Wii console transferred from another via Savegame Manager GX?

    ik i'm late, but I think this could help too: https://gbatemp.net/threads/creating-and-importing-wii-miis-made-from-a-computer.681517/ I was able to turn transferable Miis to normal Miis by using SaveGame Manager GX and AJ's Mii Editor, and the linked forum contains information I found on types...
  2. ZodiaKGalXy

    Hacking Homebrew Creating and importing Wii Miis made from a computer

    Hello all, I'm ZodiaKGalXy. Lately I've been experimenting with getting Wii Miis made from a computer and transferring them to the Wii. I've done the homebrew method of SaveGame Manager GX, and the non-homebrew method of writing Mii Slots on my Wii Remote via bluetooth. In addition to that...
  3. ZodiaKGalXy

    Hacking I made a chart for the Mii (wii edition) Hexadecimal Data

    Oh, my signature? It uses imgur, and maybe it's blocked in your region. I can send a screenshot here, but I don't want to get off topic. Lol.
  4. ZodiaKGalXy

    Hacking I made a chart for the Mii (wii edition) Hexadecimal Data

    The chart looks a little bit scrambled and not the easiest to read, but it does give pretty good information of how a Wii Mii is made. I'm already learning this in an attempt to get Mii Creator Miis imported to the Wii.
  5. ZodiaKGalXy

    How are WiiWare / Virtual Console Operation Guides made?

    Yeah, that's precisely what I'm getting at. "Home menu jpg files showing game controls" or whatever they're called. Would you know from your experience on how they'd be made?
  6. ZodiaKGalXy

    Homebrew Homebrew app Project I ported Mac OS X to the Nintendo Wii

    Cool project. 👍👍 Also, congrats, you're on a Michael MJD video!
  7. ZodiaKGalXy

    How are WiiWare / Virtual Console Operation Guides made?

    Yea, the Wii Shop does iirc. This is a screenshot example of an actual HTML file. I'm referring to what @JuanMena mentioned, "manuals in the channels themselves", which from extraction were just JPG images. I found some of them specifically in a hbm directory in WiiWare WADs.
  8. ZodiaKGalXy

    Homebrew app I'm having trouble with Liinback

    WiiMart offered ReviveTube, which is a service that shutdown. I suggest you forward your concern on RedFire's video of Liinback's full release, which as of replying, came out 11 days ago. You could also ping him here, as he helped developed the application. Alternatively, you can use WiiMC-SS's...
  9. ZodiaKGalXy

    How are WiiWare / Virtual Console Operation Guides made?

    I recognized from research that some manuals redirect the user to HTML pages to navigate from, but what about images that look like the following examples? Example #1: Example #2: Example #3: Example #4: I ask for your opinion as I want to discuss on an application, which specializes in...
  10. ZodiaKGalXy

    Homebrew Tutorial YT2WAD Guide

    Given this program runs off FFmpeg, really you can just use that on its own to do the injection. All you have to do is use FFmpeg on CMD Prompt/Powershell and enter this command. Assuming you've installed or moved the program to your C: Drive, and that you changed your directory to where your...
  11. ZodiaKGalXy

    Is it possible to make a Flash Virtual Console via the Flash Lite Code that the Internet Browser Used?

    Wii Flash injector here. The Internet Channel's Flash was never extracted for Virtual Console. That and a few other Wii channels all had independent Flash applets, which allowed Flash Lite 3.1 support for specific purposes (like the YouTube Channel video streaming). The way it got on "Virtual...
  12. ZodiaKGalXy

    Homebrew Project [RELEASE] FriishProduce - multiplatform WAD injector

    A video tutorial for this program is now out. 🎉
  13. ZodiaKGalXy

    Homebrew Project [RELEASE] FriishProduce - multiplatform WAD injector

    You forgot to add Virtual Console banner information. Just click on the banner box and then you should see banner details. Add the required information and it should be exportable.
  14. ZodiaKGalXy

    Can a Wii Remote measure your heartbeat?

    I use Ring Fit Adventure for my Nintendo Switch, and one of the parts after doing an exercise is to measure the heartbeat by covering your thumb over an IR Motion Camera. This is for the game to determine the intensity of a workout and make a score on it. While the Wii Vitality Sensor was a...
  15. ZodiaKGalXy

    Homebrew Project [RELEASE] FriishProduce - multiplatform WAD injector

    I’m currently in the works of a FriishProduce Video Tutorial, and a (tbd) Wii Download Assistant Editing tutorial. Unless someone implements this to FriishProduce, or if there are other sources available, I’ll try to make that another project.
  16. ZodiaKGalXy

    Homebrew Project [RELEASE] FriishProduce - multiplatform WAD injector

    That’s actually a very good idea ngl. If it was possible, it’ll have to access the WAD while it plays on the Wii and then update anything on like a TXT file (or something like that). I’m not sure if anyone has attempted this though. 🤷‍♂️
  17. ZodiaKGalXy

    Homebrew Project [RELEASE] FriishProduce - multiplatform WAD injector

    Super Smash Flash 1’s reason to not working is still unknown. Based on RedFire’s testing, he has gotten the game to run, although it does suffer graphical glitches. This is if you use Dolphin, but yet it crashes on real Wii Hardware, hence the black screen.
  18. ZodiaKGalXy

    [v3.0.0] How To Make Your Own WiiWare/Wii Game/WADs in scratch [Adobe Flash, Full Guide] [for Beginners]

    Just to clarify, the screen size is the ortho_rect function config.XXX.pcf. Not every SWF will fit properly to the values if it's set to the default, so if you want to change the values to preserve the SWF's ratio but still adjust it for the display field, use this calculator. This should help...