Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Enderal settings & Add ParticleLights to valid data directories #35

Closed
wants to merge 6 commits into from

Conversation

Twinki14
Copy link

Authors

Motivations

  • There isn't much point to the Enderal settings when all it's used for is short-names
  • The ParticleLights is a valid mod data directory

@@ -198,8 +198,7 @@ MOBase::VersionInfo GameSkyrimSE::version() const

QList<PluginSetting> GameSkyrimSE::settings() const
{
return {PluginSetting("enderal_downloads", "allow Enderal and Enderal SE downloads",
QVariant(false))};
return {}; //Must return something, otherwise linker erros smh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You obviously needs to return an empty list in a function that as a QList return type so that comment is not really useful.

@Holt59
Copy link
Member

Holt59 commented May 15, 2024

This should be two separate PR (Enderal stuff and Particle Lights).

Regarding the Enderal stuff, the fact that is used for short names means that users can opt-in or opt-out allowing downloads from Enderal and Enderal SE on Nexus. Having it turned-off by default prevent users from downloading from the wrong side. So I'm not for removing the settings.

Regarding the need for Enderal/EnderalSE downloads on Skyrim, I'll refer you to the original PR #23

@Twinki14 Twinki14 closed this by deleting the head repository May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants