wrye-bash / wrye-bash

A swiss army knife for modding Bethesda games.
https://wrye-bash.github.io
GNU General Public License v3.0
455 stars 79 forks source link

Extend no_skip et al. to other skips #662

Open Infernio opened 1 year ago

Infernio commented 1 year ago

Right now these only work for Skip Docs, but it would be useful to centralize the handling so we can use these to fix e.g. erroneous image skips too.

sibir-ine commented 1 year ago

As a note for when this is implemented, Interface/splash.png can be added to TES5's exclusions as it's installed by the mod Desktop Splash Screen.

Infernio commented 1 year ago

Maybe we should add the entirety of interface as an exclusion then, same with textures? We can use no_skip_regexes for that since they may be arbitrarily nested.

sibir-ine commented 1 year ago

I don't see why not; I don't imagine many mod authors would put anything that could be skipped in a vanilla folder.