Skip to content

Commit

Permalink
Add "LightPlacer" to the list of valid top level folders. (#39)
Browse files Browse the repository at this point in the history
This is intended to support the LightPlacer mod by @powerof3.
  • Loading branch information
metacubed authored Jan 4, 2025
1 parent 82ac42f commit 5db803a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/skyrimsemoddatachecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ class SkyrimSEModDataChecker : public GamebryoModDataChecker
virtual const FileNameSet& possibleFolderNames() const override
{
static FileNameSet result{
"fonts", "interface", "menus", "meshes",
"music", "scripts", "shaders", "sound",
"strings", "textures", "trees", "video",
"facegen", "materials", "skse", "distantlod",
"asi", "Tools", "MCM", "distantland",
"mits", "dllplugins", "CalienteTools", "NetScriptFramework",
"shadersfx", "Nemesis_Engine", "Platform", "grass"};
"fonts", "interface", "menus", "meshes",
"music", "scripts", "shaders", "sound",
"strings", "textures", "trees", "video",
"facegen", "materials", "skse", "distantlod",
"asi", "Tools", "MCM", "distantland",
"mits", "dllplugins", "CalienteTools", "NetScriptFramework",
"shadersfx", "Nemesis_Engine", "Platform", "grass",
"LightPlacer"};
return result;
}
virtual const FileNameSet& possibleFileExtensions() const override
Expand Down

0 comments on commit 5db803a

Please sign in to comment.