GD3D11 icon indicating copy to clipboard operation
GD3D11 copied to clipboard

zRes command line parameter broken

Open Katharsas opened this issue 9 years ago • 2 comments

Crashes even when setting the resolution the game would have used anyway like ths: -zRes:1920,1080 and even when outcommenting all reading/processing of this parameter in GD3D11 code (GothicAPI::OnGameStart()).

Problem is probably on Gothics end somewhere.

Katharsas avatar Jan 09 '17 02:01 Katharsas

Not Renderer related: This happens even when the renderer is completely disabled. Even with a freshly installed game.

Katharsas avatar Jan 11 '17 01:01 Katharsas

Ok, i was dumb, the parameter needs color depth like -zRes:1920,1080,32 to work.

Even though that doesn't crash, for lower resolutions it does not change window size and does not scale window content but shows everything as black that is not in the given resolution area, so the result is that you can only see a part at the upper left area of the screen.

Katharsas avatar Mar 25 '17 15:03 Katharsas