
The final update to this inflation game for the time being. Buuuuut I'm already working on the next game~
Inflate Mizuki and 8 more characters to the bubbly rhythms of their hearts!
Download the game here!
For a full list of versions, click here.
Change log:
Animations (especially Mrs Bun and Holo) have been smoothed out.
Libra the Kangaroo Toy and the song "Limsa Lominsa" have been added.
Cloud the Sheep and the song "Fight On!" have been added.
Mizuki the Balloon Kitsune and the song "ANiMA" have been added.
The game now has a unique loading splash screen when first opened.
There are little beeps and boops when pushing buttons
Rooms now fade in and out rather than jumping immediately.
You get a preview of the song and character in level select.
(Summer and Renamon are in the corner because they don't have complete tail sprites... whoops)
Songs are arranged by difficulty from easiest to hardest.
Songs must be unlocked by accumulating enough points through play, with a special reward at two million!
Points are saved and can be deleted from the Select Screen.
Bubbles now float up around the character more and more as your percentage increases.
Calibration mode removed for being a useless glitchy mess.
A manual has been added that... hopefully explains everything. There's even a secret hint in it, if you can figure it out~
Inflate Mizuki and 8 more characters to the bubbly rhythms of their hearts!
Download the game here!
For a full list of versions, click here.
Change log:
Animations (especially Mrs Bun and Holo) have been smoothed out.
Libra the Kangaroo Toy and the song "Limsa Lominsa" have been added.
Cloud the Sheep and the song "Fight On!" have been added.
Mizuki the Balloon Kitsune and the song "ANiMA" have been added.
The game now has a unique loading splash screen when first opened.
There are little beeps and boops when pushing buttons
Rooms now fade in and out rather than jumping immediately.
You get a preview of the song and character in level select.
(Summer and Renamon are in the corner because they don't have complete tail sprites... whoops)
Songs are arranged by difficulty from easiest to hardest.
Songs must be unlocked by accumulating enough points through play, with a special reward at two million!
Points are saved and can be deleted from the Select Screen.
Bubbles now float up around the character more and more as your percentage increases.
Calibration mode removed for being a useless glitchy mess.
A manual has been added that... hopefully explains everything. There's even a secret hint in it, if you can figure it out~
Category All / Inflation
Species Unspecified / Any
Size 500 x 440px
File Size 906 kB
I get this error when I play the game
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object objRhyControl:
Push :: Execution Error - Variable Index [0,3358] out of range [1,3358] - -1.rh_beats(100037,3358)
at gml_Object_objRhyControl_Step_0
############################################################################################
stack frame is
gml_Object_objRhyControl_Step_0 (line -1)
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object objRhyControl:
Push :: Execution Error - Variable Index [0,3358] out of range [1,3358] - -1.rh_beats(100037,3358)
at gml_Object_objRhyControl_Step_0
############################################################################################
stack frame is
gml_Object_objRhyControl_Step_0 (line -1)
Whenever I finish the sheep's song, I get this fatal error:
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object objRhyControl:
Push :: Execution Error - Variable Index [0,3358] out of range [1,3358] - -1.lh_beats(100036,3358)
at gml_Object_objRhyControl_Step_0
############################################################################################
stack frame is
gml_Object_objRhyControl_Step_0 (line -1)
___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object objRhyControl:
Push :: Execution Error - Variable Index [0,3358] out of range [1,3358] - -1.lh_beats(100036,3358)
at gml_Object_objRhyControl_Step_0
############################################################################################
stack frame is
gml_Object_objRhyControl_Step_0 (line -1)
I really hope there will be new songs added at some point, even if they share characters between some this is personally my favorite rhythm game to play on pc due to the fact it doesn't want you to be perfect at playing it. I've tried free piano players and stuff like osu but those don't have any good way to give you an entry level for the game. Admittedly the game isn't terribly difficult once you've got the rhythm down but that's what i enjoy about it. (Anyways sorry about the wall) Tl;dr Loved the game and i really hope you'll add a few more songs at some point down the line!
For the people having trouble with controls. Here ya go.
; CBubble' custom controls
SetTitleMatchMode, 2
#IfWinActive C:\BUBBLE
#MaxHotkeysPerInterval 2000
s::z
d::x
k::c
l::Right
You will need autohotkey and notepad. Just paste this in notepad and change the s d k l to any key you want If you want the full length of the keys just add for example p::o. After pasting it in and changing the keys just rename the file to any name then .ahk and should be good
Note: Also some keys wont work if you are using a laptop due to the keys not allowing you to use "zx kl" or "df jk". You will need a keyboard to use these ones. (https://www.microsoft.com/applied-s.....-ghosting-demo)
; CBubble' custom controls
SetTitleMatchMode, 2
#IfWinActive C:\BUBBLE
#MaxHotkeysPerInterval 2000
s::z
d::x
k::c
l::Right
You will need autohotkey and notepad. Just paste this in notepad and change the s d k l to any key you want If you want the full length of the keys just add for example p::o. After pasting it in and changing the keys just rename the file to any name then .ahk and should be good
Note: Also some keys wont work if you are using a laptop due to the keys not allowing you to use "zx kl" or "df jk". You will need a keyboard to use these ones. (https://www.microsoft.com/applied-s.....-ghosting-demo)
Comments