15 посетителей на сайте. Из них:
Пользователи1
Роботы14
Список пользователей
Евгений Холодов Сейчас на сайте
Артем Бахия Был(a) в сети 9 минут назад
Сергей Малышев Был(a) в сети 10 минут назад
Simarə Yusifzadə Был(a) в сети 13 минут назад
Том Паттисон Был(a) в сети 14 минут назад
Александр Был(a) в сети 17 минут назад
Вуй Был(a) в сети 26 минут назад
DEMAMIR Был(a) в сети 27 минут назад
[BAN] [BAN] Был(a) в сети 43 минуты назад
James_ LP Был(a) в сети 43 минуты назад
Rolepoy Был(a) в сети 45 минут назад
Илья Зонов Был(a) в сети 49 минут назад
ubagan Был(a) в сети 51 минуту назад
Rinat Был(a) в сети 56 минут назад
Александр Вихров Был(a) в сети 58 минут назад
Волк Был(a) в сети 58 минут назад
ФИЛИПП Был(a) в сети 1 час назад
Кирилл Малышев Был(a) в сети 1 час назад
L-STM Был(a) в сети 2 часа назад
Богдан Был(a) в сети 2 часа назад
Ab Antonian Был(a) в сети 2 часа назад
#yz.yapッ湩潫要 Был(a) в сети 2 часа назад
Максим Дип Был(a) в сети 2 часа назад
Гоша Нестеренко Был(a) в сети 2 часа назад
conexion Был(a) в сети 3 часа назад
Дмитрий Был(a) в сети 3 часа назад
Adayes Был(a) в сети 3 часа назад
Никита Малов Был(a) в сети 4 часа назад
Даша Підцерковна Был(a) в сети 4 часа назад
Dmitriy Anarchyev Был(a) в сети 4 часа назад
Yoko 14ru Был(a) в сети 4 часа назад
M1roR ERGo Был(a) в сети 4 часа назад
ARSKY Был(a) в сети 5 часов назад
Nilo Silva Был(a) в сети 5 часов назад
Anthony Recuer Был(a) в сети 5 часов назад
Майкл Был(a) в сети 5 часов назад
Сергей Шемет Был(a) в сети 5 часов назад
Арсен Сухенко Был(a) в сети 6 часов назад
Hesoyam Был(a) в сети 6 часов назад
Sergo MSK Был(a) в сети 7 часов назад
Dato Guliazali195 Был(a) в сети 7 часов назад
Тимур Нач Был(a) в сети 7 часов назад
0987654321 Был(a) в сети 7 часов назад
Vekia45 Был(a) в сети 7 часов назад
Дмитрий Сергеевич Был(a) в сети 8 часов назад
Дима Трефилов Был(a) в сети 8 часов назад
Захар Был(a) в сети 8 часов назад
bgfdg fgddgd Был(a) в сети 9 часов назад
Isnocents S8 Был(a) в сети 9 часов назад
AGGRESS1VEX Был(a) в сети 9 часов назад
Артем Колєснік Был(a) в сети 10 часов назад
Kelenko Был(a) в сети 10 часов назад
Влад Наёмник Был(a) в сети 10 часов назад
кирилл суворов Был(a) в сети 11 часов назад
trava Был(a) в сети 11 часов назад
Veten Oloco Был(a) в сети 12 часов назад
zea Был(a) в сети 12 часов назад
Boris Borisovich Был(a) в сети 12 часов назад
Mr Provaider Был(a) в сети 12 часов назад
Даниил Девелоп Был(a) в сети 13 часов назад
Роман Был(a) в сети 13 часов назад
MAT22 Был(a) в сети 13 часов назад
ilya kolesnikov Был(a) в сети 14 часов назад
-alexeiii Был(a) в сети 14 часов назад
Алексей Был(a) в сети 14 часов назад
Batuhan Sanlı Был(a) в сети 14 часов назад
Матиматика Был(a) в сети 14 часов назад
Pirzrak Был(a) в сети 14 часов назад
Hyundai Accent Был(a) в сети 14 часов назад
Діма Набанов Был(a) в сети 14 часов назад
Крымский Был(a) в сети 14 часов назад
Nice Был(a) в сети 14 часов назад
Список ботов
rambler (14)

Следите за нами!

mtasa-blue

Описание

Multi Theft Auto (MTA) is a software project that adds network play functionality to Rockstar North's Grand Theft Auto game series, in which this functionality is not originally found. It is a unique modification that incorporates an extendable network play element into a proprietary commercial single-player PC game.

Introduction

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.

Originally founded back in early 2003 as an experimental piece of C/C++ software, Multi Theft Auto has since grown into an advanced multiplayer platform for gamers and third-party developers. Our software provides a minimal sandbox style gameplay that can be extended through the Lua scripting language in many ways, allowing servers to run custom created game modes with custom content for up to hundreds of online players.

Formerly a closed-source project, we have migrated to open-source to encourage other developers to contribute as well as showing insight into our project's source code and design for educational reasons.

