Search results

  1. P

    Homebrew TetWiis v1.1

    Tetwiis has been updated to v1.1 and is available to download from: TetWiis v1.1 Game Development Blog Wiibrew Page Change Log - v1.1: Implemented clockwise/anticlockwise rotation of the blocks. Button (1) on the wiimote and (b) on the classic controller now rotate anticlockwise. Adjusted the...
  2. P

    Hacking SNEEK And Bootmii Config App

    Just to add. BCE2.6 now works from USB, and I've created a forwarder channel for BootMii Config Editor to make things easier with Sneek. You can download the channel here You'll need to use a WAD installer to install the channel. Pembo
  3. P

    Homebrew BootMii Configuration Editor v2.6 Released

    You're very welcome.
  4. P

    Homebrew BootMii Configuration Editor v2.6 Released

    as requested... I’ve now created a forwarder and Channel for BootMii Configuration Editor. The forwarder is based on the excellent code in WiiMC by Tantric, and the channel was created using CustomizeMii. As per WiiMC, the channel/forwarder will attempt to use IOS58 if this is present for...
  5. P

    Homebrew BootMii Configuration Editor v2.6 Released

    Good idea - I'll need to think about this a little, but makes sense to add a NAND backup manager of sorts...
  6. P

    Homebrew BootMii Configuration Editor v2.6 Released

    I can Happily do that - made a forwarder channel for tetwiis - no reason why I can't do one for this!
  7. P

    Homebrew BootMii Configuration Editor v2.6 Released

    You're welcome. There's probably not much more to add to this unless bootmii changes now! The only other thing that could be done is a graphical interface, but this would probably be overkill for what the app does/needs!
  8. P

    Homebrew BootMii Configuration Editor v2.6 Released

    BootMii Configuration Editor v2.6 has been released. This update is available from the link below, or using the auto update functionality present within BootMii Configuration Editor v2.4 onwards. To update from a previous version simply start the editor from the homebrew channel and the new...
  9. P

    Homebrew BootMii Configuration Editor v2.5 released.

    v2.6 released - I'll create a new release thread shortly. Contains USB support + switch/Reboot as promised. Release thread here for comments.
  10. P

    Homebrew BootMii Configuration Editor v2.5 released.

    Both good ideas. I've been planning on implementing USB support after just doing it for Tetwiis so this won't take me long to do as I can copy the code in! It's not that it doesn't look for the settings files from where it's launched, just that it doesn't mount the USB for use... The cold...
  11. P

    Homebrew Wii motes will not synch now after doing hackmii installer.

    you can't use a wiimote in bootmii. use the power/reset buttons on the console, or plug in a GC pad.
  12. P

    Homebrew Tetwiis v1.0

    I’ve now created a TetWiis forwarder dol and channel WAD, created using the excellent CustomizeMii and the forwarder code from WiiMC (thanks!) As per WiiMC, The forwarder will attempt to use IOS58 if it’s present. The forwarder looks both on the SD and any connected USB drive for...
  13. P

    Homebrew Tetwiis v1.0

    Thanks It doesn't do t-spin yet, but this is next on the list of things to do! It scores based on level and single/double/triple/tetris/back to back tetris. I'm also going to compile a forwarder channel. I guess this could be embedded into an ISO for wiiflow.
  14. P

    Homebrew Tetwiis v1.0

    Tetwiis v1.0 is now available to download from: Direct Download Development Blog Wiibrew Page Change Log - v1.0:Enlarged Game field - game over is much closer to the top now.High Score TableWarning sound when you near the top of the game fieldImplemented key repeat so you can hold down the...
  15. P

    Hacking Mounting USB?

    Do I need to do anything special in the C code to work with a usb drive from a homebew app? To access the SD, I normally just do: fatInitDefault() and then I can access through fopen sd:/apps/xxx/xxx If I try to access the usb through fopen as usb:/apps/xxx/xxx following the fatInitDefault...
  16. P

    Hacking HBC 1.0.8 Update

    I'm going to take a look at making this run from USB, if it doesn't work in v2.5, then it shouldn't take much doing! Still - given that bootmii needs an SD card, it would seem sensible to have this on the SD card where you might want to edit the ini? unless I'm missing something?
  17. P

    Homebrew BootMii Configuration Editor v2.5 released.

    I guess you can only install BootMii as an IOS? If so, this means you won't be able to do this. If you want to boot automatically into the homebrew channel and you can't install BootMii in Boot2, then it will be worth considering priiloader.
  18. P

    Homebrew BootMii Configuration Editor v2.5 released.

    if you're in switch mode, it's because you have both a /bootmii and a /~bootmii directory in the root of your SD card, so it'll switch between the two should you choose to. So for example, you could have actual bootmii in /bootmii and MIKE-P5 in /~bootmii and if you want to use MIKE, just...
  19. P

    Homebrew BootMii Configuration Editor v2.5 released.

    You're welcome - I hadn't updated this for ages and with the '0 boot delay' setting seemingly causing issues with the new bootmii beta - I thought I'd finally implement the BootMii Switch functionality into the editor. First rollout of a release since the auto update functionality was added -...
  20. P

    Homebrew BootMii Configuration Editor v2.5 released.

    BootMii Configuration Editor v2.5 has been released. This update is available from the link below, or using the auto update functionality present within BootMii Configuration Editor v2.4. To update from v2.4 to v2.5 simply start the editor from the homebrew channel and the new version will be...