funnily enough, this post helped me get the game to launch on linux as i was about to give up.Cannot start the game, it tells me my driver isn't opengl 3. This feels like a problem on the game rather then my machine because its not OpenGL 3 old... Not really sure what to even do to fix this and play the game
View attachment 3106624
on windows, try making a new file, name it "launch.bat", open it with notepad and paste the following line (taken from your screenshot):
"Eggomon.exe" --rendering-driver opengl3
save the changes in notepad, place the file in the same folder as eggomon.exe, and run the launch.bat file (might have to right click -> launch)
on linux, launch the game with
wine Eggomon.exe --rendering-driver-opengl3
in the terminal.