doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

fix: black reflections + InWorld flag #399

Closed doodlum closed 1 month ago

doodlum commented 1 month ago

InWorld flag does not include first-person models currently. The game already supplies a flag for that.

Black reflections are due to trying to use data which is not yet bound in reflections. This just disables using such features for now.