S
SwordofAeons
Guest
Problem: following the installation instructions for 7H results in this error on game load: "Postprocessing initialization failed, check APP.LOG for more information."
Solution: in ff7_opengl.cfg, change the line
Code: [Select]
to
Code: [Select]
or analogous for your selected shader.
Solution: in ff7_opengl.cfg, change the line
Code: [Select]
Code:
# post-processing shader, used to apply fullscreen effectspost_source = shaders/ATI_SmartBloomAdvanced/SmartBloomAdvanced.postenable_postprocessing = yes
Code: [Select]
Code:
# post-processing shader, used to apply fullscreen effectspost_source = shaders/SmartBloomAdvanced.postenable_postprocessing = yes