Software:Multi Theft Auto

From HandWiki
Short description: Grand Theft Auto multiplayer modification


Multi Theft Auto
Multi Theft Auto logo.png
Developer(s)MTA Team[1]
Initial release9 February 2003; 21 years ago (2003-02-09)
Stable release
1.6.0[2] / 16 June 2023; 8 months ago (2023-06-16)
Repositorygithub.com/multitheftauto/
Written inC++ and Lua
Operating system
TypeThird-person shooter multiplayer mod
LicenseGNU General Public License v3
Websitemultitheftauto.com

Multi Theft Auto (MTA) is a multiplayer modification for the Microsoft Windows version of Rockstar North games Grand Theft Auto III, Grand Theft Auto and Grand Theft Auto that adds online multiplayer functionality. For Grand Theft Auto: San Andreas, the mod also serves as a derivative engine to Rockstar's interpretation of RenderWare.

History

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 multiplayer gameplay features that were present in earlier titles, which allowed players to connect through a computer network and play the game with others.[3]

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,[3] similar to how the now-defunct XBAND service worked by manipulating game memory in order to add online multiplayer functionality. 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.[4] 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.[5]

Development

A screenshot of one of the earlier closed MTA:SA deathmatch (alpha version)

The latest Multi Theft Auto version is based on code injection and hooking techniques whereby the game is manipulated without altering any original files supplied with the game.[6] 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 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 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.[7]

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.[8] 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 2 January 2008 and tagged as "Developer Preview" to promote the third-party development of custom gameplay content and utilities.[9] 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.[5] 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

A third-party race track "resource" in Multi Theft Auto

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.[10]

Feature summary

A third-party minigame "resource" that transforms the game into a poker match
  • 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 and race gameplay options are available. Some gameplay elements include checkpoints, spawn points, power-ups, weapons and various objects ranging from ramps to exploding barrels. Many online servers contain custom game modes which use the scripting engine supplied with Multi Theft Auto. As example a few game modes in MTA:SA like Freeroam, where players can roam free in San Andreas all across the map, or competitive game-modes like Race, Destruction/Demolition Derby, Team Deathmatch, and Fallout, where players spawn their characters in the air, on a platform of glass plates, which will suddenly fall down after indicating it, where the players have to jump from a falling piece to an intact one, and the last surviving player wins. The principle of Fallout is similar to Hay, where players have to climb and be on top of a haystack first. The last modes also indicates how many game modes and scripts are possible to create on the MTA scripting engine, with endless possibilities and variation.

There are many genres of specific game servers and communities, like real-life role-playing, classic RPGs, and gaming communities that serve a wide variation of different gamemodes, sometimes all together in one server. Today the average amount of game servers the San Andreas version of Multi Theft Auto (MTA:SA) contains, is 3000 to 4000 servers, with over 600,000 players monthly, spread over the servers. The most popular game servers have a constant average of 200 to 1000 online players in-game.[11]

Reception

The Multi Theft Auto project has also been the subject in multiple articles in different media.[12][13][14][15][16][17] The most prominent being a coverage on G4 TV,[18] an exclusive release for Fileplanet with coverage on its frontpage,[19] and features in published magazines such as PC Gamer[20] and Total PC Gaming.[21]

References

  1. mtasa-blue network members
  2. "Release 1.6.0 · multitheftauto/Mtasa-blue". https://github.com/multitheftauto/mtasa-blue/releases/tag/1.6.0. 
  3. 3.0 3.1 Liles, Jordan (1 May 2006). "Becoming a Fully-Realized GTA Fanatic". pp. 3. Archived from the original on 11 July 2011. https://web.archive.org/web/20110711072041/http://planetgrandtheftauto.gamespy.com/View.php?view=Articles.Detail&id=72. Retrieved 2 December 2009. 
  4. Liles, Jordan (3 September 2004). ""MTA Blue" Details". IGN. Archived from the original on 11 July 2011. https://web.archive.org/web/20110711072058/http://planetgrandtheftauto.gamespy.com/fullstory.php?id=23056. Retrieved 2 December 2009. 
  5. 5.0 5.1 "Multi Theft Auto - San Andreas Goes Open-Source". Slashdot. 24 November 2008. http://developers.slashdot.org/article.pl?sid=08/11/24/0237259. Retrieved 24 November 2008. 
  6. Wen, Howard (29 March 2005). "Multi Theft Auto: Hacking Multi-Player into Grand Theft Auto With Open Source". OSDir. http://osdir.com/Article4775.phtml. Retrieved 5 June 2009. 
  7. Liles, Jordan (19 January 2006). "MTA: San Andreas "Race" Review". Archived from the original on 11 July 2011. https://web.archive.org/web/20110711072137/http://planetgrandtheftauto.gamespy.com/View.php?view=Articles.Detail&id=63. Retrieved 8 December 2009. 
  8. "Multi Theft Auto - Update and Beta News Review". 13 June 2006. Archived from the original on 31 March 2008. https://web.archive.org/web/20080331232048/http://www.mtasa.com/65.html. Retrieved 8 December 2009. 
  9. "Multi Theft Auto: SA Deathmatch 1.0 Preview Release". Filefront. 7 January 2008. http://news.filefront.com/multi-theft-auto-sa-deathmatch-10-preview-release/. Retrieved 8 December 2009. 
  10. "MTA "Resources" explained". Multi Theft Auto. 4 March 2007. Archived from the original on 31 March 2008. https://web.archive.org/web/20080331230247/http://www.mtasa.com/48.html. Retrieved 5 June 2009. 
  11. Moss, Richard (15 September 2016). "Why A Million People Still Play Multiplayer Grand Theft Auto: San Andreas Every Month". https://www.rockpapershotgun.com/2016/09/15/why-a-million-people-still-play-multiplayer-grand-theft-auto-san-andreas-every-month/. Retrieved 17 September 2016. 
  12. Aaron Boulding, Tom McNamara (27 March 2004). "True Crime: Streets of L.A. Review". pp. 2, 4. http://pc.ign.com/articles/519/519510p1.html. Retrieved 5 June 2009. 
  13. McNamara, Tom (19 April 2005). "GTA San Andreas PC Hands-On". http://pc.ign.com/articles/605/605982p1.html. Retrieved 5 June 2009. 
  14. McGarvey, Sterling (14 July 2006). "Saints Row Preview". GameSpy. http://xbox360.gamespy.com/xbox-360/saints-row/718937p1.html. Retrieved 5 June 2009. 
  15. "Multi Theft Auto - San Andreas". MegaGames software. 6 February 2006. Archived from the original on 11 March 2008. https://web.archive.org/web/20080311201738/http://www.megagames.com/news/show.cgi?&idtype=software&database=160. Retrieved 5 June 2009. 
  16. "Multi Theft Auto: San Andreas Released". Howard (Neowin.net). 24 January 2006. http://neowin.net/index.php?act=view&id=32142. Retrieved 5 June 2009. 
  17. "Multi Theft Auto". TechWack. 6 September 2004. Archived from the original on 5 December 2010. https://web.archive.org/web/20101205021638/http://games.techwhack.com/54-multi-theft-auto. Retrieved 5 June 2009. 
  18. YouTube version of G4TV's MTA fragment.
  19. Fileplanet frontpage screenshot.
  20. "PC Gamer UK - Issue 140". PC Gamer UK (140). October 2004. 
  21. Total PC Gaming - Issue 26. Imagine Publishing. October 2009. 

External links