Tmp for Mod2

This commit is contained in:
Ottermandias 2022-04-09 16:29:20 +02:00
parent 069ae772a5
commit 48e442a9fd
30 changed files with 697 additions and 252 deletions

View file

@ -122,9 +122,11 @@ public class Penumbra : IDalamudPlugin
}
ResidentResources.Reload();
//var c = ModCollection2.LoadFromFile( new FileInfo(@"C:\Users\Ozy\AppData\Roaming\XIVLauncher\pluginConfigs\Penumbra\collections\Rayla.json"),
// out var inheritance );
//c?.Save();
foreach( var folder in ModManager.BasePath.EnumerateDirectories() )
{
var m = Mod2.LoadMod( folder );
}
}
public bool Enable()