Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JMPZ11 opened this issue Nov 4, 2024 · 1 comment
Open

Comments

@JMPZ11
Copy link

JMPZ11 commented Nov 4, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants