mirror of
https://github.com/ModOrganizer2/modorganizer-game_starfield.git
synced 2026-07-27 14:08:51 -07:00
Add main plugins introduced with new update
This commit is contained in:
@@ -226,7 +226,8 @@ QStringList GameStarfield::testFilePlugins() const
|
||||
|
||||
QStringList GameStarfield::primaryPlugins() const
|
||||
{
|
||||
QStringList plugins = {"Starfield.esm", "Constellation.esm", "OldMars.esm"};
|
||||
QStringList plugins = {"Starfield.esm", "Constellation.esm", "OldMars.esm",
|
||||
"SFBGS006.esm", "SFBGS007.esm", "SFBGS008.esm"};
|
||||
|
||||
auto testPlugins = testFilePlugins();
|
||||
if (loadOrderMechanism() == LoadOrderMechanism::None) {
|
||||
|
||||
Reference in New Issue
Block a user