SaveScum / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
0 stars 0 forks source link

FORMS: File 'EXAMPLE.esp' contains a form with a master file ID but no match in the master file: (00900000) #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Used the Change formid option
2.
3.

What is the expected output?
Formid change without error when loading plugin in CK

What do you see instead?
when Creation kit loads it complains about the changed formid
throwing this error

FORMS: File 'EXAMPLE.esp' contains a form with a master file ID but no match in 
the master file: (00900099)

What version of the product are you using? On what operating system?
windows 8 64bit

Please provide any additional information below.

Original issue reported on code.google.com by raziel...@gmail.com on 15 Oct 2013 at 10:53

GoogleCodeExporter commented 9 years ago
You assigned a new FormID from Skyrim's space (the high byte is 00 in 00900099 
assuming that example.esp has skyrim.esm as master), it is called injection. 
You are supposed to use 01900099 if changing FormID inside example.esp space.
Read FO3Edit training manual for more information linked on nexus description 
page.

Original comment by zila...@gmail.com on 16 Oct 2013 at 5:38