N
nilum
Guest
System Specs
http://support.gateway.com/s/Mobile/2008/GodzillaFX/1015088R/1015088Rsp2.shtml
OS
Windows 7 Ultimate 64-bit
Game
Final Fantasy VII PC
-Remix Patcher 2.5.1
I get annoying black lines through cinematics and gameplay. It was suggested to run in 16-bit color mode, but that did not fix it for me.
Here is my ff7_opengl config:
Code: [Select]
It seems like I am not able to take screenshots of the issue. Screenshots always come back clean.
Also, if you are familiar with the preview thumbnail that pops up for taskbar items, black lines do not show up there either. It also doesn't seem to happen if another window is open over top of the game running in full screen mode.
The game seems to only want to run in full screen mode. Windowed mode at any resolution only displays a black screen, though I can hear the music from the opening cinema.
Any help is appreciated. Thank you.
http://support.gateway.com/s/Mobile/2008/GodzillaFX/1015088R/1015088Rsp2.shtml
OS
Windows 7 Ultimate 64-bit
Game
Final Fantasy VII PC
-Remix Patcher 2.5.1
I get annoying black lines through cinematics and gameplay. It was suggested to run in 16-bit color mode, but that did not fix it for me.
Here is my ff7_opengl config:
Code: [Select]
Code:
# ff7_opengl config file# use shaders, if available and supported# turn shaders off to use the OpenGL 1.1 backenduse_shaders = yes# plugins# a movie plugin is required, the music plugin is optional, but required to make FF7Music workmovie_plugin = plugins/ffmpeg_movies.fgpmusic_plugin = plugins/ff7music.fgp# vertex and fragment shadersvert_source = shaders/main.vertfrag_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 notepadpost_source = shaders/smartbloom.postenable_postprocessing = no# display frames per second counter in upper right cornershow_fps = no# display some real-time debug informationshow_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 ratiowindow_size_x = 1440window_size_y = 900preserve_aspect = yesfullscreen = yes# prevent glitches due to rounding errors by rendering in the nearest (larger, if supported)# multiple of the original resolution and up/down-scalingprevent_rounding_errors = yes# check your driver settings if this option doesn't seem to workenable_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 effectminigame_framelimiter = on# same thing, but for the battle swirlbattleswirl_framelimiter = on# replace FF7's default framelimiter timer sourceuse_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 onuse_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 detaillinear_filter = off# enable alpha blending for textures without an existing blending effectfancy_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 hitdirect_mode = off
Also, if you are familiar with the preview thumbnail that pops up for taskbar items, black lines do not show up there either. It also doesn't seem to happen if another window is open over top of the game running in full screen mode.
The game seems to only want to run in full screen mode. Windowed mode at any resolution only displays a black screen, though I can hear the music from the opening cinema.
Any help is appreciated. Thank you.