BootMii Configuration Editor Internationalisation

I’ve been working on the next version of the BootMii Configuration editor over the last couple of days in order to introduce internationalisation into the application.

This is now almost completely working, with the language strings being driven from an XML file that can be modified to add new translations/language into the application.

The langauge file currently looks like the following:

<code>
<?xml version="1.0" encoding="UTF-8"?>
<languages>
  <available>
    <language description="English" code="en"/>
    <language description="Español" code="es"/>
  </available>
<selected code="en"/>
  <language-strings>
    <entry code="mm1" en="Video:" es="Modo de Video:"/>
    <entry code="mm2" en="Autoboot:" es="Inicio Automático:"/>
    ....
  </language-strings>
</languages>
</code>

The selected language can be found in the selected node, though I will be making the language selectable from a settings menu within the editor (when you press the home button)

Currently I have the majority of the application translated into Spanish thanks to Mokona Modoki.

If you want to add a new language, add in the available languages section, and add an attribute with the language code you added into each of the entries, then it should magically appear!, e.g.


<language description="Francais" code="fr"/>
...
<entry code="mm1" en="Video:" es="Modo de Video:" fr="Mode visuel"/>
...

I’ll aim to release this by Saturday 4th July assuming it’s all ready and complete.

BootMii Configuration Editor v1.1

UPDATE – BootMii Configuraiton Editor v2.2 has been released, see here


Download [download#19#nohits]

Changes in this version are:

  • Resolved a bug that caused a code dump if the bootmii directory did not exist.  This is checked on startup and the user is informed if this does not exist
  • Improved look & feel.  I’ve been creating my own ‘windows’ drawing library for console applications and have implemented this into BootMii Configuration Editor v1.1

Screenshot
BootMii Configuratio Editor v1.1

Video of v1.1

Wii Homebrew Browser & BootMii Config Editor

BootMii configuration editor v1.0 is now available to download from the Wii Homebrew Browser (http://www.codemii.com) making it even easier to download/install and configure bootmii.

The download is still available here for those who do not use the homebrew browser.
Download [download#19#nohits]


BootMii Configuration Editor v1.0

UPDATE – BootMii Configuraiton Editor v2.2 has been released, see here





Following extremely good feedback with the initial release
I’ve updated BootMii Configuration Editor to v1.0
Download [download#19#nohits]

There is one modification to this release over the previous version (0.1b)

Autoboot, can be set to OFF/SYSMENU or HBC.
Setting Autoboot to off will disable the delay timer setting in the configuration editor, as this serves no purpose with autoboot disabled.

Setting autoboot to off means that the Wii will sit in the bootmii screen until you select the system menu or homebrew channel option from the bootmii menu using either a gamecube controller, or the power/reset buttons on the front of the console.

The BootMii Configuration Editor allows you to modify the BootMii ini file on the SD card to change the settings, without having to bring the SD card over to the PC and edit it.

You can change the following options:

  • Video – NSTC/PAL50/PAL60/PROGRESSIVE
  • Autoboot – Off / System Menu / Homebrew Channel
  • Boot Delay – Time in Seconds from 0 to 5 for how long the BootMii screen shows before autobooting. (If autoboot is set to off Boot Delay is disabled and cannot be set.)