- Oct 4, 2018
- 781
- 490
Hi playing game Affexon i have this problem and it doesnt disappear with other renders its always like this and sometimes i encounter with few others games but its only majority of time 1 render. I need help
Can you emphasize what you mean by video quality? Most video qualities are as follows: low, medium, high, ultra. Depending on what computer you have, I would recommend running it on medium settings, if gameplay screen terrors, or lag occur, consider adjusting your settings accordingly.I tried to switch renderer option from GL2 to ANGLE2 and for now it worked but is there any difference between them like video quality or something else
yea something like image quality i dont know how to put it well but i looked for couple of seconds in-game to check if something is different and i havent spot a thing hooray! but i think it can be temporary solution. As Winterfire said updating drivers is one thing i need for sure but for now i cant Well thank you both of you for responding so quickly to my post that is why f95 is best among all simillar sitesCan you emphasize what you mean by video quality? Most video qualities are as follows: low, medium, high, ultra. Depending on what computer you have, I would recommend running it on medium settings, if gameplay screen terrors, or lag occur, consider adjusting your settings accordingly.
gg, I cant update my drivers because this pc is obsolete(when I update them they end up making the whole pc stutter constantly, it was hell to uninstall the updates), suppose I wont be able to keep playing those novels till I get a new one(Its an all in one so no dice in terms of getting new hardware)As detailed here:You must be registered to see the linksit is a driver issue. Update your drivers and try again.
Try to open renpy\config.py file in any text editor then find such line:gg, I cant update my drivers because this pc is obsolete(when I update them they end up making the whole pc stutter constantly, it was hell to uninstall the updates), suppose I wont be able to keep playing those novels till I get a new one(Its an all in one so no dice in terms of getting new hardware)
fbo_size = (4096, 4096)
fbo_size = (2048, 2048)
thx a bunch! that fixed it so now I can finally play those novels I couldnt before!Try to open renpy\config.py file in any text editor then find such line:
and change it to:Code:fbo_size = (4096, 4096)
should helps with most of games with such issue.Code:fbo_size = (2048, 2048)