Codex Gamicus
Register
Advertisement


Multi Theft Auto (abbreviated MTA) is a multi-player mod for the Microsoft Windows releases of the games Grand Theft Auto III, Grand Theft Auto: Vice City and Grand Theft Auto: San Andreas that adds an online multi-player component[1].

Background[ | ]

The release of Grand Theft Auto III, a critically acclaimed sandbox-style action-adventure computer and video game developed by DMA Design (now Rockstar North) represented the first 3D title in the Grand Theft Auto (GTA) series. Despite its success, it was the first Grand Theft Auto game to ship without the network gameplay features that were present in earlier titles, which allowed players to connect through a computer network and play the game with others.[2]

The first version of Multi Theft Auto, dubbed Grand Theft Auto III: Alternative Multiplayer, attempted to fill in this gap by extending an already existing cheating tool with functionality that allowed the game to be played with a very crude form of two-player racing over a computer network purely as a proof of concept.[2] Newer versions of Multi Theft Auto with increasingly better gameplay and other improvements were released based on the same concept of game manipulation, by a small team of developers.

With the introduction of successor Grand Theft Auto: Vice City, it became clear that this computer game title also lacked any form of network gameplay. The Multi Theft Auto software was subsequently extended to include support for this title, and eventually shifted its entire focus towards this title and the concept of a new software framework dubbed Blue.[3] As the original concept (of game manipulation by memory) was prone to various problems with performance and stability that often resulted in application crashes, this new framework was created as a successor and laid the foundation of all future Multi Theft Auto software.[4]

Overview[ | ]

The latest Multi Theft Auto software is based on code injection and hooking techniques whereby the game is manipulated without altering any original files supplied with the game.[5] The software functions as a game engine that installs itself as an extension of the original game, adding core functionality such as networking and GUI rendering while exposing the original game's engine functionality through a scripting language.

The project has also been the subject in multiple articles in different media.[6][7][8][9][10][11] The most prominent being a coverage on G4 TV,[12] an exclusive release for Fileplanet with coverage on its frontpage,[13] and features in published magazines such as PC Gamer[14] and Total PC Gaming.[15]

The Multi Theft Auto: San Andreas project was revised and relaunched as an open source project, leaving all prior versions behind. The source code was licensed under the GPLv3 license and made available on Google Code and GitHub.

Multi Theft Auto: San Andreas[ | ]

Multi Theft Auto's latest release is for the game Grand Theft Auto: San Andreas and is built upon a now open source game engine that has been in development for several years and is the only project that is still actively maintained. The engine provides users with all the necessary tools they need to create their own game modes and maps by exposing a large part of the original game functionality through a Lua scripting machine.

The initial version of the software was dubbed "Race" and unveiled on Sunday 22 January 2006, when the first playable content was released. This version featured a networked vehicle racing game mode and a map editor that allowed users to create custom environments and races. The advanced nature of the engine's early incarnation allowed the developers to develop a sophisticated integrated WYSIWYG editor for adding gameplay elements such as checkpoints, spawn points, power-ups and various objects ranging from ramps to exploding barrels.[16]

The successor release, dubbed "Deathmatch", was designed to improve upon "Race" by providing minimal sandbox style gameplay that could be extended by users and developers. The production on this release started shortly after the initial release, but stagnated due to what is seen as a lack of focus by the development team. As many new features were being introduced, the continuous introduction of these features delayed a stable and final version of the modification.[17] Instead, several on-line facilities were introduced during the development phase to allow visitors to track the development process of the software as changes were made to the code repository, illustrating any notable updates to the progress of the modification.

The first "Deathmatch" successor was introduced as a fully playable version on the 2nd of January 2008 and tagged as "Developer Preview" to promote the third-party development of custom gameplay content and utilities.[18] This version was followed by a second "Developer Preview" that introduced several new features and fixes and was subsequently followed by a period of major code restructuring that led to the open source relaunch on Friday, 21 November 2008 under the GPLv3 License.

On Saturday, 22 August, Multi Theft Auto: San Andreas v1.0 was officially distributed as the first open source release.[4] This release abandoned the now obsolete "Deathmatch" tag in the product name to emphasize on the versatility of the software. Gameplay functionality is solely provided by the scripting language, so users can choose or develop their own combination of scripts and other contents to customize and host their own type of game.

Content delivery and development[ | ]

