Skip to content

Patch Layout

Wilson edited this page Feb 24, 2017 · 2 revisions

FTI Patcher Details

  • FTI_Patcher.exe - The patching executable that performs patching operations.
  • Patch.dat - This is a GZip archive and will contain everything the patcher needs to do its job.

Patch.dat Structure:

/
+--meta/
|  +--icon.ico         - Icon used by the patcher.
|  +--background.png   - Background image displayed in the patcher window.
|  +--meta.xml         - This XML configures the window, sets the version number, and populates the about box.
|  +--patch.xml        - The complete instruction set that the patcher needs to perform to finish its job.
+--tools/
|  +--tool1.exe        - Any executables necessary to perform the patching. i.e. xdelta3.exe
|  +--tool2.exe        
+--patch/
|  +--sub_directory1/
|  |  +--file1.ext
|  +--file2.xdelta
|  +--file3.xdelta
|  +--...
|  +--file47.xdelta

Fan Translators Inc.

Contributing to Kuriimu

Neobeo's Challenges

Plugins

Plugins (old)

Plugin Development Guide

Creating A Patch

Clone this wiki locally