Patch:Bio Menace/"How to Pay for BioMenace" section

From ModdingWiki
Jump to navigation Jump to search

In the shareware release of Bio Menace 1 (v1.1), there's a "How to Pay for BioMenace" section forced on the player (after completing each level, beginning with the 5th). The player has to wait some time (~30 seconds or more) before continuing to play.

Disabling the section

Bio Menace 1, shareware release (v1.1)

#Skip "How to Pay for BioMenace" section
%patch $5B35 $90 $90 $90 $90 $90

Changing counter rate

The "How to Pay for BioMenace" section has a counter. By default, it counts ~30 seconds upon completing the 5th level.

The following patches are used to determine how long does such a "second" take.

Bio Menace 1, shareware release (v1.1)

#Time units per virtual second (as displayed on screen) while no key is pressed
%patch $4CF5 $46
#Same but while some key is hold
%patch $4D1A $46