Hey,
I am still modding around with Nehrim and my pal just had a weird bug.
A complete wall disappeared in our mod.
After fiddling around a bit, I realized that the wall has the very same FormID as an ingredient in an interior cell.
And it seems it isn't the only one. This problem doesn't come from our mod, instead it is already part of the base game
We could easily fix them by changing the FormID with TesIVEdit.
At least if the object isn't referenced anywhere else (Script, etc).
However, it would be nice to find out how many double FormIDs there are. Since I guess every FormID which is used by two different objects would trigger a problem.
Is there any way to quickly find identical FormIDs?
Cheers