STICKY: 2D Overhaul & WMRP *OFFICIAL PROBLEM THREAD*

  • Thread starter Thread starter pyrozen
  • Start date Start date
Status
Not open for further replies.
@Tobak: Can you post your "ff7_opengl.cfg" ?   (don't forget to use  the # button)

Edit:  Search for mod_path. If there are two entries, delete this one:  mod_path = none
 
Last edited:
there is just one mod_path. here's the config:
Code: [Select]
Code:
# ff7_opengl-0.7.8b config file# mod directory# subdirectroy of mods/ where textures will be loaded from# does not affect the old external textures feature, those should still go in textures/mod_path = none# use shaders, if available and supported# turn shaders off to use the OpenGL 1.1 backenduse_shaders = no# 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# YUV fast path shaderyuv_source = shaders/yuv.frag# post-processing shader, used to apply fullscreen effectspost_source = shaders/bloom2.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 = 1600window_size_y = 900preserve_aspect = nofullscreen = no# 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 = off# 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 = no# 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# make all dialog boxes transparent, same effect as the transparent dialog boxes YAMP patchtransparent_dialogs = off# allow max hp/mp to go over 9999, same effect as the YAMP patch by dziugobreak_9999limit = no# include armor in magic defense calculationmdef_fix = yes# expand battle viewport to cover entire screen and make the battle menu transparentnew_battle_interface = off# enable alpha blending for textures without an existing blending effectfancy_transparency = on# store external textures in a compressed cache for increased performance# compression is not lossless, some artifacts may appear when this option is in use# texture cache does NOT update automatically if the source image changes, however, deleting anything from the cache# will cause that file to be recreated from the sourcecompress_textures = yes# read files directly instead of using LGP archives# for example; if FF7 is looking for aaab.rsd in char.lgp, this option will make it open direct/char/aaab.rsd first,# if this file doesn't exist it will look for the original in the LGP archive# this option should be used for testing only, performance will take a hitdirect_mode = off# show every failed attempt at loading a .png texture# this option is for modders only, it's useful to find out which texture to replace and which palettes it needsshow_missing_textures = no
 
@Tobak: Change "mod_path = none" to "mod_path = avalanche".

Look at your FF7 main directory.
There should be this directory structure: .\mods\avalanche\...
 
the "mods" folder contains no files/folders at all. I looked through the install log and I didn't see any entries that stated that files were written to that folder. However the folder "textures" contains the avatars and the other stuff (e.g. spells)
I think were're near a solution...


Thanks!
 
That textures folder is from Remix and is different from your mods folder, so it's probably not going to get you anywhere at the moment.  also, if your using an ATI graphics card make sure compress textures is turned off.  Shaders should also be turned off.  Also, new battle interface needs to say yes in your opengl. This line in your opengl could be giving you problems also: 
# YUV fast path shader
yuv_source = shaders/yuv.frag
... maybe get rid of that line all together and you may have some success.
Best of luck on your FFVII!
 
thanks to you two aswell! I updated to v 0.7.11b (strangly the config file says 0.7.10b - downloaded from qhimm forums) and still got nothing to work. I also re-installed the mod but still there won't be any files in the "mods"-folder. Here's the Link to the Install Log: http://www.megaupload.com/?d=481Y9TS6

and here's the updatet ff7_opengl.cfg:
# ff7_opengl-0.7.10b config file


## USER OPTIONS ##
## If you just want to play the game, these are the only options you'll want to change.

# set the window size (or 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 = 1600
window_size_y = 900
preserve_aspect = no
fullscreen = no

# mod directory
# subdirectroy of mods/ where textures will be loaded from
# does not affect the old external textures feature, those should still go in textures/
mod_path = none

# 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 = off

# 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

# plugin used to play music, the FF7Music plugin MUST be enabled for FF7Music to work.
# If no music plugin is loaded the game will play MIDI as usual but FF7Music will NOT work.
music_plugin = plugins/ff7music.fgp


## ENHANCEMENTS ##
## All the little extras that weren't part of the original game, default options include only trivial bug fixes.

# make all dialog boxes transparent, same effect as the transparent dialog boxes YAMP patch
transparent_dialogs = off

# allow max hp/mp to go over 9999, same effect as the YAMP patch by dziugo
break_9999limit = no

# include armor in magic defense calculation
mdef_fix = yes

# expand battle viewport to cover entire screen and make the battle menu transparent
new_battle_interface = yes

# post-processing shader, used to apply fullscreen effects
post_source = shaders/bloom2.post
enable_postprocessing = no


## ADVANCED OPTIONS ##
## Don't fiddle with these unless you know what you're doing.

# use shaders, if available and supported
# turn shaders off to use the OpenGL 1.1 backend
use_shaders = no

# 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

# enable alpha blending for textures without an existing blending effect
fancy_transparency = on

# display frames per second counter in upper right corner
show_fps = no

# display some real-time debug information
show_stats = no

# store external textures in a compressed cache for increased performance
# compression is not lossless, some artifacts may appear when this option is in use
# texture cache does NOT update automatically if the source image changes, however, deleting anything from the cache
# will cause that file to be recreated from the source
compress_textures = yes

# use pixel buffer objects to speed up texture loading
# will probably crash horribly on ATI cards but should work for NVIDIA users
use_pbo = no

# 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 = no

# plugin used to play movies, FFMpeg is the only choice for now
movie_plugin = plugins/ffmpeg_movies.fgp


## MODDER OPTIONS ##
## These options are mostly useful to modders and should not be enabled during normal play.

# read files directly instead of using LGP archives
# for example; if FF7 is looking for aaab.rsd in char.lgp, this option will make it open direct/char/aaab.rsd first,
# if this file doesn't exist it will look for the original in the LGP archive
direct_mode = off

# show every failed attempt at loading a .png texture
show_missing_textures = no
Any other suggestions?
 
The only time you will have files in the mods folder is if you use the GUI overhaul. The regular Team Avalanche does not use this method yet.
 
The only time you will have files in the mods folder is if you use the GUI overhaul. The regular Team Avalanche does not use this method yet.
so you have a clue why it isn't working?
 
Hi sl1982,

Tobak sent me a PM. He uses FF7 the german version.
Maybe this is the main problem.
AFAIK all mods are only for the english version.
 
It is possible. I do not have any version other then english. Does anyone else have the german version and can you confirm if Team Avalanche works?
 
When I was using my French version the GUI overhaul made my game crash.
 
sry for my long abstinence. If I can manage to get my hands on an english / us version of the game I'll report the result. The german version looks like to be the main issue.
Nevertheless I appreciate all the support! Thanks!


Tobak
 
Installed the low res ver and each time i enter to a battle the game CTD

APP.Log
Code: [Select]
Code:
INFO: FF7/FF8 OpenGL driver version 0.7.11bINFO: Auto-detected version: FF7 1.02 US EnglishINFO: ATI Technologies Inc. ATI Radeon HD 2600/3600 Series 3.3.11079 Compatibility Profile ContextINFO: OpenGL 2.0 support detectedINFO: Found swap_control extensionINFO: Max texture size: 8192x8192INFO: Number of texture units: 8INFO: Original resolution 640x480, window size 900x675, output resolution 900x675, internal resolution 1280x960INFO: FBO extension detected, using fast scaling/postprocessing pathINFO: Shader limits: varying 128, vert uniform 16384, frag uniform 16384INFO: vertex shader compile log:Vertex shader was successfully compiled to run on hardware.INFO: fragment shader compile log:Fragment shader was successfully compiled to run on hardware.INFO: main program link log:Vertex shader(s) linked, fragment shader(s) linked.INFO: fragment shader compile log:Fragment shader was successfully compiled to run on hardware.INFO: postprocessing program link log:Fragment shader(s) linked.INFO: FFMpeg movie player plugin loadedINFO: FFMpeg version SVN-r25886, Copyright (c) 2000-2010 Fabrice Bellard, et al.INFO: FF7Music helper plugin loadedLOCK UNLOCK TEST MATRIX INITIALIZE INITIALIZE DD/D3D END initializing sound...creating dsound primary bufferreading audio fileloading static soundssound initializedset music volume: 127set music volume: 127Entering MAINExiting MAINSTART OF CREDITS!!!INFO: C:\Documents and Settings\Uroboros\Escritorio\Juegos\FF7\Movies\eidoslogo.avi; truemotion2/pcm_u8 320x240, 15.000000 FPS, duration: 10.133333, frames: 152set music volume trans: 127->0, step=60END OF CREDITS!!!Entering MAINset music volume: 127Exiting MAINSTART OF MENU SYSTEM!!!END OF MENU SYSTEM!!!Entering MAINExiting MAINField Startset music volume: 127Entering MAINExiting MAINSTART OF MENU SYSTEM!!!END OF MENU SYSTEM!!!Entering MAINExiting MAINField StartField QuitEntering MAINExiting MAINEntering FRAME_INITIALIZE SWIRLExitting FRAME_INITIALIZE SWIRLSwirl sound_effect1stop_soundEnd of Swirl sound_effect1Entering FRAME_QUIT SWIRLExitting FRAME_QUIT SWIRLEntering MAINExiting MAIN[BATTLE] Entering FRAME_INITIALIZE[BATTLE] Scene# 380[BATTLE] Exitting FRAME_INITIALIZEERROR: failed to find file battle/PEAA (LGP) (path: FF7/DATA/BATTLE/EFFECT/HITMARK)ERROR: offset error: STAGE24.D PEAAERROR: could not open file STAGE24.DERROR: unhandled exception
ff7_OGL.cfg
Code: [Select]
Code:
# ff7_opengl-0.7.10b config file## USER OPTIONS #### If you just want to play the game, these are the only options you'll want to change.# set the window size (or 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 = 900window_size_y = 675preserve_aspect = yesfullscreen = No# mod directory# subdirectroy of mods/ where textures will be loaded from# does not affect the old external textures feature, those should still go in textures/mod_path =DK# check your driver settings if this option doesn't seem to workenable_vsync = No# 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 = 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# plugin used to play music, the FF7Music plugin MUST be enabled for FF7Music to work.# If no music plugin is loaded the game will play MIDI as usual but FF7Music will NOT work.music_plugin = plugins/ff7music.fgp## ENHANCEMENTS #### All the little extras that weren't part of the original game, default options include only trivial bug fixes.# make all dialog boxes transparent, same effect as the transparent dialog boxes YAMP patchtransparent_dialogs = off# allow max hp/mp to go over 9999, same effect as the YAMP patch by dziugobreak_9999limit = no# include armor in magic defense calculationmdef_fix = yes# expand battle viewport to cover entire screen and make the battle menu transparentnew_battle_interface = yes# post-processing shader, used to apply fullscreen effectspost_source = shaders/bloom2.postenable_postprocessing = yes## ADVANCED OPTIONS #### Don't fiddle with these unless you know what you're doing.# use shaders, if available and supported# turn shaders off to use the OpenGL 1.1 backenduse_shaders = 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# enable alpha blending for textures without an existing blending effectfancy_transparency = on# display frames per second counter in upper right cornershow_fps = yes# display some real-time debug informationshow_stats = no# store external textures in a compressed cache for increased performance# compression is not lossless, some artifacts may appear when this option is in use# texture cache does NOT update automatically if the source image changes, however, deleting anything from the cache# will cause that file to be recreated from the sourcecompress_textures = yes# use pixel buffer objects to speed up texture loading# will probably crash horribly on ATI cards but should work for NVIDIA usersuse_pbo = no# 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 = no# plugin used to play movies, FFMpeg is the only choice for nowmovie_plugin = plugins/ffmpeg_movies.fgp## MODDER OPTIONS #### These options are mostly useful to modders and should not be enabled during normal play.# read files directly instead of using LGP archives# for example; if FF7 is looking for aaab.rsd in char.lgp, this option will make it open direct/char/aaab.rsd first,# if this file doesn't exist it will look for the original in the LGP archivedirect_mode = off# show every failed attempt at loading a .png textureshow_missing_textures = no
Extra info, aali CD 7.11b - Menu overhaul From DLPB and Black Fan enhancement

AFTER! install the Low Res character model change, each time i enter to a battle the game just CTD
 
Last edited:
I'm not sure if it's your problem, but I notice two things you should change in that ff7_opengl.cfg file:

Don't use compressed textures.
    compress_textures = no

Post Processing might not work on all graphics cards.
    enable_postprocessing = no
 
I'be "fixed" installing again ff7 in other folder and grab all the files on Data/battle/ and paste in the main ff7

Post processing works perfect on my end

I didnt saw any diff with "On" or "Off" on the texture compresion, no glitch or slow down on loadings etc etc etc

Thanks for your time pitbrat
 
Copy the files from /shaders/nolight to /shaders, replacing what's there.
 
alright ill try that i have to reinstall the game. another question does it work with ff7 remix?


EDIT: ok i reinstalled the game and added the no light shaders to the shaders folder then when i tried to load the game it said failed to load shaders and it continued normally. still nothing different and now the ingame music will not play any ideas?
 
Last edited:
Status
Not open for further replies.
Back
Top