How to change a project to gles2.0 if I can't open the editor?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Amateur.game.dev.

So I can’t even open the editor to change the project to gles2.0, how else would I be able to change gles?

:bust_in_silhouette: Reply From: sash-rc

Try to run it from console.

godot -e --video-driver GLES2 path/to/project.godot/file

how do I write in the console

Amateur.game.dev. | 2021-09-11 23:41

Console = Command-Line-Interface = Terminal = Shell

A program where you type commands for your OS, including to launch other programs, as opposed to GUI/Desktop infrastructure.

Command-line interface - Wikipedia

sash-rc | 2021-09-12 11:46