Microsoft XNA Compiled Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Serialization |extensions={{ext|xnb}} }} '''XNB''' files are created by Microsoft XNA and distributed w...") |
(correct LZX mention) |
||
Line 4: | Line 4: | ||
|extensions={{ext|xnb}} | |extensions={{ext|xnb}} | ||
}} | }} | ||
− | '''XNB''' files are created by [[Wikipedia:Microsoft XNA|Microsoft XNA]] and distributed with many games. XNB is a general serialization format capable of representing arbitrary .NET objects, but there are common definitions for textures, sound samples, 3D models, fonts, and other game data. XNB files may use | + | '''XNB''' files are created by [[Wikipedia:Microsoft XNA|Microsoft XNA]] and distributed with many games. XNB is a general serialization format capable of representing arbitrary .NET objects, but there are common definitions for textures, sound samples, 3D models, fonts, and other game data. XNB files may use [[LZX]] compression (referred to as the Xbox XMemCompress format). |
== Specification == | == Specification == |
Revision as of 23:41, 22 September 2013
XNB files are created by Microsoft XNA and distributed with many games. XNB is a general serialization format capable of representing arbitrary .NET objects, but there are common definitions for textures, sound samples, 3D models, fonts, and other game data. XNB files may use LZX compression (referred to as the Xbox XMemCompress format).
Specification
Microsoft provides XNB format documentation and sample code.