Balance Board Tools Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Apps (Utilities) - GameBrew
|title_mode=append
|image=balanceboardtoolswii.jpg
|image_alt=Balance Board Tools
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Balance Board Tools
|title=Balance Board Tools
|image=balanceboardtoolswii.jpg
|image=balanceboardtoolswii2.png
|description=Balance tools for your enjoyment
|description=Balance tools for your enjoyment.
|author=elisherer
|author=elisherer
|lastupdated=2009/06/13
|lastupdated=2009/06/13
Line 15: Line 9:
|license=GPL
|license=GPL
|download=https://dlhb.gamebrew.org/wiihomebrews/balanceboardtoolswii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/balanceboardtoolswii.7z
|website=
|website=https://wiibrew.org/wiki/Balance_Board_Tools
|source=http://www.mediafire.com/file/llwnyozmd22/baltools-1.0-src.zip
|source=http://www.mediafire.com/file/llwnyozmd22/baltools-1.0-src.zip
}}
}}
'''Balance Board Tools''' is a handy application that allows you to quickly weigh yourself and determine your center of gravity using the Wii Balance Board. It is a fun and easy-to-use tool for those who want to track their weight and balance.
Balance Board Tools is a handy application that allows you to quickly weigh yourself and determine your center of gravity using the Wii Balance Board.  
 
It is a fun and easy-to-use tool for those who want to track their weight and balance.
 
==User guide==
=== Skins ===
The program's appearance can be customized by editing the PNG files in the "images" folder.  


== Skins ==
The program's appearance can be customized by editing the PNG files in the "images" folder. If you have any suggestions for the graphical interface, you can email the developer at [email protected].
Note that the PNG files must be a multiple of 4 in width and height and have 24 or 32-bit color (if using an alpha channel).
Note that the PNG files must be a multiple of 4 in width and height and have 24 or 32-bit color (if using an alpha channel).


===Exercises===
===Exercises===
You can customize the appearance of the exercises by creating transparent or non-transparent PNG files (640x460 in size). This allows you to create unique and fun exercises, such as a circle for hoola-hooping. If you have suggestions for the graphical interface, you can email me at [email protected].
You can customize the appearance of the exercises by creating transparent or non-transparent PNG files (640x460 in size).  
 
This allows you to create unique and fun exercises, such as a circle for hoola-hooping.
 
== Controls ==
'''Menu:'''
 
Balance Board - Puts pressure on the scale
 
A - Confirm selection
 
Home - Quit
 
'''Weight check:'''
 
A - Toggle between Kgs/Lbs
 
Minus/Plus - Get the ruler backwards/forwards
 
1 - Toggle between analog and digital display
 
Home - Quits
 
'''Center of Gravity:'''
 
Balance Board - See where your weak point
 
A - Confirms selection
 
Home Button - Quits


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/Scr_bmain.jpg
balanceboardtoolswii3.png
https://dlhb.gamebrew.org/wiihomebrews/Scr_cog.jpg
https://dlhb.gamebrew.org/wiihomebrews/Scr_weight.jpg
https://dlhb.gamebrew.org/wiihomebrews/Scr_weight2.jpg


==Media==
==Media==
'''Balance Board Tools WBBT - ([https://www.youtube.com/watch?v=rLavkRibHD0 CountZeroWad])'''<br>
'''Balance Board Tools WBBT - ([https://www.youtube.com/watch?v=rLavkRibHD0 CountZeroWad])'''<br>
<youtube>rLavkRibHD0</youtube>
<youtube>rLavkRibHD0</youtube>
== Controls ==
=== in menu ===
{| class="wikitable"
|-
! Wiimote
! Action
|-
| Wiimote A Button
| Confirms selection
|-
| Wiimote Home Button
| Quits
|}
=== Weight check ===
{| class="wikitable"
|-
! Wiimote
! Action
|-
| Wiimote A Button
| toggles between Kgs/Lbs
|-
| Wiimote Minus Button
| gets the ruler backwards
|-
| Wiimote Plus Button
| gets the ruler forwards
|-
| Wiimote 1 Button
| Toggles between analog and digital display
|-
| Wii Balance Board
| Puts pressure on the scale
|-
| Wiimote Home Button
| Quits
|}
=== Center of Gravity ===
{| class="wikitable"
|-
! Wiimote
! Action
|-
| Wii Balance Board
| See where your weak point
|-
| Wiimote A Button
| Confirms selection
|-
| Wiimote Home Button
| Quits
|}


== Known Issues ==
== Known Issues ==
'''The program doesn't load the images.'''<br>
The program doesn't load the images - Make sure all the data is in SD:/apps/balancetools/images/.
Solution: make sure all the data is in SD:/apps/balancetools/images/


'''The Program crashes when i try to make skins.'''<br>
The Program crashes when I try to make skins - Make sure the png files are sized in a multiple of 4 (i.e 24x44=GOOD, 25x55=BAD) and a depth of 24BIT or greater.
Solution: make sure the png files are sized in a multiple of 4 (i.e 24x44=GOOD, 25x55=BAD) and a depth of 24BIT or greater.


== Changelog ==
== Changelog ==
'''v1.0 10/06/09 final-release'''
'''v1.0 2009/06/10 final-release'''
* added: HOMEMenu support
* Added: HOMEMenu support.
* added: save file on the SD called baltools.cfg
* Added: save file on the SD called baltools.cfg.
** holds: LBS/KG,Digital/Analog,Analog-Offset,Exercise.
** Holds: LBS/KG,Digital/Analog,Analog-Offset,Exercise.
* added: Exercises on the Center of gravity (as requested by [[http://www.wiihabilitation.co.uk www.wiihabilitation.co.uk]]) (skinable...)
* Added: Exercises on the Center of gravity (as requested by http://www.wiihabilitation.co.uk) (skinable...).
* fixed: issues on the debuging screen, board recognition issues etc.
* Fixed: issues on the debuging screen, board recognition issues etc.


'''v0.9 26/05/09 pre-final-release'''
'''v0.9 2009/05/26 pre-final-release'''
* added: ruler of lbs (now changes with A pressed)
* Added: ruler of lbs (now changes with A pressed).
* added: Digital Display ('1' toggles)
* Added: Digital Display ('1' toggles).
* added: Progress for debug on initialization.
* Added: Progress for debug on initialization.
* fixed: some minor checking
* Fixed: some minor checking.


'''v0.25 6/05/09 pre-release'''
'''v0.25 2009/05/06 pre-release'''
* Initial work with lbs
* Initial work with lbs.


'''v0.2 4/05/09'''
'''v0.2 2009/05/04'''
* Changed the buttons so they are text now and take less space on the SD card.
* Changed the buttons so they are text now and take less space on the SD card.
* Fixed the cursor and the background position
* Fixed the cursor and the background position
* Added an icon of the balance board on the main menu that becomes opaque on identification.
* Added an icon of the balance board on the main menu that becomes opaque on identification.


'''v0.1 3/05/09'''
'''v0.1 2009/05/03'''
* First Release
* First Release.


== Special thanks to ==
==Credits==
* Yaron Burger for the help.
Special thanks to Yaron Burger for the help.


==External links==
==External links==
* Oscwii - https://oscwii.org/library/app/balancetools
* Oscwii - https://oscwii.org/library/app/balancetools
* Wiibrew - https://wiibrew.org/wiki/Balance_Board_Tools
* WiiBrew - https://wiibrew.org/wiki/Balance_Board_Tools

Revision as of 08:35, 14 February 2023

Balance Board Tools
Balanceboardtoolswii2.png
General
Authorelisherer
TypeUtilities
Versionv1.0
LicenseGPL
Last Updated2009/06/13
Links
Download
Website
Source

Balance Board Tools is a handy application that allows you to quickly weigh yourself and determine your center of gravity using the Wii Balance Board.

It is a fun and easy-to-use tool for those who want to track their weight and balance.

User guide

Skins

The program's appearance can be customized by editing the PNG files in the "images" folder.

Note that the PNG files must be a multiple of 4 in width and height and have 24 or 32-bit color (if using an alpha channel).

Exercises

You can customize the appearance of the exercises by creating transparent or non-transparent PNG files (640x460 in size).

This allows you to create unique and fun exercises, such as a circle for hoola-hooping.

Controls

Menu:

Balance Board - Puts pressure on the scale

A - Confirm selection

Home - Quit

Weight check:

A - Toggle between Kgs/Lbs

Minus/Plus - Get the ruler backwards/forwards

1 - Toggle between analog and digital display

Home - Quits

Center of Gravity:

Balance Board - See where your weak point

A - Confirms selection

Home Button - Quits

Screenshots

balanceboardtoolswii3.png

Media

Balance Board Tools WBBT - (CountZeroWad)

Known Issues

The program doesn't load the images - Make sure all the data is in SD:/apps/balancetools/images/.

The Program crashes when I try to make skins - Make sure the png files are sized in a multiple of 4 (i.e 24x44=GOOD, 25x55=BAD) and a depth of 24BIT or greater.

Changelog

v1.0 2009/06/10 final-release

  • Added: HOMEMenu support.
  • Added: save file on the SD called baltools.cfg.
    • Holds: LBS/KG,Digital/Analog,Analog-Offset,Exercise.
  • Added: Exercises on the Center of gravity (as requested by http://www.wiihabilitation.co.uk) (skinable...).
  • Fixed: issues on the debuging screen, board recognition issues etc.

v0.9 2009/05/26 pre-final-release

  • Added: ruler of lbs (now changes with A pressed).
  • Added: Digital Display ('1' toggles).
  • Added: Progress for debug on initialization.
  • Fixed: some minor checking.

v0.25 2009/05/06 pre-release

  • Initial work with lbs.

v0.2 2009/05/04

  • Changed the buttons so they are text now and take less space on the SD card.
  • Fixed the cursor and the background position
  • Added an icon of the balance board on the main menu that becomes opaque on identification.

v0.1 2009/05/03

  • First Release.

Credits

Special thanks to Yaron Burger for the help.

External links

Advertising: