Skip to main content
Mobile Data ComputerDeprecated

Installation

Install the MDC and configure its database, faction permissions, locales and accusation tables.

Required dependencies

MySQL

Database storage used by the MDC resource.

Installation steps

  1. 01

    Extract the resource

    Copy the extracted folder into your server resources directory.

  2. 02

    Import the database

    Import the included SQL file into your server database.

  3. 03

    Configure permissions

    Adapt the permission functions to your faction system.

    Config.IsPlayerAllowed / Config.HasDeletePermission
  4. 04

    Configure localization

    Edit the HTML locale variables for your server language.

    html/js/config.js
  5. 05

    Configure accusations

    Edit or create the accusation tables using the included examples.

    html/js/config.js
  6. 06

    Start and test

    Start the resource and open the MDC, or connect its open event to your menu.

    /openmdc

Important file locations

Configuration
config.lua

Faction permissions and server integration functions.

Web config
html/js/config.js

HTML locales and accusation table definitions.