Page 1 of 1

Software or OpenGL via command line?

Posted: Tue Feb 19, 2008 0:44
by Mike.Reiner
I couldn't find the answer i was looking for in the documentation thread, so yeah.

I tried running gzdoom with the -software command line, and it still ran in opengl. I know you can set it in the menu, but I want to use batch files.

Posted: Tue Feb 19, 2008 1:04
by RazTK

Code: Select all

gzdoom.exe +gl_nogl 1

Posted: Tue Feb 19, 2008 1:10
by Mike.Reiner
That worked, Thanks.