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

Expand PROJ and HDPT tag coverage for Skyrim #636

Closed Sabre142 closed 1 year ago

Sabre142 commented 1 year ago

Will PROJ -> DATA subrecords ever receive SSE tag support like it already has in FO3/FNV?

It would be good if SSE's Graphics tag could support (HDPT) Head Part: (MODL) Model and (TXST) Texture Set too as it already does with FO3/FNV.

sibir-ine commented 1 year ago

I've implemented the requested patcher expansion in sib-636-tag-coverage. @Infernio, did you have any plans for expanding patchers in FO3/FNV too, or did you just add labels for them because they were mentioned?

Infernio commented 1 year ago

Removed the labels 👍

sibir-ine commented 1 year ago

Okay, I'll merge this to nightly then.

Infernio commented 1 year ago

Future tip: you can use git merge --squash (on the command line - git clients should have an equivalent) followed by a git commit, that way the entire branch just ends up as a single commit on nightly.

sibir-ine commented 1 year ago

Got it. Wasn't really sure how I should merge stuff like this, but I'll keep that in mind.