Repeated intro
Hey, everyone! We've dug deeper into the issues with the Linux version of the game, and have found that OpenGL can be incompatible at times. Instead of falling back to Vulkan, it continues to run even though it doesn't work. Now we're forcing Vulkan only, and removed OpenGL support altogether, since it's not compatible with a lot of newer rendering features within Unity.
What changed
1 fix2 additions1 change1 removal
- Compatibility
- Gameplay
- Server
removedHey, everyone! We've dug deeper into the issues with the Linux version of the game, and have found that OpenGL can be incompatible at times. Instead of falling back to Vulkan, it continues to run even though it doesn't work. Now we're forcing Vulkan only, and removed OpenGL support altogether, since it's not compatible with a lot of newer rendering features within Unity.
changedThis means that the game should be working for everyone on Linux now, given that you've installed your drivers and have Vulkan support, which is standard unless you have a very specific setup.
addedAdditions and FixesAdded color coding to stores to order and show items by status
fixedAdditions and FixesForced Vulkan graphics on Linux because of incompatibilities with OpenGL that caused scenes to become invisible
addedAdditions and FixesAdded filter to only see open server (not password protected)
The Greatest Penguin Heist of All Time changes
removedHey, everyone! We've dug deeper into the issues with the Linux version of the game, and have found that OpenGL can be incompatible at times. Instead of falling back to Vulkan, it continues to run even though it doesn't work. Now we're forcing Vulkan only, and removed OpenGL support altogether, since it's not compatible with a lot of newer rendering features within Unity.
changedThis means that the game should be working for everyone on Linux now, given that you've installed your drivers and have Vulkan support, which is standard unless you have a very specific setup.
addedAdded color coding to stores to order and show items by status
fixedForced Vulkan graphics on Linux because of incompatibilities with OpenGL that caused scenes to become invisible
addedAdded filter to only see open server (not password protected)
This means that the game should be working for everyone on Linux now, given that you've installed your drivers and have Vulkan support, which is standard unless you have a very specific setup.
Additions and Fixes
Added color coding to stores to order and show items by status
Forced Vulkan graphics on Linux because of incompatibilities with OpenGL that caused scenes to become invisible
Added filter to only see open server (not password protected)