Support us on Patreon Wishlist us on Steam Jump to downloads
Notes
- If you are running Linux and get a black screen on startup when using ATI/Nouveau drivers, edit Save/Preferences.ini to change
HighResolutionTextures=ForceOn
toHighResolutionTextures=Auto
- For a full list of changes in both builds, please see the GitHub release page.
Fixes
- ❕✅📝 Fixed crash when entering Extended/Course Mode [Dance] when entering options (Thanks Jubo!)
- ❕✅📝 Fixed system lockup on certain Nouveau drivers when launching the game(Thanks Din!)
- ❕✅📝 Fixed Segfault on game launch with older ATI cards on linux (Thanks Din!)
- ❕✅📝 Fixed crash on Twister OS on the RPi (Thanks snil4!)
- ❕✅📝 Fixed Smoothlines issue (thanks natano!)
- ❕✅📝 Fixed crash after load screen on RPi 4 64bit (Thanks eudes!)
- ❕✅📝 Fixed crash on Calibrate Audio Sync on pump (Thanks Shrmp0, Kaede573!)
- ❕✅ Fixed performance drop due to renderer present context
- ❕✅ Removed Nvidia driver debug code causing some issues
- ❕✅ Tweaked GLEW to not cause a race condition
- ❕✅ Fixed bug where window was presenting a GL version not supported by the system
- ❕✅ Fixed one of my oopsies by leaving in a forced Nvidia GL debug option
- ❕✅ Force High Res Textures to auto since we're now as size 2048
- ❕✅ Force High Res Textures to auto to fix crash on mesa on ARM32 based boards
- ❕✅ Fixed crash on Pinebook/RockPi4 due to bad opengl initialisation
- ❕✅ Downgraded SDL back to OutFox 2.0.13modded
- ❕✅ Fixed font size and life bar color on pump mode (Thanks Squirrel!)
- ❕✅ Add Press Start/Ready indicators for two-step difficulty selection on Pump mode.
- ❕✅ Fixed the size of the new program icon from 4.9.7.
- ❕✅ Fix GLAD being wrongly selected on some systems, causing a crash
- ❕✅ Added 41 new tween system for further use in the future
- ❕✅📝 Increased profile size to 20MB (Thanks Kellykato!)
- ❕✅ Updated Docker build system to support new changes