phinocio / loadorderlibrary-frontend

Load Order Library is a website/tool to share mod lists of Bethesda games with other players. Primarily for debugging purposes, but can be quite useful for YouTubers to have mod lists for each of their let's play characters, mod list creators to share with users, etc.
https://loadorderlibrary.com
0 stars 0 forks source link

[ENHANCEMENT] Request: mods url and mods selection #5

Open axet opened 4 months ago

axet commented 4 months ago

Is your feature request related to a problem? Please describe.

Having loadorder.txt and modlist.txt is not enougth information to create exact mod build for your own. Need to know where to download a mod, mod version, and mod selection (using optional mod features)

Describe the solution you'd like

One more file with mod description containig mod title, mod url, mod version, mod selection as following:

0210) Warden of the Coast (https://www.nexusmods.com/skyrimspecialedition/mods/79828) // WotC Build 1.7 // Data
0670) Skyrim Extended Cut - Saints and Seducers (https://www.nexusmods.com/skyrimspecialedition/mods/72772) // 'Skyrim Extended Cut - Saints and Seducers'*'1.0.0.6' // 00 Core Files:01 Other Creation Club Integrations:02 Patches /// Rare Curios:Saints & Seducers

Describe alternatives you've considered

We need such information shared as well as mod orders and enable list.

Additional context

I wrote my own script which helps me to unpack and select all mod options I want. Linux shell script (with mod lists):

This script does not download a file, but open nexus page and let user download the content into 'downloads' directory, then script run over those files and unpack necessary directories to prepare the game.

phinocio commented 4 months ago

Ideally I want to be able to get this metadata from someone uploading a CSV generated via Mod Organizer 2, something similar to this could also work. Will look more into that once I finish the redesign I'm working on