- Sep 25, 2018
- 8,944
- 10,839
The solution is literally one post both yours.is anyone can help me?
The solution is literally one post both yours.is anyone can help me?
Hey did I put this in the right place?Hmm. DirectX 9 support OpenGL ES 2.0, but the problem is more complex than that. The support is "as long as the video card is compatible". Have you tried to update the drivers for the GPU/video card ?
You run windows 7 with 4GB RAM, what let me guess that you've an old computer. It's not a shame, but it's reaching the limits nowadays.
This being said:
The screenshot clearly show that the game was forced to use openGL 2. And it's possible that it's in fact not necessary ; everything depend of what the game use. This would offer you the possibility to use OpenGL or ANGLE in their version 1.0, therefore Ren'py as in all the other games you can play.
- Create a file named
gl2-fix.rpy
.- Open it with notepad.
- Put this inside:
You can copy/paste, but if you decide to write it by yourself, do not use tabulations, only spaces.Code:init python: config.gl2 = False
- Save the file.
- Keep a copy somewhere safe.
Now, each time you find a game like this one, that don't works and only propose you to choose between OpenGL 2.0 and ANGLE 2.0, copy the file into the "[path to the game]/game" directory. It's the directory where there's the "rpy" and/or "rpyc" and/or "rpa" files.
It will revert Ren'Py to a "none 2.0 only" version. Perhaps that the game will crash because it really need OpenGL 2.0 or ANGLE 2.0, but I know for sure that it's not always the case, so it should permit you to still play some of them.
Except buying a new computer, it's all that can be done, alas.
Edit: Wow, sorry, didn't noticed the post format was such a mess.
The file you circled isn't a .RPY file it's a text document so it's probably not going to work. You could make a copy of a existing .RPY file delete it's content and transfer the gl2-fix.rpy content to the .RPY copy and then rename and save it.Hey did I put this in the right place?
Go toHey did I put this in the right place?
Also if I put that file in the right place would the same error show up?
View attachment 1854839
The file you circled isn't a .RPY file it's a text document so it's probably not going to work. You could make a copy of a existing .RPY file delete it's content and transfer the gl2-fix.rpy content to the .RPY copy and then rename and save it.
Thank you both. I'll give it a try tomorrow. I finally fixed my internet today and it took all day to do it so no more computer wrestling today fo me.Go toYou must be registered to see the linksand uncheck "Hide extensions for known file types" to edit out the .txt extension.
thank you this has so far fixed the problemHmm. DirectX 9 support OpenGL ES 2.0, but the problem is more complex than that. The support is "as long as the video card is compatible". Have you tried to update the drivers for the GPU/video card ?
You run windows 7 with 4GB RAM, what let me guess that you've an old computer. It's not a shame, but it's reaching the limits nowadays.
This being said:
The screenshot clearly show that the game was forced to use openGL 2. And it's possible that it's in fact not necessary ; everything depend of what the game use. This would offer you the possibility to use OpenGL or ANGLE in their version 1.0, therefore Ren'py as in all the other games you can play.
- Create a file named
gl2-fix.rpy
.- Open it with notepad.
- Put this inside:
You can copy/paste, but if you decide to write it by yourself, do not use tabulations, only spaces.Code:init python: config.gl2 = False
- Save the file.
- Keep a copy somewhere safe.
Now, each time you find a game like this one, that don't works and only propose you to choose between OpenGL 2.0 and ANGLE 2.0, copy the file into the "[path to the game]/game" directory. It's the directory where there's the "rpy" and/or "rpyc" and/or "rpa" files.
It will revert Ren'Py to a "none 2.0 only" version. Perhaps that the game will crash because it really need OpenGL 2.0 or ANGLE 2.0, but I know for sure that it's not always the case, so it should permit you to still play some of them.
Except buying a new computer, it's all that can be done, alas.
Edit: Wow, sorry, didn't noticed the post format was such a mess.