Infernio
Infernio
`Knights - Revelation.esp` doesn't cause the traceback, that one is really only in there because of the Eye Checker.
Depends on what the xEdit team does. If QAC starts adding Partial Forms to earlier games, we'll have no choice but to support them 🤷♀️.
Added Fallout 4 label for now, we'll continue to monitor how this evolves.
Apparently adding the Partial Form flag to CELLs 'fixes' the bug where temporary REFRs disappear if you override a new CELL from an ESM+ESL-flagged plugin. So we may end up...
Like I said, 'fixes' :P We have no idea if this actually fixes anything, I'm just putting it here so we have context if we start getting reports about WB...
Moved to 308, I don't see myself working on this for a while.
I found the cause of the BP issue that was mentioned here - I did a `zip(record.masters, record.master_sizes)`, but forgot to pad `master_sizes` before that. So `masters` had the correct...
> Tiny notes class OrderedDefaultDict(collections.OrderedDict, collections.defaultdict) will blow on python 3 (OrderedDict implemented in C so incompatible bases), but then all dicts are ordered Yup, this relies on us dropping...
Morrowind first, we'll see about OpenMW then. But yeah, there's no reason why we couldn't support OpenMW at some point.
Some discussions from #400 that are related to this issue: 1. https://github.com/wrye-bash/wrye-bash/issues/400#issuecomment-783456175 and onwards 2. https://github.com/wrye-bash/wrye-bash/issues/400#issuecomment-786720816 and onwards