You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posting this issue here, since the developer of the fo76utils fork seems to be active here, and there is no issues section at that fork's repo...
NifSkope-2.0.dev9-20241228 is unable to import OBJ files as collision in such a way that Fallout4's Elric would be able to process them. This was possible with eckserah's fork Nifskope 2.0 dev 10.01.
I have attached the files I noticed the issue with:
theshack_coll.obj is the obj file which I tried to use as collision. Made in Blender, triangulated before export.
TheShack-import76.nif is what I got after importing the obj using the fo76utils version (a bhkTransformShape was added manually).
TheShack-importEckserah.nif is the same as above, but done using the eckserah version.
As far as I can tell, the only difference between the two NIFs you posted is that the Eckserah version does not stitch triangle strips, and the unknown data (20 bytes) in the collision shape block is filled with zeros instead of random uninitialized bytes.
I have now changed these, you can test if the issue is fixed with the new Actions build.
Posting this issue here, since the developer of the fo76utils fork seems to be active here, and there is no issues section at that fork's repo...
NifSkope-2.0.dev9-20241228 is unable to import OBJ files as collision in such a way that Fallout4's Elric would be able to process them. This was possible with eckserah's fork Nifskope 2.0 dev 10.01.
I have attached the files I noticed the issue with:
ObjImportTests.zip
The text was updated successfully, but these errors were encountered: