Gorgopis Posted August 15, 2022 Posted August 15, 2022 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!
7531Leonidas Posted August 15, 2022 Posted August 15, 2022 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 POWERSHELLRem - 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.
Recommended Posts