Alright...so, I installed it, and fully didn't expect it to work(I mean heck, Windows 7-64bit, when I remember I had trouble with XP!)
And bam, it worked right away due to Remix. Nice.
My Specs:
GTX280 @ 257.15 drivers
Q6600 @ 3.0GHZ
4GB DDR2 PC8000(1000MHZ)
Windows 7-64bit
-----
So I haven't really started playing yet, but I just wanted to get into the game and see how it went. Issues I had, the FMV's remained 15FPS at all times, the same FPS they play in Media Player Classic, but they're jittery in-game, but in MPC, the videos play nicely. Also, not sure if anything can be done about this as it's an older Engine modified to hell, but what about FPS? It's @ 27-28FPS, and it acts rather slow. I don't recall if it was a 60FPS game, as it's been well...4 years, but that seems rather low. Is it just a limitation of the Engine due to age, and all these graphical enhancements thrown in?
Thanks.
CONFIG
# ff7_opengl config file
# use shaders, if available and supported
# turn shaders off to use the OpenGL 1.1 backend
use_shaders = yes
# plugins
# a movie plugin is required, the music plugin is optional, but required to make FF7Music work
movie_plugin = plugins/ffmpeg_movies.fgp
music_plugin = plugins/ff7music.fgp
# vertex and fragment shaders
vert_source = shaders/main.vert
frag_source = shaders/main.frag
# post-processing shader, used to apply fullscreen effects
# options are smartbloom.post and bloom2.post
# note that shaders/smartbloom.post must be configured to proper resolution, open with notepad
post_source = shaders/smartbloom.post
enable_postprocessing = no
# display frames per second counter in upper right corner
show_fps = no
# display some real-time debug information
show_stats = no
# set the window size (and fullscreen resolution) of FF7
# 0 means use original resolution (whatever ff7.exe provides)
# preserve_aspect adds black borders as needed to preserve a 4:3 aspect ratio
window_size_x = 1920
window_size_y = 1200
preserve_aspect = no
fullscreen = yes
# prevent glitches due to rounding errors by rendering in the nearest (larger, if supported)
# multiple of the original resolution and up/down-scaling
prevent_rounding_errors = yes
# check your driver settings if this option doesn't seem to work
enable_vsync = yes
# limit snowboard, coaster and highway minigames to refresh rate / 2, i.e. 30fps for a 60hz display mode
# vsync must be enabled and working for this to have any effect
minigame_framelimiter = on
# same thing, but for the battle swirl
battleswirl_framelimiter = on
# replace FF7's default framelimiter timer source
use_new_timer = yes
# use a more stable (but less accurate) timer to control FF7's framelimiter
# this option has no effect unless the use_new_timer option is on
use_stable_timer = yes
# allow FF7 to use linear filtering for its textures
# some things look slightly better with this option on, but alot of textures just lose their detail
linear_filter = off
# enable alpha blending for textures without an existing blending effect
fancy_transparency = off
# read files directly instead of using LGP archives
# this option requires you to have all your LGP archives unpacked in direct/, with one folder for each archive
# for example; if FF7 is looking for aaab.rsd in char.lgp, this option will make it open direct/char/aaab.rsd instead
# this option should be used for testing only, performance will take a hit
direct_mode = off