<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ffrtt.ru/index.php?action=history&amp;feed=atom&amp;title=FF10%2FFileFormat_VBF</id>
	<title>FF10/FileFormat VBF - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ffrtt.ru/index.php?action=history&amp;feed=atom&amp;title=FF10%2FFileFormat_VBF"/>
	<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF10/FileFormat_VBF&amp;action=history"/>
	<updated>2026-08-04T12:51:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.ffrtt.ru/index.php?title=FF10/FileFormat_VBF&amp;diff=43&amp;oldid=prev</id>
		<title>BukTop: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF10/FileFormat_VBF&amp;diff=43&amp;oldid=prev"/>
		<updated>2019-05-23T02:10:44Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 02:10, 23 May 2019&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>BukTop</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.ffrtt.ru/index.php?title=FF10/FileFormat_VBF&amp;diff=42&amp;oldid=prev</id>
		<title>my_wiki&gt;TopherAU: Created page with &quot;Final Fantasy X stores all of its' game data in a single large archive, called a VBF (Virtuos Big File) archive. [https://en.wikipedia.org/wiki/Virtuos Virtuos] is the develop...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.ffrtt.ru/index.php?title=FF10/FileFormat_VBF&amp;diff=42&amp;oldid=prev"/>
		<updated>2018-05-10T11:34:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Final Fantasy X stores all of its&amp;#039; game data in a single large archive, called a VBF (Virtuos Big File) archive. [https://en.wikipedia.org/wiki/Virtuos Virtuos] is the develop...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Final Fantasy X stores all of its' game data in a single large archive, called a VBF (Virtuos Big File) archive. [https://en.wikipedia.org/wiki/Virtuos Virtuos] is the developer contracted by Square Enix to handle the FFX/X-2 HD Remaster.&lt;br /&gt;
&lt;br /&gt;
=== VBF header format ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Offset&lt;br /&gt;
! Length&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x0000&lt;br /&gt;
| 4 bytes&lt;br /&gt;
| N/A&lt;br /&gt;
| VBF header bytes, always equal to 0x5352594b (&amp;quot;SRYK&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
| 0x0004&lt;br /&gt;
| 4 bytes&lt;br /&gt;
| headerLength&lt;br /&gt;
| Length of the header block&lt;br /&gt;
|-&lt;br /&gt;
| 0x0008&lt;br /&gt;
| 8 bytes&lt;br /&gt;
| numFiles&lt;br /&gt;
| Number of files contained in archive&lt;br /&gt;
|-&lt;br /&gt;
| 0x0010&lt;br /&gt;
| numFiles * 16 bytes&lt;br /&gt;
| nameHashes&lt;br /&gt;
| MD5 hashes of each file name within archive&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:lightgray; font-weight: bold&amp;quot; | The next 5 values are repeated for each file in the archive&lt;br /&gt;
|-&lt;br /&gt;
| 0x0010 + (numFiles * 16) + (32 * fileIndex)&lt;br /&gt;
| 4 bytes&lt;br /&gt;
| blockListStarts&lt;br /&gt;
| Start offset of file in the block list&lt;br /&gt;
|-&lt;br /&gt;
| 0x0014 + (numFiles * 16) + (32 * fileIndex)&lt;br /&gt;
| 4 bytes&lt;br /&gt;
| unknown&lt;br /&gt;
| Unknown value, can be left as 0 when reconstructing&lt;br /&gt;
|-&lt;br /&gt;
| 0x0018 + (numFiles * 16) + (32 * fileIndex)&lt;br /&gt;
| 8 bytes&lt;br /&gt;
| originalSizes&lt;br /&gt;
| Original size of file&lt;br /&gt;
|-&lt;br /&gt;
| 0x0020 + (numFiles * 16) + (32 * fileIndex)&lt;br /&gt;
| 8 bytes&lt;br /&gt;
| startOffsets&lt;br /&gt;
| Start offset of file data&lt;br /&gt;
|-&lt;br /&gt;
| 0x0028 + (numFiles * 16) + (32 * fileIndex)&lt;br /&gt;
| 8 bytes&lt;br /&gt;
| fileNameOffsets&lt;br /&gt;
| Offset of file name in string table&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; | ...&lt;br /&gt;
|-&lt;br /&gt;
| 0x0010 + (numFiles * 48)&lt;br /&gt;
| 4 bytes&lt;br /&gt;
| stringTableLength&lt;br /&gt;
| Length of the string table&lt;br /&gt;
|-&lt;br /&gt;
| 0x0014 + (numFiles * 48)&lt;br /&gt;
| stringTableLength&lt;br /&gt;
| stringTable&lt;br /&gt;
| String table data&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>my_wiki&gt;TopherAU</name></author>
		
	</entry>
</feed>