Skip to content

Beta v0.6.1

Compare
Choose a tag to compare
@lethal-guitar lethal-guitar released this 27 Jun 10:25
· 1080 commits to master since this release
d341c66

Overview

⚠️ If you encounter missing DLL errors, install the Visual Studio 2019 Redistributable.

This is a small bugfix release, plus some OpenGL compatibility improvements.

Release Notes

General improvements

  • It's now possible to set the difficulty when launching into a specific level via the command line (example: -l L2 --difficulty easy)

OpenGL support improvements

  • The minimum required GLSL version is now 130 instead of 150, allowing the game to run on older GPUs which support OpenGL 3.0 but not GLSL 150.
  • More robust OpenGL initialization error handling
  • OpenGL ES support was broken and is now fixed, allowing the game to run on some older GPUs and on a Raspberry Pi (not optimized yet)
  • Fixed a crash when running the game on Linux with Mesa software rendering

Bug fixes

  • Fixed camera position being wrong upon respawning
  • Fixed missing animation for walking turkey