Full notes
Full Doom Work update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
- Fixes
- Performance
- Gameplay
Fixed treadmill bug "rare bug to happen"
Note: Some players had problems with the treadmill, during our investigation it was found that this problem occurs when the game is running at a very high frame rate, 120 fps, 144 fps. Analyzing the documentation of the game engine, which by default leaves v-sync enabled, we left the fps unlocked, the game even renders above 2,000 fps, that's when we noticed that the box was completely still, so we found exactly where it was the problem. I redid the treadmill code and tested it with v-sync off and with rates above 2000 fps, then we turned v-sync on to fix the maximum rate my monitor supports which is 60 fps.
During all of our subsequent tests, we noticed that the issue no longer occurred after we modified the treadmill code.
We are very happy to see our players showing us bugs, as not all scenarios we can predict and only with a broader feedback, it is possible to identify and solve the problems.
Thank you very much for your support.
Source
Changelog.gg summarizes and formats this update. How we read updates.
