chpoit
Published
Stadia controller acts as if buttons are always pressed when connected over bluetooth, might be a stadia controller issue, but lets try the weirdest combos why don't we
Breaks when initializing the openXR runtime
I tried using the steamvr beta branch and it didn't work, I also tried launching the steam-native executable manually to make sure and still no result
GE-Proton did not work either.
Beat the whole game, didn't have any issues
No audio at all
The damage numbers didn't show, but I don't know if that's a game issue or not. The menu was also a black screen.
Weird behavior on the steam overlay, the camera keeps moving
GloriousEggroll-6.18.1
Cannot use fullscreen. Borderless-Fullscreen gets lag spikes when loading new areas/when there are too many players
Sometimes I get huge lag spikes. Pretty much goes away if I play in windowed mode
Had to update the vm.max_map_count to not crash every 3 loading screens
You need to update /proc/sys/vm/max_map_count to a high value to not crash every 3 loading screens
I use the following command to quickly update the value and I aliased it to "wizard" in my zshrc file:
echo 1000000 | sudo tee /proc/sys/vm/max_map_count
Github post with the info https://github.com/ValveSoftware/Proton/issues/6510#issuecomment-1422699309