sdenec / tidy-ui_game-settings

formerly FVTT UII Game Settings
16 stars 6 forks source link

Export of plugins lacks version and is not human readable #15

Closed apoapostolov closed 4 years ago

apoapostolov commented 4 years ago

The list of activated modules is not very readable as a single semicolon-delimited list. It also lacks the version for each module which I think is very important for spotting conflicts.

sdenec commented 4 years ago

The intend was to export a quick list of module names to be able to quickly restore active modules - for example without backing up a whole world. But I changed the output a little - added lines breaks and version number. That's all this simple mod can acomplish right now.

apoapostolov commented 4 years ago

That is extremely useful for the purpose of avoiding to the backup whole world to retain mod setup when hunting what mod A causes conflict with mod B. I wasn't aware that was the initial goal, I thought it was for sharing to devs what mods you have on so they can resolve issues. This totally makes sense now, and thanks for making it somewhat human-readable - all good.