Mutagen-Modding / Mutagen

A .NET library for analyzing, creating, and manipulating Bethesda mods
GNU General Public License v3.0
117 stars 32 forks source link

Add Starfield Light/Half master reference index concepts #527

Closed Noggog closed 2 months ago

Noggog commented 2 months ago

Before, light masters could be treated as normal masters when considering a single mod file. Add one to your masters list, and refer to records within it as you would normally.

With Starfield, they've changed the pattern. You can add a light (and now half/medium) master to a mods master list, but you can no longer reference it as normal.

References to records in Light masters must both:

The worst part about this is that knowing whether to do that special behavior ^ now requires knowledge of data within the master mod files themselves at the time of writing, which means:

The new Half/Medium masters I think do the same concepts, except are index FD, and have the FDXX____ pattern instead