Add "LightPlacer" to the list of valid top level folders. (#34)

This is intended to support the LightPlacer mod by @powerof3.
This commit is contained in:
metacubed
2025-01-04 18:37:36 +01:00
committed by GitHub
parent 5c6fd594a4
commit 67ba97fd8d
+7 -7
View File
@@ -12,13 +12,13 @@ protected:
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