Skip to content

Commit

Permalink
Improved Starfield Compatibility
Browse files Browse the repository at this point in the history
Added support for SFBGS004 and Shattered Space plugins.
  • Loading branch information
DuskDweller committed Nov 4, 2024
1 parent b44f9b2 commit decbdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Game Modes/Starfield/StarfieldGameModeDescriptor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ public class StarfieldGameModeDescriptor : GamebryoGameModeDescriptorBase
{
private static string[] EXECUTABLES = { "Starfield.exe" };
private static string[] CRITICAL_PLUGINS = { "Starfield.esm" };
private static string[] OFFICIAL_PLUGINS = { "BlueprintShips-Starfield.esm", "Constellation.esm", "OldMars.esm" };
private static string[] OFFICIAL_UNMANAGED_PLUGINS = { "SFBGS003.esm", "SFBGS006.esm", "SFBGS007.esm", "SFBGS008.esm" };
private static string[] OFFICIAL_PLUGINS = { "BlueprintShips-Starfield.esm", "Constellation.esm", "OldMars.esm", "ShatteredSpace.esm" };
private static string[] OFFICIAL_UNMANAGED_PLUGINS = { "SFBGS003.esm", "SFBGS004.esm", "SFBGS006.esm", "SFBGS007.esm", "SFBGS008.esm" };

private const string MODE_ID = "Starfield";

Expand Down

0 comments on commit decbdfe

Please sign in to comment.