malgreen / NexNux

NexNux is a cross-platform mod manager built with C# and Avalonia
GNU General Public License v3.0
4 stars 0 forks source link

Bethesda Plugins Support #5

Closed malgreen closed 1 year ago

malgreen commented 2 years ago

A bethesda/gamebryo game has plugins, and need to manage a plugins.txt file, NexNux should be able to manage this, if a new game is marked as a bethesda game, one should be able to set the path to the game's plugins.txt file One should then be able to enable/disable .esp files that are deployed with a list

malgreen commented 1 year ago

Creation engine and onwards have a different way of displaying plugins with an asterix (*) before each plugin listed.

malgreen commented 1 year ago

Solved in #40