Daggerfall Mod:DFRemake/DFELibrary - 3d Objects

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

See Arch3d.bsa for more information.

Error Codes[edit]

The following are the 3d object specific error codes. Note that these errors may be superceded by the Arch3d error DFERR_BAD3DOBJECT.

Error Code Description
DFERR_3D_READPASTEND -801 Read past the end of the 3d object.
DFERR_3D_READPASTSTART -802 Read past the start of the 3d object.
DFERR_3D_DATA2SUBRECORD -803 Invalid data2 sub-record offset found.
DFERR_3D_BADVERSION -804 Unknown 3D object version. Only 2.5, 2.6 and 2.7 object versions are supported.
DFERR_3D_BADHEADER -805 Failed to read the 3d object header.
DFERR_3D_BADPOINTS -806 Failed to read the 3d object point data.
DFERR_3D_BADFACES -807 Failed to read the 3d object face data.
DFERR_3D_BADNORMALS -808 Failed to read the 3d object normal data.
DFERR_3D_BADDATA1 -809 Failed to read the 3d object data1 data.
DFERR_3D_BADDATA2 -810 Failed to read the 3d object data2 data.