Skip to content

Instantly share code, notes, and snippets.

@Fernando-A-Rocha
Last active November 7, 2024 08:51
Show Gist options
  • Save Fernando-A-Rocha/f99294cf32d8a205830068d9668a9090 to your computer and use it in GitHub Desktop.
Save Fernando-A-Rocha/f99294cf32d8a205830068d9668a9090 to your computer and use it in GitHub Desktop.
Beginner's Guide to Playing Multi Theft Auto: San Andreas

Multi Theft Auto: San Andreas - Beginner's Guide

Welcome to a simplified MTA beginner's guide where you can find information on how to install the mod and start playing!

What is MTA?

Multi Theft Auto: San Andreas (MTA:SA) is a multiplayer mod ("modification") for the Microsoft Windows version of Rockstar North's Grand Theft Auto: San Andreas that adds an otherwise absent online multiplayer component.

image

Although often referred to as a modification, Multi Theft Auto is based on code injection and hooking techniques whereby the game is manipulated without altering any original files supplied with the game. 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. 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 API.

Requirements

To install MTA you will need the following:

GTA: San Andreas

⚠️ This step is mandatory. MTA can not install/function without the base GTA:SA game.

First, make sure you have GTA:SA installed on your machine. Information on how to buy the game is available here.

Generally, the game is installed under C:\Program Files (x86)\Rockstar Games\GTA San Andreas where you can find the main singleplayer executable gta_sa.exe.

image

Multi Theft Auto

Follow these steps to successfully install MTA:

  • Download the MTA installer from multitheftauto.com/download.
  • Execute the installer program.
  • Tick the box to accept the license that comes with MTA.
  • Then, you will be able to select which components to install with MTA: click next, accepting the default option (client & server).
  • Afterwards, you are asked for a folder in which to install MTA. This can by anywhere and should not be in you GTA:SA directory. Avoid special folders like OneDrive or other cloud-synced directories.
  • Select your GTA:SA installation folder. This is where the game is located on your PC (see the section about GTA:SA), which MTA will access when launching.
  • Click install and finish!

Launch MTA from the Desktop or Start Menu shortcut. You will be able to connect to public servers or even host your own!

image

Enjoy!

Fixing Issues

If you encounter errors or problems during installation or execution of MTA, you should:

  • Download and run MTADiag (link here): a diagnostic tool for MTA:SA
  • After it finishes analysing your set up, it will provide an MTA Pastebin link that you can share with the community to get help (see the Help section below).
  • This tool also fixes some common issues automatically, so you should Restart your PC after running it, then try launching MTA again.

Help

Visit the Known Issues page if you have issues, or join the MTA Discord and do so in the #help-support channel.

More information

Visit the MTA Wiki to find more about MTA (history, client, server, etc).

This guide was inspired by the MTA Client Manual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment