WPL
Jump to navigation
Jump to search
World PLacement files are map-related files similar to IPL-files. It can be edited using WPL Manager.
File Format
- Header
struct Header_t
{
BYTE byteUnknown01[ 4 ];
DWORD dwNbrOfBlockInst;
};
- InstBlock (Start from 0x44)
struct Inst_t
{
float fPosition[ 3 ];
float fRotation[ 4 ];
DWORD dwModelNameHash;
BYTE byteUnknown01[ 4 ];
DWORD dwAttachedLod;
BYTE byteUnknown02[ 8 ];
};