Update:
Game runs fine now on ASUS. Apparently, I was behind on gpu drivers, so an update solved the 3fps issue.
Still having problems recording with OBS. Game Capture doesnt show anything at all.
Monitor Capture captures the game but many 3d object flicker very badly on the recorded footage. This happens in Fullscreen or Window modes.
I also noticed open programs on my second monitor flicker badly when SCP-CB is open(BUT scp-cb runs fine itself).
This could be an issue with how Blitz3D works with the buffers and such. It would account for the 3d object flickering when I am trying to record gameplay footage.
Something must have been programmed with regards to the buffers that does this. SCP 87 B runs and records perfectly fine, so it must be something in SCP CB's code.
Still working on a fix.
Re: Issues on ASUS RoG g74 BBK-7
#12SCP-CB writes data to lots of texture buffers, maybe that messes stuff up. It's not possible to replace that in Blitz3D without killing the framerate.
The only thing I can suggest now is that you could try older versions of the game and see if those work any better.
The only thing I can suggest now is that you could try older versions of the game and see if those work any better.
Re: Issues on ASUS RoG g74 BBK-7
#13Try disabling vsync in the options file. that may reduce object flickering when recording.InMemorium wrote:Update:
Game runs fine now on ASUS. Apparently, I was behind on gpu drivers, so an update solved the 3fps issue.
Still having problems recording with OBS. Game Capture doesnt show anything at all.
Monitor Capture captures the game but many 3d object flicker very badly on the recorded footage. This happens in Fullscreen or Window modes.
I also noticed open programs on my second monitor flicker badly when SCP-CB is open(BUT scp-cb runs fine itself).
This could be an issue with how Blitz3D works with the buffers and such. It would account for the 3d object flickering when I am trying to record gameplay footage.
Something must have been programmed with regards to the buffers that does this. SCP 87 B runs and records perfectly fine, so it must be something in SCP CB's code.
Still working on a fix.
Re: Issues on ASUS RoG g74 BBK-7
#14risingstar64 wrote:Try disabling vsync in the options file. that may reduce object flickering when recording.InMemorium wrote:Update:
Game runs fine now on ASUS. Apparently, I was behind on gpu drivers, so an update solved the 3fps issue.
Still having problems recording with OBS. Game Capture doesnt show anything at all.
Monitor Capture captures the game but many 3d object flicker very badly on the recorded footage. This happens in Fullscreen or Window modes.
I also noticed open programs on my second monitor flicker badly when SCP-CB is open(BUT scp-cb runs fine itself).
This could be an issue with how Blitz3D works with the buffers and such. It would account for the 3d object flickering when I am trying to record gameplay footage.
Something must have been programmed with regards to the buffers that does this. SCP 87 B runs and records perfectly fine, so it must be something in SCP CB's code.
Still working on a fix.
Was the first thing I tried and it didn't work.