OpenXcom Forum

OpenXcom Forks => OpenXcom Extended (OXCE) => OXCE Support => Topic started by: vladdrak on January 09, 2022, 06:35:13 pm

Title: [Solved] steam overlay issue (please don't use `useOpenGL` directly)
Post by: vladdrak on January 09, 2022, 06:35:13 pm
launching oxce through steam (-useOpenGL true) forces a display filter on startup. problem is that disabling the filter also terminates the steam overlay. can this be fixed? or is there a command line argument to deny any filter on startup?

thx in advance!
Title: Re: opengl+steam overlay issue
Post by: Meridian on January 09, 2022, 06:44:29 pm
Don't set `useOpenGL` manually, just asking for trouble.

Proper way is to choose a filter called "Raw*". It doesn't do any filtering, just enables OpenGL.
Title: Re: opengl+steam overlay issue
Post by: vladdrak on January 09, 2022, 06:47:48 pm
legend! thank you!