mirror of
https://github.com/ModOrganizer2/modorganizer-game_skyrimVR.git
synced 2026-07-27 14:05:19 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user