Qhimm.com Forums
Miscellaneous Forums => Troubleshooting => Topic started by: Kylos on 2012-02-17 17:46:55
-
ERROR: COULD NOT OPEN FILE C:\Program Files\Square Soft, Inc.\Final Fantasy VII\ff7input.cfg
This is what I see when I start FF7, and it comes up very bright, with pure white screens. If i try to play the game I can see the characters but everything else is white.
(http://static.ffxiah.com/images/ss/full/8GzNuQK65e3CS47Q.jpg)
It did this, and I completely reinstalled FF7, patched up to 1.02, installed Remix, installed the latest Aali Driver, installed Gjoerulv hardcore mod, but it still does this...
What can i do please? :) thanks
-
Hi Kylos,
you can use two solutions:
- ff7_opengl.cfg: use_shaders = no
or
copy .\shaders\nolight\*.* obsolete
to .\shaders
The ff7input.cfg file is created when you can change your
menu settings after Cloud jump's off the train (intro).
-
I knew it was something simple! Thanks so much :D
-
To prevent the error messages from showing, add this to ff7_opengl.cfg
# Disable Error Notifications
disable_popup = on
The Nolight shaders fix in the previous post is obsolete.
Use this method instead:
If you're using an NVIDIA Video card, the nolight shaders require modification.
Aali's 'everything is made of light' fix for NVIDIA cards:
Use Notepad to open the file .\shaders\nolight\main.frag
Move the line 'texture_color = texture2D(tex, gl_TexCoord[0].st);' to above the IF statement:
texture_color = texture2D(tex, gl_TexCoord[0].st);
if(texture)