Recent content by Kirbeast

  1. Kirbeast

    Hacking Configurable USB Loader

    Noticed an update in 2024. I'd love to see the video patching be updated to what USB Loader GX has. Specifically video region patching.
  2. Kirbeast

    Accurate Wii Menu USBLoaderGX Theme

    This is fantastic. I remember the first time using USB Loader GX I thought why didn't they just match the Wii menu. Would this theme work with the latest version? https://github.com/wiidev/usbloadergx/releases/tag/v4.0-r1283
  3. Kirbeast

    Hacking USB Loader GX

    I'm really impressed with this update. I love the new GUI! There is a bug with Super Smash Bros. Brawl RSBE01. If video patch is set to ALL the game squishes (horizontally on the right side of the screen) whenever the game is loading between menus. This doesn't happen with Wiiflow Lite video...
  4. Kirbeast

    Hacking WiiFlow Lite

    Installing the old versions with the commands in msys2 worked! No more build errors. Running these commands was so much easier then what I was trying to do. Thank you very much! :bow:
  5. Kirbeast

    Hacking WiiFlow Lite

    I'm having a very difficult time getting the latest commit to compile. I downloaded devkitppc r42-1 and libogc 2.4.0 from leseratte archive. Replaced the two folders devkitppc and libogc with the older versions (I'm running windows 11 and used the graphic devkitpro installer). Run make command...
  6. Kirbeast

    Hacking Dark Wii USB Loader GX Themes

    Thanks, I always wanted a dark theme that had the elegance of the default Wii theme. I'm not quite sure what you are referring to 1720495440 I'm not quite sure what you are referring to. I never posted a video
  7. Kirbeast

    Super Mario 64 DS VC patcher for improved controls (full analogue movement and camera rotation with right analogue stick)

    Thank you very much for this guide! it was really helpful. I noticed that some the instructions for editing the configuration_cafe.json are a bit unclear. There are 10 different layouts you can edit. After a bit of digging with VCNDSLayout Editor I found that VCM_LAYOUT_9_EXPLANATION is the...
  8. Kirbeast

    Hacking Dark Wii USB Loader GX Themes

    .....:::: Download ::::..... ....:::: Download ::::.... ...:::: Download ::::... ..:::: Download ::::.. .:::: Download ::::. :::: Download :::: ::: Download ::: :: Download :: : Download : Things you need to know before installing: You will need a Wii that can run homebrew You will...
  9. Kirbeast

    Hacking A channel-less, sd-less entry point: str2hax

    @urmum_69 and @Larsenv are really good, they do great work. They where willing to answer my homebrew development questions. If either of you see this, thank you. Your knowledge really helped me out. :yay:
  10. Kirbeast

    Hacking Best Way to Mod Any Wii or WiiU: ModMii for Windows: Official Support Thread

    I don't know if you work on ModMii anymore but if you do can you update the Priiloader that ModMii uses to the latest version? Found here https://github.com/DacoTaco/priiloader/releases/tag/0.9
  11. Kirbeast

    Hacking Configurable USB Loader

    I'm not for certain. USB Loader GX probably just doesn't have the code for booting games from the SD card. I heard that Wii Flow Lite can boot games from SD card. So if your wanting to boot games from SD, you can use Wii Flow Lite instead.
  12. Kirbeast

    Hacking Configurable USB Loader

    Latest CFG USB Loader Mod patched 70r78.11 download mirror unofficial source code verify latest version You can compile 70r78.11 source code with devkitpro using devkitPPC_r27and libogc-1.8.12 I recommend using the latest USB Loader GX and WiiFlow Lite as they are still actively being worked...
  13. Kirbeast

    Hacking Is there any way to format a SD card on the PHYSICAL Wii console?

    I'm developing a Homebrew application for installing brawl mods like Project+ onto the Wii without the assistance from a computer. The app is loaded with the str2hax exploit. Part of the process of getting the game is formating the SD card too FAT32 32-kilobyte cluster. Is there ANY WAY to...
  14. Kirbeast

    Hacking USB Loader GX

    How difficult would it be to code something similar to the startup process to autoboot a game just like CFG USB Loader? I can see in the source code where it calls for arguments from the meta.xml during the startup. I know that CFG Loader gets the autoboot game id from the meta.xml. I'm sure the...