FF7 not working properly. Cannot find FF7input.cfg

  • Thread starter Thread starter Kylos
  • Start date Start date
Status
Not open for further replies.
K

Kylos

Guest
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.

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).


 
Last edited:
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)
 
Last edited:
Status
Not open for further replies.
Back
Top