VPW64 Costume Info, 2023 version ================================ shamelessly copied and pasted from VPW Studio's source code. "UInt16" is two bytes, big endian format. Everything except "Unknown" and "BodyType" corresponds to a file ID. public byte Unknown; public byte BodyType; public UInt16 PelvisPalette; public UInt16 PelvisTexture; public UInt16 StomachPalette; public UInt16 StomachTexture; public UInt16 ChestPalette; public UInt16 ChestTexture; #region Left Side public UInt16 LeftBootPalette; public UInt16 LeftBootTexture; public UInt16 LeftLegPalette; public UInt16 LeftLegTexture; public UInt16 LeftFootPalette; public UInt16 LeftFootTexture; public UInt16 LeftPalmPalette; public UInt16 LeftPalmTexture; public UInt16 LeftFingersPalette; public UInt16 LeftFingersTexture; public UInt16 LeftForearmPalette; public UInt16 LeftForearmTexture; public UInt16 LeftUpperArmPalette; public UInt16 LeftUpperArmTexture; public UInt16 LeftFootBottomPalette; public UInt16 LeftFootBottomTexture; #endregion #region Right Side public UInt16 RightBootPalette; public UInt16 RightBootTexture; public UInt16 RightLegPalette; public UInt16 RightLegTexture; public UInt16 RightFootPalette; public UInt16 RightFootTexture; public UInt16 RightPalmPalette; public UInt16 RightPalmTexture; public UInt16 RightFingersPalette; public UInt16 RightFingersTexture; public UInt16 RightForearmPalette; public UInt16 RightForearmTexture; public UInt16 RightUpperArmPalette; public UInt16 RightUpperArmTexture; public UInt16 RightFootBottomPalette; public UInt16 RightFootBottomTexture;