This is an old revision of this page, as edited by Jestix (talk | contribs) at 10:20, 6 July 2006 (→See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 10:20, 6 July 2006 by Jestix (talk | contribs) (→See also)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)A server emulator is a term that got widely known in recent years in the field of online multiplayer games. For many popular online games at some point third-party reimplementations of the original server software emerge, which are known to be called "server emulators". Like the more traditional understanding of an emulator, they allow you to run your game-client without the use of the game creators server hardware and software.
History
With the rising popularity of commercial MMORPG internet games, came the desire from ardent players of this games to run their own servers beside the ones runned by the game creator. Since the original server software is usually not available the behavior of the servers has to be reeingeneered by analyzing the data stream with the orinal server, or by disambeling and analyzing the client which is available.
Ultima Online was one of the first large MMPORGs. Due to it's openess in implementation server emulators arose very quickly even already in Beta stage of Ultima Online development. The destination to which the client connects was e.g. changeable by simply editing a text file. In Beta stage the client-server data stream was not encyrpted yet. The term server emulator got to be known along with the Ultima Online server reimplementation like UOX which was the pioneer. A lot of forks and reimplementations followed UOX, because it released its source code under the GNU General Public License relativly early. RunUO is today the most widely used UO-server emulator.
Game companies usually tend to try to hinder emulator development by encrypting the data stream. However since the client needs to understand the data, in encrypten terms the "attacker" is always equipped with a decyphering machine. Therefore the original game designer can only add layers of strenuousness to decypher and understand the data stream, he cannot hinder it with cryptographic tools.
List of popular server emulators
See also
VMWare has a server edition, that is, altough very seldomly, somtimes mistakenly called "server emulator" which can be mismatched with this article.