The initial "Deathmatch" version and its underlying engine presented a series of relevant changes to the functionality of the modification as well as the introduction of an online community content delivery system. Through the use of this website, registered users (such as players, server administrators or developers) can accumulate in-game statistics whilst playing on servers or share custom created content with other users.

Third party content is made possible through the addition of the Lua scripting language in both the server hosting the game (e.g. providing functionality for a specific game mode), as well as the client playing the game (e.g. providing a graphical front end or user-specific local content to the game mode). Different scripts can then be run in parallel on either of these, communicating to each other through the use of events.

The custom created content is grouped into "resources" that are hosted server-side. This is a package based system that packs all script files, custom content (e.g. images, 3D models, textures and collision files) and metadata files inside a single archive or directory. Specific content can then be marked to be uploaded to every connected player, to enable client-side execution of Lua code. This system allows for package dependency and inheritance of functions between different packages, easy management and distribution.[19]

Feature summary[ | ]

  • Multi Theft Auto uses a modular platform to separate several facilities such as the GUI, network, game and scripting code and loads these into the game instead of injecting code into its memory process. This improves stability, speed and allows a better file management.
  • Uses the freeware CEGUI system, replacing the original Grand Theft Auto GUI, allowing Multi Theft Auto to draw its own widgets for any in-game user interaction such as the server-browser and allows scripting from any third-party resource.
  • A versatile set of scripting functions. By building upon Grand Theft Auto's own class-based design, implementing this into the client and server and synchronizing between these two, a third-party developer can control almost any aspect of every player's game by means of the Lua scripting language: native elements such as animations, explosions, particles, skins, weapons, vehicles, objects and players, as well as new elements such as custom 3D models are controllable.

Gameplay[ | ]

Deathmatch, Roleplay, freeroam and Race gameplay options are available. Some gameplay elements include checkpoints, spawn points, power-ups and various objects ranging from ramps to exploding barrels. Most servers nowadays play freeroam or Race.

See also[ | ]

References[ | ]

  1. Multi Theft Auto file archive. Multi Theft Auto. Retrieved on 2010-07-24
  2. 2.0 2.1 Liles, Jordan (2006-05-01). Becoming a Fully-Realized GTA Fanatic 3. IGN. Retrieved on 2009-12-02
  3. Liles, Jordan (2004-09-03). "MTA Blue" Details. IGN. Retrieved on 2009-12-02
  4. 4.0 4.1 Multi Theft Auto - San Andreas Goes Open-Source. timothy. Slashdot (2008-11-24). Retrieved on 2008-11-24
  5. Wen, Howard (2005-03-29). Multi Theft Auto: Hacking Multi-Player Into Grand Theft Auto With Open Source. OSDir. Retrieved on 2009-06-05
  6. True Crime: Streets of L.A. Review 2, 4. IGN (2004-03-27). Retrieved on 2009-06-05
  7. McNamara, Tom (2005-04-19). GTA San Andreas PC Hands-On. IGN. Retrieved on 2009-06-05
  8. McGarvey, Sterling (2006-07-14). Saints Row Preview. GameSpy. Retrieved on 2009-06-05
  9. Multi Theft Auto - San Andreas. MegaGames software (2006-02-06). Retrieved on 2009-06-05
  10. "Multi Theft Auto: San Andreas Released". Howard (Neowin.net). 2006-01-24. http://neowin.net/index.php?act=view&id=32142. Retrieved 2009-06-05. 
  11. "Multi Theft Auto". TechWack. 2004-09-06. http://games.techwhack.com/54-multi-theft-auto. Retrieved 2009-06-05. 
  12. YouTube version of G4TV's MTA fragment.
  13. Fileplanet frontpage screenshot.
  14. PC Gamer UK - Issue 140. PC Gamer UK. October 2004. 
  15. Total PC Gaming - Issue 26. Imagine Publishing. October 2009. 
  16. Liles, Jordan (2006-01-19). MTA: San Andreas "Race" Review. IGN. Retrieved on 2009-12-08
  17. Multi Theft Auto - Update and Beta News Review. IGN (2006-06-13). Retrieved on 2009-12-08
  18. Multi Theft Auto: SA Deathmatch 1.0 Preview Release. Filefront (2008-01-07). Retrieved on 2009-12-08
  19. MTA "Resources" explained. Multi Theft Auto (2007-03-04). Retrieved on 2009-06-05

External Links[ | ]

Advertisement