You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest release of NohBoard, I've been noticing an FPS issue in game. The framerate of the game will occasionally drop a significant amount of frames, making it nonviable to use in real-time speedruns (note that in an identical scenario using the old v0.17b, this issue does not occur).
I am capturing the window with OBS Studio 18.0.1 64-bit, and I utilize all features of the default csgo_shift+caps+mm layout (modified ofc, see attached), using the same settings I would have used for v0.14b
I am currently on holiday, but I will test this when I get home. What is the game you used btw?
The main difference between the original and the rewrite is the rendering technique. Where I used DirectX9 to render in the original, I now use GDI+, which is known to be a bit less performant. However, I did make quite a few of my own performance optimizations to counter that.
If this is the problem (just theorizing here), then the only way to fix that would be to implement directx in the rewrite too. Which I do not want to dismiss directly, but it is a LOT of work. So after I finish the current project I'm working on (keyboard editing), I may see what I can do in such a direction.
I was using Half-Life 1 on Steam. Specifically, the coop mod Decay (although same executable n shit,)
I suspect that GDI+ may be the root cause here. Perhaps (once DX is reimplemented) an option to switch between GDI rendering and DX rendering may be the go here, as it wouldn't render your hard work on GDI useless and it would also provide speed optimization for users that require speed IE speedrunners.
Also looking forward to seeing keyboard editing, doing it by hand in the json may be really precise, but its also tedious, would love to see the end result.
Using the latest release of NohBoard, I've been noticing an FPS issue in game. The framerate of the game will occasionally drop a significant amount of frames, making it nonviable to use in real-time speedruns (note that in an identical scenario using the old v0.17b, this issue does not occur).
I am capturing the window with OBS Studio 18.0.1 64-bit, and I utilize all features of the default csgo_shift+caps+mm layout (modified ofc, see attached), using the same settings I would have used for v0.14b
Attached: My modified layout incase you wish to test with it.
The text was updated successfully, but these errors were encountered: