More actions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
|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. | |||
== Skins == | == 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). | |||
===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]. | |||
===Exercises | |||
You can | |||
and | |||
==Screenshots== | ==Screenshots== | ||
Line 38: | Line 34: | ||
==Media== | ==Media== | ||
'''Balance Board Tools WBBT - ([https://www.youtube.com/watch?v=rLavkRibHD0 CountZeroWad])'''<br> | |||
<youtube>rLavkRibHD0</youtube> | <youtube>rLavkRibHD0</youtube> | ||
== Controls == | == Controls == | ||
=== in menu === | === in menu === | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 95: | Line 91: | ||
| Quits | | Quits | ||
|} | |} | ||
== Known Issues == | |||
'''The program doesn't load the images.'''<br> | |||
Solution: make sure all the data is in SD:/apps/balancetools/images/ | |||
'''The Program crashes when i try to make skins.'''<br> | |||
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 10/06/09 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 | ||
Line 124: | Line 125: | ||
== Special thanks to == | == Special thanks to == | ||
Yaron Burger for the help | * 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 |
Revision as of 04:09, 19 Ocak 2023
Balance Board Tools | |
---|---|
File:Balanceboardtoolswii.jpg | |
General | |
Author | elisherer |
Type | Utilities |
Version | v1.0 |
License | GPL |
Last Updated | 2009/06/13 |
Links | |
Download | |
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.
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).
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].
Screenshots
Media
Balance Board Tools WBBT - (CountZeroWad)
Controls
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 |
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.
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.