Balance Board Tools Wii: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew Apps (Utilities) - GameBrew |title_mode=append |image=balanceboardtoolswii.jpg |image_alt=Balance Board Tools }} {{Infobox Wii Homebrews |title=Bal...")
 
No edit summary
Line 15: Line 15:
|license=GPL
|license=GPL
|download=https://dlhb.gamebrew.org/wiihomebrews/balanceboardtoolswii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/balanceboardtoolswii.7z
|website=#LNF
|website=
|source=http://www.mediafire.com/file/llwnyozmd22/baltools-1.0-src.zip
|source=http://www.mediafire.com/file/llwnyozmd22/baltools-1.0-src.zip
}}
}}
https://wiibrew.org/wiki/Balance_Board_Tools
A quick way to weigh yourself and find your center of gravity.
 
== Skins ==
 
Everything in the program can be changed by editing the png files under the folder ''images''.
If you have suggestions for and graphical interface you are welcome to email me at
PNG must be a multiple of 4 (on width and height) and have 24 bit or 32 bit (if alpha).
eli_sherer#mail.co.il (change # with @).
 
===Exercises:===
You can skin the exercises as well by making a transparent (or non transparent) png file (640x460 in size)
and have fun with it (i.e make a circle and try to do a hoola-hoop).


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/Scr_bmain.jpg
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==
<youtube></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
|}
 
== Changelog ==
 
'''v1.0 10/06/09 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 www.wiihabilitation.co.uk]]) (skinable...)
* fixed: issues on the debuging screen, board recognition issues etc.
 
'''v0.9 26/05/09 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 6/05/09 pre-release'''
* Initial work with lbs
 
'''v0.2 4/05/09'''
* 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 3/05/09'''
* First Release
 
== Special thanks to ==
Yaron Burger for the help.
 
== Known Issues ==
'''The program doesn't load the images.'''
 
Solution: make sure all the data is in SD:/apps/balancetools/images/
 
'''The Program crashes when i try to make skins.'''
 
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.
 
==External links==
 
* Oscwii - https://oscwii.org/library/app/balancetools
* wiibrew - https://wiibrew.org/wiki/Balance_Board_Tools

Revision as of 02:42, 29 June 2022

Balance Board Tools
File:Balanceboardtoolswii.jpg
General
Authorelisherer
TypeUtilities
Versionv1.0
LicenseGPL
Last Updated2009/06/13
Links
Download
Source

A quick way to weigh yourself and find your center of gravity.

Skins

Everything in the program can be changed by editing the png files under the folder images. If you have suggestions for and graphical interface you are welcome to email me at PNG must be a multiple of 4 (on width and height) and have 24 bit or 32 bit (if alpha). eli_sherer#mail.co.il (change # with @).

Exercises:

You can skin the exercises as well by making a transparent (or non transparent) png file (640x460 in size) and have fun with it (i.e make a circle and try to do a hoola-hoop).

Screenshots

Scr_bmain.jpgScr_cog.jpgScr_weight.jpgScr_weight2.jpg

Media

Controls

in menu

Wiimote Action
Wiimote A Button Confirms selection
Wiimote Home Button Quits

Weight check

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

Wiimote Action
Wii Balance Board See where your weak point
Wiimote A Button Confirms selection
Wiimote Home Button Quits

Changelog

v1.0 10/06/09 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 [www.wiihabilitation.co.uk]) (skinable...)
  • fixed: issues on the debuging screen, board recognition issues etc.

v0.9 26/05/09 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 6/05/09 pre-release

  • Initial work with lbs

v0.2 4/05/09

  • 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 3/05/09

  • First Release

Special thanks to

Yaron Burger for the help.

Known Issues

The program doesn't load the images.

Solution: make sure all the data is in SD:/apps/balancetools/images/

The Program crashes when i try to make skins.

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.

External links

Advertising: