First off, here is what it'll look like on the VMU:
Do you notice the health meter and junk? I need the health and jet meter to go down appropriately and numbers to display how much ammo and how many frags you have.
The thing that makes this so hard is, here is the source:
Code: Select all
static const char death_vmu[] = {
".+++++++++..++++++++++++++++++++++++++++++++++++"
".+++++.++.++.+++++++++++++++++++++++++++++++++++"
".++++++++.+++..+++....................++++++++++"
".+++++.++.++.++.++....................++++++++++"
".+++++.+...+....++....................++++++++++"
".+++++.++.++.+++++....................++++++++++"
".....+.++.+++...++....................++++++++++"
"++++++++++++++++++++++++++++++++++++++++++++++++"
".....++++++++++++++++++++++++...++++++++++++++++"
".+++++++++++++++++++++++++++.+++.+++++++++++++++"
".+++++++++++++++++++++..++++.+++.+++++++++++++++"
"...+.+..+++..++++..++.++++++.+++.+++++++++++++++"
".+++..++.+.++.++.++.++..++++.+++.+++++++++++++++"
".+++.+++++.++.++.++.++++.+++.+++.+++++++++++++++"
".+++.++++++..+.++...++..+++++...++++++++++++++++"
"+++++++++++++++++++.++++++++++++++++++++++++++++"
"+++.+++++++++++++++.++++++++++++++++++++++++++++"
"++.+.++++++++++++..+++++++++++++++++++++++++++++"
"++.+.+++++++++++++++++++++++++++++++++++++++++++"
"+.+++.++.+.+.++.+.+.+++..+++++..+..+++++++++++++"
"+.....++..+.+.+..+.+.+.++.+++.++.++.++++++++++++"
".+++++.+.++.+.+.++.+.+.++.+++.++.++.++++++++++++"
".+++++.+.++.+.+.++.+.++..+++++..+..+++++++++++++"
"++++++++++++++++++++++++++++++++++++++++++++++++"
"++.....+++++++++++++++++++++++++++++++++++++++++"
"++++.+++++++++++++++++++++++++++++++++++++++++++"
"++++.++..+++.+++++....................++++++++++"
"++++.+.++.+...++++....................++++++++++"
"++++.+....++.+++++....................++++++++++"
".+++.+.+++++.+.+++....................++++++++++"
"+...+++...+++.++++....................++++++++++"
"++++++++++++++++++++++++++++++++++++++++++++++++"
};
Do you see where that would be hard? Would I not have to make a whole other image for every freaking combination of stats? Do you have any ideas what to do? So far I've had great success with the VMU and it is so convenient and great that I really want this to be a part of the game.
Any help would be appreciated a HELL OF ALOT.