Old editions explained

Delta Patcher Lite: What Happened to the Lite Version

Older tutorials often tell you to download “Delta Patcher Lite”. It was a real edition, and it no longer exists as a separate download. Here’s what it did, why it was retired, and why the current version does the same job.

  • Updated
  • Checked against Delta Patcher 3.1.6
  • 2 min read

In short

  • Delta Patcher Lite was an apply-only edition, shipped alongside the full version up to 2.x.
  • The only real difference was one button: Lite couldn’t switch to patch creation mode.
  • Version 3.0.0 (2022) merged the two, and every release since is a single program.
  • If a guide says “download Delta Patcher Lite”, use the current version 3.1.6 instead. The steps are identical.

What Delta Patcher Lite was

Delta Patcher used to ship in two flavours in the same download. The 2.0.1 archive, for example, contains both DeltaPatcher.exe and DeltaPatcherLite.exe. The Lite build opened with the title “Delta Patcher Lite” and hid the mode-switch button, so it could apply an XDelta patch but never create one.

That was the entire difference. Same engine, same options for applying patches, same results; it simply removed the half of the program most people never used. For someone who had just downloaded a translation patch, Lite was one less thing to understand.

Why it was retired

Version 3.0.0, released in 2022, merged the editions. The developer’s changelog puts it plainly: there is “no more distinction between lite and full versions”, because the separation was “quite redundant and unnecessary (the only difference was in one button)”. From 3.0.0 onwards the download contains a single DeltaPatcher.exe.

Lite compared with the full and current versions
Delta Patcher Lite (2.x)Delta Patcher (2.x)Delta Patcher 3.1.6 (current)
Apply patchesYesYesYes
Create patchesNoYesYes
Opens in apply modeYesYesYes
Still distributedNoNoYes

What to use instead

The current release behaves like Lite until you decide otherwise: it always starts in patch application mode, showing just the Original file and XDelta patch fields with an Apply patch button. Patch creation is only there if you press the switch-mode button, so following an old Lite tutorial works step for step.

You also get everything added since 2.x: friendlier error messages, patch description tooltips, support for files over 4 GB, high-DPI and dark mode on Windows, and macOS and Linux builds.

If you specifically need an old Lite build

Every old release stays on the project’s GitHub releases page (opens external site), including the 2.x archives that contain DeltaPatcherLite.exe. There’s rarely a good reason to use one:

  • 2.x can’t open patches that use the secondary compression added in 3.0.0.
  • Files larger than 4 GB need 3.1.5 or later.
  • Old builds extracted a bundled xdelta executable at runtime, which is exactly what used to trigger antivirus false positives.
  • The Windows-only 2.x builds have no macOS or Linux equivalent.

Following an old tutorial

Guides written before 2022, including many ROM hacking and translation readmes, still say “open Delta Patcher Lite, choose your ROM, choose the patch, click Apply patch”. Substitute the current version and nothing else changes: the field names and the Apply patch button are the same. The one thing worth adding is the Backup original file option, which keeps your original instead of replacing it. Why that matters.

Continue learning

Sources and references