Module file might be corrupt after crash
Dragonfolk2000
Member Posts: 390
The toolset crashed while I was working on my module and now I can't get it to load in game. The error message says "Could not load the Module. Module file might be corrupt." Is there any way to save my module?
0
Comments
Rename the .mod as something else (don't delete it, just in case). Rename .BackupMod as .mod, then open it in the toolset.
This method does not work for me since I had to save over the backup in order to find out that it was corrupted in the first place.
So I'm trying to save as much as I can by exporting out as many things as possible and importing them into a new module. This is not a perfect method: I'll still need to redo a bunch of things like journal entries and local variables stored on the module itself. But initial tests imply that this will save much of the work I've put into this over the past several months.
I ended up exporting as many assets as possible into a new module. It was rather inconvenient and I had to re-add my module local variables, journal entries, and scripts that fired on rest, death, and item use. It didn't take long to do. I was able to do it all on stream within about an hour.
I'm glad I was able to save it but the whole process was very annoying and I'll be backing up my modules in the future.