Skip to content

Commit

Permalink
Merge pull request #165 from hakasapl/151-add-a-warning-for-simplicit…
Browse files Browse the repository at this point in the history
…y-of-snow-users-if-cm-or-pbr-shader-is-enabled

removed SoS warning
  • Loading branch information
hakasapl authored Dec 20, 2024
2 parents 3808254 + 47d99fb commit a246214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [0.8.0] - UNRELEASED

- Added pgtools.exe modding tools
- Removed simplicity of snow warning as the mod is not inherently incompatible

## [0.7.3] - 2024-12-09

Expand Down
6 changes: 0 additions & 6 deletions ParallaxGen/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,6 @@ void mainRunner(ParallaxGenCLIArgs &Args, const filesystem::path &ExePath) {
exit(1);
}

if (find(ActivePlugins.begin(), ActivePlugins.end(), L"simplicity of snow.esp") != ActivePlugins.end() &&
(Params.ShaderPatcher.TruePBR || Params.ShaderPatcher.ComplexMaterial)) {
spdlog::warn("You have Simplicity of Snow installed. SoS is incompatible with complex material and PBR. Use a "
"single-pass snow mod such as Better Dynamic Snow v3 instead.");
}

// Init PGP library
if (Params.Processing.PluginPatching) {
spdlog::info("Initializing plugin patcher");
Expand Down

0 comments on commit a246214

Please sign in to comment.