Git Product home page Git Product logo

mta's Introduction

OwlGaming MTA

This repository contains the OwlGaming MTA codebase for Multi Theft Auto. The recommended way to deploy the code is using a docker image.

Credits

The code in this repository comes from various sources from probably nearly a decade of development. Thank you to everyone who contributed over the years.

Building for release

  • Build the image docker build -t owlgaming-mta .
  • Refer to the environment variable below and deploy using your MySQL Database
docker run -p 22003:22003 -p 22005:22005 -p 22126:22126/udp -e MTA_DATABASE_NAME=... owlgaming-mta
  • You can grab the latest structures for your database from mods/deathmatch/data

Logs

Logs are written to mods/deathmatch/resources/logs/logs as they are created in game. It's recommended to pick these up using Filebeat with Elasticsearch to make them searchable.

Quick Links

Docker Build Environment Variables

MTASERVER.CONF

  • SERVER_IP
  • SHOULD_BROADCAST
  • OWNER_EMAIL_ADDRESS

SETTINGS.XML

  • PRODUCTION_SERVER

  • MTA_DATABASE_NAME

  • MTA_DATABASE_USERNAME

  • MTA_DATABASE_PASSWORD

  • MTA_DATABASE_HOST

  • MTA_DATABASE_PORT

  • CORE_DATABASE_NAME

  • CORE_DATABASE_USERNAME

  • CORE_DATABASE_PASSWORD

  • CORE_DATABASE_HOST

  • CORE_DATABASE_PORT

  • FORUMS_API_KEY

  • IMGUR_API_KEY

mta's People

Contributors

chaosparadise avatar mrsol0 avatar detectedstorm avatar evenmov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.