Jump to content

Wrye Bash question


Omeletter

Recommended Posts

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 by Omeletter
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...