WPL

From GTAMods Wiki
Revision as of 03:57, 7 January 2009 by Seemann (talk | contribs)
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];
 };

External Link

GTA Net GTAForums topic