Play a Mega Man game that gives passwords. Find a new permanent powerup, such as a move in Dr. Light's capsule, a heart container, or an E Tank. Then lose all lives and continue. What happens to the found powerup? Save and restore from the password. What happens to the found powerup?
I'm working on finishing up a game that has password save. My boss wants to implement the following behavior, and I'm trying to figure out whether this is a good or bad idea and why.
The trouble is that a lot of found powerups are located in the last chapter with no ability-giving bosses, roughly like Dr. Wily's castle. So when coming back the next day, the player would have to reacquire all these powerups. My boss says he trusts my judgment, so if I can give a good explanation for whether or not it's wise to distinguish the effect of a "continue" from a "reload from password", he'll probably listen.
I'm working on finishing up a game that has password save. My boss wants to implement the following behavior, and I'm trying to figure out whether this is a good or bad idea and why.
- 5 lives
- 3 continues
- Resuming from password refills continues
- Beating a boss other than the final boss gives a new password with the ability gained from the boss and all newly found powerups
- Continuing refills lives and keeps all found powerups, but the displayed password omits those powerups found since the last boss was defeated
The trouble is that a lot of found powerups are located in the last chapter with no ability-giving bosses, roughly like Dr. Wily's castle. So when coming back the next day, the player would have to reacquire all these powerups. My boss says he trusts my judgment, so if I can give a good explanation for whether or not it's wise to distinguish the effect of a "continue" from a "reload from password", he'll probably listen.