All Projects → alcoholiclobster → drift-paradise-mta

alcoholiclobster / drift-paradise-mta

Licence: other
Racing roleplay gamemode for Multi Theft Auto.

Programming Languages

lua
6591 projects
HLSL
714 projects
FLUX
20 projects
HTML
75241 projects

Projects that are alternatives of or similar to drift-paradise-mta

gta-open
A gamemode made for open.mp, using open.mp naming conventions and best coding practices!
Stars: ✭ 59 (+227.78%)
Mutual labels:  gamemode
MinecraftBut
🎥 A Minecraft Plugin for youtubers such as BajanCandian, Skeppy, BadBoyHalo, A6D, Wilbur Soot
Stars: ✭ 50 (+177.78%)
Mutual labels:  gamemode
wine-launcher
Wine Launcher - Running Windows games under Linux
Stars: ✭ 249 (+1283.33%)
Mutual labels:  gamemode
samp-missions
GTA:SA story missions for SA-MP.
Stars: ✭ 26 (+44.44%)
Mutual labels:  gamemode
Open-GTO
RPG gamemode for SA-MP
Stars: ✭ 45 (+150%)
Mutual labels:  gamemode
helix
A Garry's Mod roleplaying framework developed by nebulous for the people. Helix IS open-source - the code can be used as you wish.
Stars: ✭ 123 (+583.33%)
Mutual labels:  gamemode
fortress-royale
Team Fortress 2 battle royale gamemode
Stars: ✭ 48 (+166.67%)
Mutual labels:  gamemode
Minecraft-Backdoor
Invisible, customizable backdoor for Minecraft Spigot Plugins.
Stars: ✭ 147 (+716.67%)
Mutual labels:  gamemode
GWRP-0.3
Игровой режим для San Andreas Multiplayer
Stars: ✭ 22 (+22.22%)
Mutual labels:  gamemode
Slipe-Core
Slipe - C# for MTA
Stars: ✭ 36 (+100%)
Mutual labels:  mtasa
mtasa-resources
This project maintains a list of up-to-date resources that come with Multi Theft Auto.
Stars: ✭ 116 (+544.44%)
Mutual labels:  mtasa
mta-resources
Collection of various resources for MTA
Stars: ✭ 31 (+72.22%)
Mutual labels:  mtasa
vscode-mtalua
Visual Studio Code MTA:SA Lua Syntax Highlighter and Companion
Stars: ✭ 15 (-16.67%)
Mutual labels:  mtasa
awesome-mta-sa
List of free/opensource MTA:SA resources.
Stars: ✭ 29 (+61.11%)
Mutual labels:  mtasa

Drift Paradise

English

Drift Paradise is the racing gamemode for Multi Theft Auto: San Andreas. This repository contains source code of its old version (December 20, 2016).

FAQ: https://github.com/dpmta/driftparadise/wiki

Instructions

  1. Clone this repository into your server's resources directory.
git clone https://github.com/dpmta/driftparadise.git [dp]

or

git clone https://github.com/dcr30/drift-paradise-mta.git [dp]
  1. Install MySQL server and enter your credentials in [core]/dpCore/server/database/DatabaseConfig.lua (you will need to create this file from DatabaseConfig-sample.lua) Change host, port, dbName, username and password to desired values according to your MySQL installation.
  2. Modify your server's acl.xml to give admin rights to specific resources:
<object name="resource.dpAdmin"></object>
<object name="resource.dpStartup"></object>
<object name="resource.dpTelegramChat"></object>
<object name="resource.builder"></object>
<object name="resource.encrypter"></object>
  1. Start MTA server then launch gamemode using the following command:
start dpStartup

You can stop and restart gamemode by stopping and restarting dpStartup resource:

stop dpStartup
restart dpStartup

Русский

Drift Paradise это гоночный игровой режим для Multi Theft Auto: San Andreas. Этот репозиторий содержит исходный код его старой версии (20 декабря 2016 года).

Инструкции и ответы на ваши вопросы (про карты и гараж тоже): https://github.com/dpmta/driftparadise/wiki

Инструкция по запуску

  1. Склонируйте этот репозиторий в папку resources вашего сервера:
git clone https://github.com/dpmta/driftparadise.git [dp]

или

git clone https://github.com/dcr30/drift-paradise-mta.git [dp]
  1. Установите MySQL сервер и укажите данные для подключения к нему в файле [core]/dpCore/server/database/DatabaseConfig.lua (этот файл потребуется создать из DatabaseConfig-sample.lua) Измените значения полей host, port, dbName, username and password на необходимые вам.
  2. Добавьте в файл acl.xml строки, указанные ниже, чтобы выдать права администратора некоторым ресурсам:
<object name="resource.dpAdmin"></object>
<object name="resource.dpStartup"></object>
<object name="resource.dpTelegramChat"></object>
<object name="resource.builder"></object>
<object name="resource.encrypter"></object>
  1. Включите сервер MTA и запустите мод:
start dpStartup

Чтобы выключить или перезагрузить мод, используйте ресурс dpStartup:

stop dpStartup
restart dpStartup

License

Copyright (c) 2018, Nikita Bredikhin.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].