Omeletter Posted June 4, 2012 Share Posted June 4, 2012 (edited) I was trying to export stuff from my mod. I used Wrye Bash's function "export editor IDs". However, it didn't export categories like containers, statics, etc. It exported the other categories, like Globals. I tried using the other export functions, but it always gives me an error similar to the one below. Is it possible to export the categories I need with Wrye Bash? Also, I tried both Python and standalone versions. Traceback (most recent call last): File "C:\Games\Steam\steamapps\common\skyrim\Mopy\bash\basher.py", line 13343, in Execute fullNames.readFromMod(fileInfo) File "C:\Games\Steam\steamapps\common\skyrim\Mopy\bash\bosh.py", line 10444, in readFromMod classes = [MreRecord.type_class[x] for x in self.types]KeyError: 'CONT' Edited June 4, 2012 by Omeletter Link to comment Share on other sites More sharing options...
Recommended Posts