<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Barony_Voxel</id>
		<title>Barony Voxel - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Barony_Voxel"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Barony_Voxel&amp;action=history"/>
		<updated>2026-04-20T19:54:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Barony_Voxel&amp;diff=27143&amp;oldid=prev</id>
		<title>Hamhock666: Created page with &quot;{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|vox}} |released=2015 }}  '''Barony Voxel''' files are used by the game [http://www.baronygame.com...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Barony_Voxel&amp;diff=27143&amp;oldid=prev"/>
				<updated>2017-01-20T03:50:17Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|vox}} |released=2015 }}  &amp;#039;&amp;#039;&amp;#039;Barony Voxel&amp;#039;&amp;#039;&amp;#039; files are used by the game [http://www.baronygame.com...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Game data files&lt;br /&gt;
|extensions={{ext|vox}}&lt;br /&gt;
|released=2015&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Barony Voxel''' files are used by the game [http://www.baronygame.com/ Barony] to store voxel model data. Each file is a three dimensional array of indexes to voxel colors. If a voxel index is 255 or 0xFF, then the voxel is transparent. There can only be 256 different colors including transparency in a Barony voxel model.&lt;br /&gt;
&lt;br /&gt;
==Format==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uint32 size_x&lt;br /&gt;
uint32 size_y&lt;br /&gt;
uint32 size_z&lt;br /&gt;
&lt;br /&gt;
struct rows[size_x]&lt;br /&gt;
    struct columns[size_y]&lt;br /&gt;
        struct voxels[size_z]&lt;br /&gt;
            uint8 voxel_color_index&lt;br /&gt;
&lt;br /&gt;
struct colors[256]&lt;br /&gt;
    uint8 red&lt;br /&gt;
    uint8 green&lt;br /&gt;
    uint8 blue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
[http://www.baronygame.com/ Barony website]&lt;/div&gt;</summary>
		<author><name>Hamhock666</name></author>	</entry>

	</feed>