Fan patch
   HOME

TheInfoList



OR:

An unofficial patch is a patch for a piece of software, created by a third party such as a
user community A virtual community is a social network of individuals who connect through specific social media, potentially crossing geographical and political boundaries in order to pursue mutual interests or goals. Some of the most pervasive virtual communi ...
without the involvement of the original developer. Similar to an ordinary patch, it alleviates bugs or shortcomings. Unofficial patches do not usually change the intended usage of the software, in contrast to other third-party software adaptions such as mods or cracks.


Motivation

A common motivation for the creation of unofficial patches is missing
technical support Technical support (abbreviated as tech support) is a call centre type customer service provided by companies to advise and assist registered users with issues concerning their technical products. Traditionally done on the phone, technical suppor ...
by the original software developer or provider. Reasons may include: *the software product reached its defined end-of-life and/or was superseded by a successor product (
planned obsolescence In economics and industrial design, planned obsolescence (also called built-in obsolescence or premature obsolescence) is a policy of planning or designing a good (economics), product with an artificially limited Product lifetime, useful life o ...
) * the software was originally designed to operate in a substantially different environment and may require improvement/optimization (
porting In software engineering, porting is the process of adapting software for the purpose of achieving some form of execution in a computing environment that is different from the one that a given program (meant for such execution) was originally desi ...
) * the developer has gone out of business and is not available anymore (
abandonware Abandonware is a product, typically software, ignored by its owner and manufacturer, and for which no official support is available. Within an intellectual rights contextual background, abandonware is a software (or hardware) sub-case of the ...
) *support is not economically viable (e.g. localization for small markets) *a fast solution for a time critical problem (e.g. security holes) when an official one takes too long * the official developer is unable to cope with the problems


Types

Unofficial patches are also sometimes called ''fan patches'' or ''community patches'', and are typically intended to repair unresolved bugs and provide technical compatibility fixes, e.g. for newer operating systems, increased display resolutions or new display formats. While unofficial patches are most common for the PC platform, they can also be found for console games e.g. in context of the emulation community.


Translations

Unofficial patches are not limited to technical fixes; fan translations of software, especially games, are often created if the software has not been released locally. Fan translations are most common for
Japanese role-playing game While the early history and distinctive traits of role-playing video games (RPGs) in East Asia come from Japan, many have also been developed in South Korea and in China. Japanese role-playing games Japanese computer role-playing games O ...
s which are often not localized for Western markets.
https://web.archive.org/web/20110716024241/http://img128.imageshack.us/img128/1900/tra26ba.jp

https://web.archive.org/web/20110718200429/http://img145.imageshack.us/img145/7259/tra42bl.jpg]
Another variant of unofficial patches are Slipstream (computing), slipstream like patches which combine official patches together, when individual patches are only available online or as small incremental updates.


Methods

The most common case is that the
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
and the original development tools are not available for the software. Therefore, the faulty software's binary must be analyzed at
run time Run(s) or RUN may refer to: Places * Run (island), one of the Banda Islands in Indonesia * Run (stream), a stream in the Dutch province of North Brabant People * Run (rapper), Joseph Simmons, now known as "Reverend Run", from the hip-hop group ...
by reverse engineering and debugging. If the problem is found, a fix to the program must be applied. Sometimes only small changes in
configuration file In computing, configuration files (commonly known simply as config files) are files used to configure the parameters and initial settings for some computer programs. They are used for user applications, server processes and operating system ...
s or the registry are required, sometimes binary hacks on the executable itself are required to fix bugs. If a
software development kit A software development kit (SDK) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger and sometimes a software framework. They are normally specific ...
(e.g. for modding) is available, fixes to the content can be easily produced, otherwise the community would need to create their own tools. These found fixes are typically packed to user deployable patches (e.g. with NSIS, Innosetup). If the source code is available, support can by provided most effectively. Sometimes the source code is released intentionally, sometimes by
leak A leak is a way (usually an opening) for fluid to escape a container or fluid-containing system, such as a tank or a ship's hull, through which the contents of the container can escape or outside matter can enter the container. Leaks are usually ...
ing or mistake, such as what happened with the game engine of the ''
Thief Theft is the act of taking another person's property or services without that person's permission or consent with the intent to deprive the rightful owner of it. The word ''theft'' is also used as a synonym or informal shorthand term for some ...
'' series. Sometimes fans even completely reverse-engineer source code from the original program binary. With the source code available even the support of completely different but recent
platform Platform may refer to: Technology * Computing platform, a framework on which applications may be run * Platform game, a genre of video games * Car platform, a set of components shared by several vehicle models * Weapons platform, a system or ...
s with
source port A source port is a software project based on the source code of a game engine that allows the game to be played on operating systems or computing platforms with which the game was not originally compatible. Description Source ports are often c ...
s becomes possible.


Law

