• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

amity park help

Feb 24, 2018
20
5
so idk how to fix this, tried the following

uninstalled it twice and reinstalled
fullscreen and windowed
tried both 32x and 64x
tried hitting new game
tried loading in s previous save

Screenshot (12).png
 

mickydoo

Fudged it again.
Game Developer
Jan 5, 2018
2,446
3,547
Better off asking on the games thread, assuming it has one, only us devs hang here we are not that bright.
 

Big Daddy

Member
Jul 17, 2017
399
893
Font rendering error, bizarre, I'll download the game later today and see if anything sticks out. What OS are you on?
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,213
14,964
so idk how to fix this, tried the following
Like Mickydoo said, it's not the right place for this question.
This being said, it's a well know problem that can be summarized by: Ren'Py evolved, your computer not.

Since I guess that the game itself don't really use the new model based feature, try this:
  • Go in the "[path to the game]/game" directory ;
  • Create a file named "fix.rpy" ;
  • Open this file with whatever text editor (notepad is good enough) ;
  • In this file, copy/past this:
    Code:
    init python:
        config.gl2 = False
  • Save the file, and try the game again.

Normally it should fix the issue. If it don't, then the solution goes from "update of your video card drivers", to "buy a more recent computer", passing by "buy a more recent video card compatible with your computer, then put it in place of the actual one".
More can be found in some threads on the troubleshooting section of the forum.