SanAndreasUnity/README.md

95 lines
4.2 KiB
Markdown
Raw Normal View History

2020-05-31 17:07:22 +00:00
# San Andreas Unity
<br>
<div align="center">
<img src="https://i.imgur.com/aIojfPW.png" width="320" height="320">
<br>
<a href="https://discord.gg/p6jjud5"> <img src="https://img.shields.io/discord/454006273751515152.svg"></a>
&nbsp;
<a href="https://gtaforums.com/topic/912395-san-andreas-unity/"> <img src="http://i.imgur.com/Fatp2jZ.png" width="50" height="30"></a>
&nbsp;
<a href="https://www.youtube.com/channel/UCsslP7vqD06AMh6JlEy0pkg"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/71px-YouTube_full-color_icon_%282017%29.svg.png" width="30" height="21"> </a>
</div>
<br>
2020-01-02 19:37:36 +00:00
San Andreas Unity is an open source reimplementation of GTA San Andreas game engine in Unity.
2020-05-31 17:07:22 +00:00
2020-01-02 19:37:36 +00:00
This won't be a complete reimplementation, but the focus is on gameplay features, mutliplayer, and creating a framework which will allow easy game extending and unlimited modding possibilities.
2020-05-31 17:07:22 +00:00
For more information about the project, read this [wiki page](https://github.com/GTA-ASM/SanAndreasUnity/wiki/About-project).
2019-04-16 21:33:09 +00:00
When running for the first time, the game will ask you for path to GTA installation. You need to own GTA in order to play it.
2020-05-31 17:07:22 +00:00
## Download
Download it for [Windows](https://github.com/GTA-ASM/SanAndreasUnity/releases/download/v3.6/SanAndreasUnity-3.6-windows.zip), [Linux](https://github.com/GTA-ASM/SanAndreasUnity/releases/download/v3.6/SanAndreasUnity-3.6-linux.zip) or [Android](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Running-on-Android).
2020-05-31 17:07:22 +00:00
2019-10-10 22:42:49 +00:00
The game is tested on Linux, Windows, Mac, and Android. It supports both Mono and IL2CPP scripting backends, so it can be built for any platform that Unity supports, provided that you can copy PC version of GTASA to target device.
2020-05-31 17:07:22 +00:00
2019-08-01 18:42:28 +00:00
## Multiplayer
2019-10-10 22:25:21 +00:00
Game fully works in multiplayer. You can start the game as dedicated server, as a host (server & client at the same time), or you can connect to a server. This works on all supported platforms, which means you can start a host even on Android device.
2019-08-01 18:42:28 +00:00
If you want to run a dedicated server, take a look at these [instructions](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Command-line).
2019-08-01 18:42:28 +00:00
## Development setup
2022-03-28 17:19:31 +00:00
- install [Git LFS (large file storage)](https://git-lfs.github.com/), then set it up: `git lfs install`
2019-08-01 18:42:28 +00:00
- clone the project, including submodules: `git clone --depth 1 --recurse-submodules https://github.com/GTA-ASM/SanAndreasUnity`
2022-01-30 23:11:59 +00:00
- open the project with Unity 2020.3.26 or newer
2019-08-01 18:42:28 +00:00
- open startup scene located at Assets/Scenes/Startup.unity
- press Play button
2020-05-31 17:07:22 +00:00
## In-game controls
Press Escape while in game to open pause menu. You'll see there a lot of utilities, and among them, there is a window which shows all controls.
2021-03-06 19:24:59 +00:00
## Game modes
Game can be extended through plugins/game modes in the form of C# DLLs. More info on [wiki](https://github.com/GTA-ASM/SanAndreasUnity/wiki/Plugins-(Game-modes)).
## Contributing
2021-03-06 19:11:21 +00:00
Join us on [discord](https://discord.gg/p6jjud5) to discuss about development.
2021-03-06 19:11:21 +00:00
You can check out issues for [newcomers](https://github.com/GTA-ASM/SanAndreasUnity/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), issues related to [importing assets](https://github.com/GTA-ASM/SanAndreasUnity/issues?q=is%3Aissue+is%3Aopen+label%3Aimporting) from original game, or the [whole list](https://github.com/GTA-ASM/SanAndreasUnity/issues) of issues.
Issues that are in focus right now are those with [high priority](https://github.com/GTA-ASM/SanAndreasUnity/issues?q=is%3Aissue+is%3Aopen+label%3Apriority%3Ahigh) label and those found in [milestones](https://github.com/GTA-ASM/SanAndreasUnity/milestones).
2020-05-31 17:07:22 +00:00
## Screenshots
![](https://cloud.githubusercontent.com/assets/557828/24571348/d964f098-1670-11e7-8759-0160dbf5bcb5.png)
![](https://cloud.githubusercontent.com/assets/557828/24571349/d96b7c24-1670-11e7-997d-ae15913481f8.png)
![](https://i.imgur.com/HX978mr.png)
## Videos
###
2019-08-01 21:12:49 +00:00
[![](http://img.youtube.com/vi/PItR-0FF7JI/0.jpg)](https://www.youtube.com/watch?v=PItR-0FF7JI)
2020-05-31 17:07:22 +00:00
###
2021-03-06 20:44:32 +00:00
[![](http://img.youtube.com/vi/hnInLUbobI8/0.jpg)](https://www.youtube.com/watch?v=hnInLUbobI8)
2020-05-31 17:07:22 +00:00
###
2021-03-06 20:44:32 +00:00
[![](http://img.youtube.com/vi/VDfSE3nc3oM/0.jpg)](https://www.youtube.com/watch?v=VDfSE3nc3oM)
2020-05-31 17:07:22 +00:00
###
2021-03-06 20:44:32 +00:00
[![](http://img.youtube.com/vi/NPCiUZ-MZGM/0.jpg)](https://www.youtube.com/watch?v=NPCiUZ-MZGM)
2020-05-31 17:07:22 +00:00