While no court cases have directly addressed the legal ramifications of unofficial patches, similar cases have been tried on related issues. The case of '' Galoob v. Nintendo'' found that it was not
copyright infringement Copyright infringement (at times referred to as piracy) is the use of works protected by copyright without permission for a usage where such permission is required, thereby infringing certain exclusive rights granted to the copyright holder, s ...
by a user to apply an unauthorized patch to a system (while the scope was very specific to the
Game Genie Game Genie is a line of video game cheat cartridges originally designed by Codemasters, sold by Camerica and Galoob. The first device in the series was released in 1990 for the Nintendo Entertainment System, with subsequent devices released for t ...
). On the other hand, the case Micro Star v. FormGen Inc. found that user-generated maps were derivative works of the original game. In '' Sega v. Accolade'', the
9th Circuit The United States Court of Appeals for the Ninth Circuit (in case citations, 9th Cir.) is the U.S. federal court of appeals that has appellate jurisdiction over the U.S. district courts in the following federal judicial districts: * District ...
held that making copies in the course of reverse engineering is a fair use, when it is the only way to get access to the "ideas and functional elements" in the copyrighted code, and when "there is a legitimate reason for seeking such access". According to
Copyright law of the United States The copyright law of the United States grants monopoly protection for "original works of authorship". With the stated purpose to promote art and culture, copyright law assigns a set of exclusive rights to authors: to make and sell copies of the ...
17 U.S. Code ยง 117, the owner of a copy of a program can modify it as necessary for "Maintenance or Repair", without permission from the copyright holder; an argumentation also raised by Daniel J. Bernstein professor at the
University of Illinois at Chicago The University of Illinois Chicago (UIC) is a public research university in Chicago, Illinois. Its campus is in the Near West Side community area, adjacent to the Chicago Loop. The second campus established under the University of Illinois ...
. Similar user rights are given also according to European copyright laws. The question of whether unauthorized changes of lawfully obtained copyright-protected software qualify as
fair use Fair use is a doctrine in United States law that permits limited use of copyrighted material without having to first acquire permission from the copyright holder. Fair use is one of the limitations to copyright intended to balance the interests ...
is an unsettled area of law. An article of Helbraun law firm remarks, in the context of fan translations, that while redistributing complete games with adaptions most likely does ''not'' fall under fair use, distributing the modifications as a patch might be legally permissible; however, that conclusion has not been tested in court.


Reception

Reception of unofficial patches is mixed, but by large, copyright holders are ambivalent. When the software is not considered commercially viable unofficial patches are ignored by the copyright holder as it is not seen as a source of lost revenue. There have been seldom cases of cease and desist letters to unofficial patch and fan translation projects. Sometimes the copyright holder actively support the patching and fixing efforts of a software community,Community-based update to GalCiv 2 Ultimate Edition
by MarvinKosh on 25 September 2014
sometimes even by releasing the
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
under a
software license A software license is a legal instrument (usually by way of contract law, with or without printed material) governing the use or redistribution of software. Under United States copyright law, all software is copyright protected, in both source ...
which allows the software community the continued software support by themselves.Blue Saga's Source Code Has Been Released
by Matt Chelen on mmos.com (30 July 2016)
Examples for such software are in the List of commercial video games with later released source code. The
free and open source software Free and open-source software (FOSS) is a term used to refer to groups of software consisting of both free software and open-source software where anyone is freely licensed to use, copy, study, and change the software in any way, and the source ...
movement was founded in the 1980s to solve the underlying problem of unofficial patches, the limited possibility for user self-support in binary only distributed software due to missing source code.
Free and open source software Free and open-source software (FOSS) is a term used to refer to groups of software consisting of both free software and open-source software where anyone is freely licensed to use, copy, study, and change the software in any way, and the source ...
demands from distributed software the availability of source code, which prevents the technical problems and legal uncertainties of binary only user patching of
proprietary software Proprietary software is software that is deemed within the free and open-source software to be non-free because its creator, publisher, or other rightsholder or rightsholder partner exercises a legal monopoly afforded by modern copyright and i ...
.


Examples in video games


Examples in general software


See also

*
Fan labor Fan labor, also called fan works, are the creative activities engaged in by fans, primarily those of various media properties or musical groups. These activities can include creation of written works (fiction, fan fiction and review literature), ...
*
Server emulator Strictly, a private server is any machine or virtual machine used as a server that is privately administrated. Colloquially the term is nearly-exclusively used to refer to independently operated, unofficial servers for video games. Private Server ...
*
Source port A source port is a software project based on the source code of a game engine that allows the game to be played on operating systems or computing platforms with which the game was not originally compatible. Description Source ports are often c ...
*
Right to repair The right to repair refers to proposed government legislation to forbid manufacturers to impose barriers that deny consumers the ability to repair and modify their own consumer products (e.g. electronic, automotive devices or farm vehicles such ...


References

{{Independent production Software maintenance Software release Unofficial adaptations Video game development Fan labor