z-edit / zedit

An integrated development environment for Bethesda Plugin Files.
https://z-edit.github.io
MIT License
304 stars 55 forks source link

names for more biped body part enums #275

Open keturn opened 2 years ago

keturn commented 2 years ago

When you look at a Skyrim Armor Addon, you can see a Biped Body Template that says things like

Biped Body Template

  • First Person Flags: 38 - Calves, 49 - Unnamed, 53 - Unnamed

These values weren't named by the original creation kit, but many formerly unused values have gained more-or-less standard roles in the modding community. It'd be nice to see those names in zEdit, matching some other tools like nifskope and OutfitStudio.

You can find names and descriptions for many of these in the spec hosted by niftools: https://github.com/niftools/nifxml/blob/master/nif.xml#L1236-L1283

Perhaps zEdit relies on xedit-lib for this, but I wasn't able to figure it out exactly, so I'm filing it here.