After a long night of work at trying to figure out how the source works I have pulled together some info on the FF7Config.exe. So here we go:
First of all, FF7Config.exe's boxes (the little ones that say "Primary Display Driver") are not some kind of native windows form and were MANUALLY drawn by the original programmers at EIDOS. They consist of 4 lines with coordinates. The first box's top line coordinates are:
X1:2820 X2:6090 Y1:240 Y2:240
The FF7Config only recognizes Intel Pentium CPUs because it does not read the processor environment variable. Im working on a fix for that. On the graphics tab menu there appears to be a bug where it only detects 1 graphics driver but I'm fixing that too
Hopefully this project will replace the default ff7configs (and provide them for newer versions that don't have them built in)
Woohooo! Tooltips so you don't always wonder "Now what did this thing do?"
Been playing around with the ff7config files
Very old development version of ff7config
Ill update this post as more is discovered and fixed