FileInfo

Languages

Overview

What is a PATCH file? File created by Mercurial, a control management developer tool; contains the differences between two different versions of the same text or source file; used by developers that are making changes to different versions of the same file; enables updating of older text files to newer version text files.

More Information The "patch" command searches for the line that starts with the string diff - , once it finds that string, it knows that that's the beginning of the patch content. Mercurial is mostly written in the Python and C languages. NOTE: Also known as .DIFF files because they were originally created by the diff command.

Popularity3.9/5

145 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched all file formats and software programs listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperChucklefish
Popularity3.5 | 2 Votes

Previous / Next

In-Depth

.PATCH File Extension

2 file types use the .patch file extension.

DeveloperMatt Mackall
Popularity
3.9  |  145 Votes
 

What is a PATCH file?

File created by Mercurial, a control management developer tool; contains the differences between two different versions of the same text or source file; used by developers that are making changes to different versions of the same file; enables updating of older text files to newer version text files.

More Information

The "patch" command searches for the line that starts with the string diff - , once it finds that string, it knows that that's the beginning of the patch content.

Mercurial is mostly written in the Python and C languages.

NOTE: Also known as .DIFF files because they were originally created by the diff command.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference PATCH files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Mercurial

Free

Mac

Mercurial

Free

Linux

Mercurial

Free

Category: Developer Files

Updated: December 13, 2013

Starbound Patch File

DeveloperChucklefish
Popularity
3.5  |  2 Votes
 

A PATCH file contains information that modifies gameplay in Starbound, a 2D space exploration game. It stores plain text formatted in the Starbound Patch structure, which includes four code groups describing the operations performed on gameplay files as part of a game mod. For example, a PATCH file can modify the player.config file to change a player's capabilities.

More Information

PATCH file open in Microsoft Visual Studio Code 1.9

PATCH files are useful for Starbound players who want to adjust gameplay without directly altering or erasing original files. Instead, they can create a PATCH file and define operations within it to make the desired changes to a gameplay file that Starbound references and applies.

Examples of possible operations:

Starbound users place PATCH files in the same directory as the gameplay files they modify with the .patch extension appended to the end of the filename. For example, a user will place an example.config.patch file in the same directory as the example.config file it modifies.

How to open a PATCH file

You can open and edit PATCH file with a source code editor, such as Microsoft Visual Studio Code , which provides helpful syntax-highlighting capabilities. Plain text editors, including Microsoft Notepad and Apple TextEdit , can also open and edit PATCH files but do not provide helpful editing features that source code editors offer.

Programs that open PATCH files

Sort

Pricing

Program Name

Platform

Reset

X

All Platforms

Any text editor

Windows

Chucklefish Starbound

Paid

Microsoft Visual Studio Code

Free

Microsoft Notepad

Included with OS

Microsoft WordPad

Mac

Chucklefish Starbound

Paid

Microsoft Visual Studio Code

Free

Apple TextEdit

Included with OS

Bare Bones BBEdit

Free Trial

MacroMates TextMate

Free

Linux

Chucklefish Starbound

Paid

Microsoft Visual Studio Code

Free

Leafpad

Free

gedit

Free

Web

Online TXT Reader

Free

TextEditor.co

Free

iOS

Apple Pages

Free

Microsoft Office

Free +

Android

Microsoft Office

Free +

Chrome OS

Google Chrome Text

Included with OS

Category: Game Files

Updated: July 2, 2024

FAQ

What is a PATCH file?
File created by Mercurial, a control management developer tool; contains the differences between two different versions of the same text or source file; used by developers that are making changes to different versions of the same file; enables updating of older text files to newer version text files.