View Single Post
Old 11-04-2022, 11:59 AM   #75
Slammer
Minors (Single A)
 
Join Date: Oct 2013
Posts: 60
Quote:
Originally Posted by Alex Aab View Post
The setting was written to the app.cfg file. You need to remove the "opengl_mode" and the following lines or delete/rename the file entirely. It will be restored with default setting again. Then start the game again.

You can find the location of that file by opening a terminal and typing following command into it:

find / -iname app.cfg 2>/dev/null

(it will search everywhere "/" for the name "app.cfg", ignoring upper/lower case ("i" in "iname"), error stream "2" will be redirected ">" to nirvana "/dev/null", basically ignoring all errors when searching)

Thanks - I found that and was able to change it back. But 3D / OpenGL has been on and faces are still not showing up on all players. Some players, mostly minor leaguers, do have them.
Slammer is offline   Reply With Quote