skyrim-community-shaders icon indicating copy to clipboard operation
skyrim-community-shaders copied to clipboard

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.

Results 157 skyrim-community-shaders issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/doodlum/skyrim-community-shaders/blob/24dffe7e502b67ba93abcfd17dace229673fcfc5/src/Features/ExtendedTranslucency.cpp#L25 ```c_cpp #include "ExtendedTranslucency.h" #include "../ShaderCache.h" #include "../State.h" #include "../Util.h" NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_WITH_DEFAULT( ExtendedTranslucency::MaterialParams, AlphaMode, AlphaReduction, AlphaSoftness, AlphaStrength); const RE::BSFixedString ExtendedTranslucency::NiExtraDataName_AnisotropicAlphaMaterial = "AnisotropicAlphaMaterial"; ExtendedTranslucency* ExtendedTranslucency::GetSingleton() { static ExtendedTranslucency singleton; return &singleton; }...

performance
ai suggestion

## Description The recent change in PR #1351 updated the minimum roughness clamp value from 0.005 to 0.04 for the GGX microfacet model to ensure visible specular highlights. However, this...

When using Borderless mode with SSE Display Tweaks, the ImGUI root window size does not match the in-game resolution, causing UI elements to be cut off or rendered outside the...

GetRuntimeData and similar functions like GetVRRuntimeData, should cache the offset relative to the class and manually cast to the associated RUNTIME_DATA, by storing the offset on init in Globals.cpp. This...

## Problem Currently, feature categories are defined as hard-coded string literals in each feature's `GetCategory()` method. This approach has several drawbacks: - Risk of typos and inconsistencies - Difficult to...

help wanted
good first issue

As the title says, the toggle doesn't actually accelerate weather change unlike how the description says, it just performs the change at normal speed.

Most visible on glaciers. When you move outside of the full shadow range, the glaciers start to glow, which looks very wrong and clashes horribly with their surroundings and any...

bug

What the title states. User cannot access performance overlay when Skyrim Upscaler is detected, since it is in the display settings which are disabled to prevent conflicts

bug

This is an issue for a reminder for me to fix. When the "Frame Rounding" slider is maxed to change the imgui sliders to have rounded borders, the grab within...

bug

Reproduce: Just run Skyrim with CS, and while the shaders are compiling, close the Skyrim window from the taskbar. Then go to the task manager and see that the Skyrim...

bug