Page 2 of 2

Re: Issues on ASUS RoG g74 BBK-7

Posted: Sat Sep 27, 2014 11:00 pm
by InMemorium
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

Posted: Sat Sep 27, 2014 11:06 pm
by juanjp600
SCP-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.

Re: Issues on ASUS RoG g74 BBK-7

Posted: Sun Sep 28, 2014 12:00 am
by risingstar64
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.
Try disabling vsync in the options file. that may reduce object flickering when recording.

Re: Issues on ASUS RoG g74 BBK-7

Posted: Mon Sep 29, 2014 12:47 am
by InMemorium
risingstar64 wrote:
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.
Try disabling vsync in the options file. that may reduce object flickering when recording.

Was the first thing I tried and it didn't work.