Closed Noggog closed 5 months ago
Please refer back to the post on synthesis https://github.com/Mutagen-Modding/Synthesis/issues/110#issuecomment-1685249560
It should not change the ModKey and plugin file name. It only needs to add the flag so it can be loaded in esl space.
Related to https://github.com/Mutagen-Modding/Synthesis/issues/110
Potential related code:
Since the decision to turn it into an ESL will change the ModKey, we need to not just plop this logic into the
ModHeaderWriteLogic
only, as users will probably want to detect ESL-ability before calling the write function, so they can adjust their ModKey appropriately.We will then also want to add it to
ModHeaderWriteLogic
with some options inBinaryWriteParameters
to do the detection and perhaps throw an exception if it's deemed not esl-able, but set to be an esl.