aliens

Author Topic: [Solved] steam overlay issue (please don't use `useOpenGL` directly)  (Read 1127 times)

Offline vladdrak

  • Sergeant
  • **
  • Posts: 15
    • View Profile
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!
« Last Edit: February 12, 2023, 12:15:34 pm by Meridian »

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
Re: opengl+steam overlay issue
« Reply #1 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.

Offline vladdrak

  • Sergeant
  • **
  • Posts: 15
    • View Profile
Re: opengl+steam overlay issue
« Reply #2 on: January 09, 2022, 06:47:48 pm »
legend! thank you!