- Event type
- patch note
- Published
- 18 June 2016 - 14:45:55 UTC
- Source
- steam_community_announcements
Okay, this is the big patch most of you have been waiting for, it solves the two biggest remaining issues. Current status: - Windows: YES - Mac: YES - Linux: YES Changelog for 2.0.2a: - Fixes "transparent menu scrolls" / "hard to read text" in resolutions > 1080p - Fixes broken "slow start" and "slow end" books (ie, "enemies being pushed off the map at start" bug) - Fixes crash in the credits screen The "transparent menu scrolls" bug caused the background texture for various menu popups not to appear, so you'd just have floating black text on a nearly unreadable screen. This has to do with texture memory running out at Ultra-HD resolutions. As a temporary workaround, I've capped the game's internal resolution at 1080 vertical pixels. If you select a fullscreen resolution larger than that, what the game is doing is upscaling from 1080 vertical pixels using a shader. This way it will at le...