Skip to content

Commit

Permalink
Add "LightPlacer" to the list of valid top level folders.
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 committed Dec 19, 2024
1 parent 5c6fd59 commit a975249
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/skyrimvrmoddatachecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ class SkyrimVRModDataChecker : 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"};
"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", "LightPlacer"};
return result;
}
virtual const FileNameSet& possibleFileExtensions() const override
Expand Down

0 comments on commit a975249

Please sign in to comment.