File information

Last updated

Original upload

Created by

LarannKiar

Uploaded by

LarannKiar

Virus scan

Safe to use

Tags for this mod

About this mod

Lets you see and optionally export the list of your mods which are loaded by the game engine.

Requirements
Permissions and credits
About this mod:

Native console commands to display the active plugin list in the console or export it to .txt file.

Plugins are mod files like <something.esm>. "Active" are the ones which are "truly" loaded by the engine. They're either in ../steamapps/common/Starfield/Data or ../Documents/My Games/Starfield/Data. (While both directories are available for mod files; the first one is the preferred).


The new commands: ShowLoadOrder, ExportLoadOrder.


ShowLoadOrder:

ReturnsLoadOrderPrefix FileName PluginType AbsoluteFilePath HeaderVersion RecordCount MasterFiles AuthorName

ShowLoadOrder without parameter: returns all above.
ShowLoadOrder 1: returns all except Master files.
ShowLoadOrder 2: returns all except plugin file location.
ShowLoadOrder 3: returns all except both Master files and plugin file location.

Short version that does the same: ShowLO


ExportLoadOrder:

Exports load order info to ../steamapps/common/Starfield/Data/SFSE/LoadOrderInfo.txt. If this .txt file does not exist, it creates one.

ExportLoadOrder without parameter: writes the load order info at the end of the LoadOrderInfo.txt.
ExportLoadOrder 1: removes its previous content of LoadOrderInfo.txt then writes the load order info to it.

Short version that does the same: ExportLO


Requirements:

Starfield Script Extender


Install/Uninstall:

Can be installed and uninstalled anytime.

Install: either with your mod manager or extract the archive in {...Steam installation folder}\Starfield\Data, just like any SFSE plugins.

Uninstall: either with mod manager or simply remove the extracted plugin file. It doesn't make any permanent changes to your game or save files and can be uninstalled anytime.