[Changelog] First few post-jam fixes
Alright, here is the first update. Nothing huge or special, just a bunch bug fixes, general enhancements and quality of life improvements.
Dash indicator
The time slowdown when dashing is only for a limited amount of time, and players couldn’t really tell how much time they have left. This was fairly common feedback I’ve got, so this had to be fixed.
Now there is a red bar on the bottom of the screen, which shows how much “dash energy” you have left.
Audio slowdown effect fixes
Not sure if anyone else had noticed this problem, but it was bugging me for so long I had to do something about it.
The issue was that sometimes, after changing global audio pitch (when slowing down time) and then resetting it back, all the sounds were a little weird. I think it had to do with some audio resampling stuff, but I’m not sure. All I know is that after acquiring the dash ability in level 3 and using it, things started to sound a bit weird.
I changed how the pitch effect is handled. Previously, it would just set pitch_scale
to 1.0
when time wasn’t slowed down. Now all of the effects on “Master” audio bus get enabled only when they’re actually required, otherwise everything is turned off.
It still doesn’t sound that amazing, but now it’s only an issue of finding the right audio effects and configuring them properly.
Practice level selection screen
One fairly annoying thing in the jam version of the game is that you can’t really practice one level at a time if you want. You need to play the whole game from start to the end. Now you can just select a level to practice from a menu.
Final screen improvements
Added total level time and total number of deaths to the credits scene.
Main menu bug fix
Previously when you pressed “return to main menu” from pause menu, the main menu would be completely frozen and you’d be required to restart the game. This was because of wrong “Pause Mode” node settings in Godot. Now you can easily restart your run by returning to main menu.
Other notable changes
- Fullscreen toggle button. Especially useful for Windows.
- Reordered the campaign levels to better match their difficulty.
Audio
- Slightly changed how buttons and other UI items do hover SFX.
- Added a transition sound effect played between scenes.
- Background music now doesn’t reset when you die.
Input
W
/Up
now also works as a jumpTab
now works asEsc
, great when playing in browser- Movement direction isn’t influenced by
W
andS
anymore
Files
Get Hyper Heist
Hyper Heist
A fast-paced speedrunning game about heists, set in a dark cyberpunk world
Status | Released |
Authors | jakubtomsu, Fasterracer01, Dylan Seibert, ArchZz |
Genre | Action, Platformer |
Tags | 2D, 8-Bit, Cyberpunk, Futuristic, Godot, Parkour, Retro, Speedrun, vertical |
More posts
- [Changelog] Big music update! (0.1.1)Mar 29, 2023
Comments
Log in with itch.io to leave a comment.
Looks great! Nice job on doing a post jam fix!
Thanks!