Jump to content

How to Make a Simple Text-List of Enabled Mods to Show in these Discussions?


Gorgopis

Recommended Posts

Probably straightforward, but is there a customary way to make a simple text-list of our enabled mods to publish in these forums?

 

Is this a Vortex question?

 

(I.e, does Vortex (or MO2 for that matter) have a tool for making a simple text list of, say, enabled mods?)

 

Thx!

Link to comment
Share on other sites

I did this ages ago, may be a simpler way now...

 

From this topic ( https://forums.nexusmods.com/index.php?/topic/10176613-does-anyone-know-how-to-get-a-usable-mod-list-from-vortex/page-2 )

 

This routine got my modlist from the Vortex Staging Folder, using Powershell in Windows:

 

 

Hit Windows Key + X select Windows POWERSHELL

Rem - Went like this, in ps:

cmd [return]

[drive letter holding Vortex]: [return]

cd [path to vortex mods\skyrimse] [return]

dir . /b > [chosen title_for_list.txt] [return] -- Important - no spaces in name for modlist text file, underscores are ok!


Rem - (the modlist txt file will show up in the skyrimse folder listed above, after a refresh)

Rem - this just prints out the directory file, but it shows the mod name and version number.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...