hexabits / nifskope

Other
245 stars 52 forks source link

Error reading Starfield nif: Encountered unknown block (BSFaceFX) #92

Open JMPZ11 opened 4 weeks ago

JMPZ11 commented 4 weeks ago

I'm trying to get a nif exported of an NPC. Using the Preview window in CK, I exported barret to .nif. Nifskope is unable to open with the error

Pos 6797: Encountered unknown block (BSFaceFX)

image

Offending file is attached.

barret_export_nif_probly_junk.zip

Thanks!

fo76utils commented 4 weeks ago

The file uses unknown block types BSFaceFX and BoneModifierExtra, I added those to nif.xml. However, the blocks seem to be empty, the only data field is the block name (4 bytes). Do you have more examples of files that include these blocks, in particular any that include actual data? I also wonder what tool was used to create this NIF, since the new block types do not seem to be used in the base game.