Multi Theft Auto is built upon the "Blue" concept that implements a game engine framework. Since the class design of our game framework is based upon Grand Theft Auto's design, we are able to insert our code into the original game. The game is then heavily extended by providing new game functionality (including tweaks and crash fixes) as well as a completely new graphical interface, networking and scripting component.

Gameplay content

By default, Multi Theft Auto provides the minimal sandbox style gameplay of Grand Theft Auto. The gameplay can be heavily extended through the use of the Lua scripting language that has been embedded in the client and server software. Both the server hosting the game, as well as the client playing the game are capable of running and synchronizing Lua scripts. These scripts are layered on top of Multi Theft Auto's game framework that consists of many classes and functions so that the game can be adjusted in virtually any possible way.

All gameplay content such as Lua scripts, images, sounds, custom models or textures is grouped into a "resource". This resource is nothing more than an archive (containing the content) and a metadata file describing the content and any extra information (such as dependencies on other resources).

Using a framework based on resources has a number of advantages. It allows content to be easily transferred to clients and servers. Another advantage is that we can provide a way to import and export scripting functionality in a resource. For example, different resources can import (often basic) functionality from one or more common resources. These will then be automatically downloaded and started. Another feature worth mentioning is that server administrators can control the access to specific resources by assigning a number of different user rights to them.

Development

Our project's code repository can be found on the multitheftauto/mtasa-blue Git repository at GitHub. We are always looking for new developers, so if you're interested, here are some useful links:

Build Instructions

Windows

Prerequisites

  1. Execute win-create-projects.bat
  2. Open in the directoryMTASA.slnBuild
  3. Compile
  4. Execute: win-install-data.bat

GNU/Linux

You can build the MTA:SA server on GNU/Linux distributions only for x86, x86_64, armhf and arm64 CPU architectures. ARM architectures are currently in experimental phase, which means they're unstable, untested and may crash randomly. Beware that we only officially support building from x86_64 and that includes cross-compiling for x86, arm and arm64.

Build dependencies

Please always read the Dockerfiles for up-to-date build dependencies.
Note: ncftp is not required for building the MTA:SA server.

  • git
  • make
  • GNU GCC compiler (version 10 or newer)
  • libncursesw5
  • libncursesw5-dev
  • libmysqlclient-dev

Build instructions: Script

Note: This script always deletes and directories and does a clean build.Build/Bin/

$ ./linux-build.sh [--arch=x86|x64|arm|arm64] [--config=debug|release]
$ ./linux-install-data.sh  # optional step

If build architecture is not provided, then it's taken from the environment variable (defaults to: x64).--archBUILD_ARCHITECTURE

If build configuration is not provided, then it's taken from the environment variable (defaults to: release).--configBUILD_CONFIG

If you are trying to cross-compile to another architecture, then set , , , environment variables accordingly (see Dockerfile.arm64 for an example).ARCCCXXGCC_PREFIX

Build instructions: Manual

$ ./utils/premake5 gmake
$ make -C Build/ config=release_x64 all
$ ./linux-install-data.sh  # optional step

If you don't want to build the release configuration for the x86_64 architecture, you can instead pick another build configuration from: .{debug|release}_{x86|x64|arm|arm64}

GNU/Linux: Docker Build Environment

If you have problems resolving the required dependencies or want maximum compatibility, you can use our dockerized build environment that ships all needed dependencies. We also use this environment to build the official binaries.

Pulling the Docker image

$ docker pull ghcr.io/multitheftauto/mtasa-blue-build:latest
ArchitectureDocker image tagRequired build-time CLI-arguments
x86latest-e BUILD_ARCHITECTURE=x86
x86_64latest
armarmhf
arm64arm64

Building with Docker

These examples assume that your current directory is the mtasa-blue checkout directory. You should also know that is the code directory required by our Docker images inside the container. If the current directory is not a valid git repository, it instead create a (shallow) clone of the mtasa-blue repository. After compiling, you will find the resulting binaries in . To build the unoptimised debug build, add to the docker run arguments./build./Bin-e BUILD_CONFIG=debug

ArchitectureBuild command
x86docker run --rm -v `pwd`:/build -e BUILD_ARCHITECTURE=x86 ghcr.io/multitheftauto/mtasa-blue-build:latest
x86_64docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:latest
armdocker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:armhf
arm64docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:arm64

Premake FAQ

How to add new C++ source files?

Execute win-create-projects.bat




Автор публикации:

kosty Алексей

Скачать:

Скачать

Категория :

Все для MTA / Прочее MTA

Дата:
Автор ресурса:

MOON STUDIO

Ползунок ценового диапазона в HTML CSS и JavaScript
Ползунок ценового диапазона в HTML CSS и
25.12.2023, Скрипты сайтов
Руководство по отладке - как найти ошибки в ваших скриптах
Руководство по отладке - как найти ошибки в ваших
24.12.2020, Статьи
Серверные команды для RageMP(Гайд)
Серверные команды для RageMP(Гайд)
04.11.2023, Серверная часть GTA 5 / Все для GTA 5 RAGE MP
Чат на CEF | MTA
Чат на CEF | MTA
18.11.2024, Интерфейс

Нет комментариев.Оставишь комментарий?