Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - SwordofAeons

Pages: [1]
1
7th Heaven / Config error causes post processing to fail
« on: 2019-02-08 19:18:11 »
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]
# post-processing shader, used to apply fullscreen effects
post_source = shaders/ATI_SmartBloomAdvanced/SmartBloomAdvanced.post
enable_postprocessing = yes

to

Code: [Select]
# post-processing shader, used to apply fullscreen effects
post_source = shaders/SmartBloomAdvanced.post
enable_postprocessing = yes

or analogous for your selected shader.

Pages: [1]