ividyon / WitchyBND

Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data formats.
Other
116 stars 11 forks source link

Added IntColor CustomData type to MQB #23

Closed WarpZephyr closed 7 months ago

WarpZephyr commented 8 months ago

Added previously unknown "IntColor" CustomData type to MQB.
It has only been seen with 4 Members.
The length is 20 bytes since it includes a padding member and each member is an int.
The CustomData object was named "color" so thats how I deduced it's purpose.
I assume its in RGBA order from how the last member is 255.

WarpZephyr commented 8 months ago

Here is the MQB with the new datatype:
s19_00_0021.zip