# Installation

### **Step 1**

make sure these scripts are installed:

* [<mark style="color:red;">es\_extended</mark>](https://github.com/esx-framework/esx_core) (1.2 or higher) &#x20;
* [<mark style="color:red;">oxmysql</mark>](https://github.com/overextended/oxmysql) (2.3.3 or higher, you can try lower versions, but we do not recommend it)
* <mark style="color:red;">esx\_addonaccount</mark> &#x20;
* <mark style="color:red;">esx\_datastore</mark>

{% hint style="danger" %}
**IMPORTANT**

If you use Config.UseHack then you also need utk\_fingerprint and utk\_hackdependency. The download for them you can find [here](https://github.com/Sander2222/Finger-Print-Hacking-Game) and if you use our map you need to add this to your server.cfg: `sv_enforceGameBuild 2545`
{% endhint %}

### Step 2

Put the ressource/ressources where ever you want on your server. then execute the insert.sql in your database and read the comments in this file.

### Step 3

If you have all files start them in your server.cfg like this:

* oxmysql
* es\_extended
* esx\_addonaccount
* esx\_datastore
* utk\_fingerprint and utk\_hackdependency
* GMD\_ArmySystem

### Step 4

If you have installed everything then restart your server once. After that you can edit the config. If you want to know which parameter does what look further here in the wiki. Do not forget to edit both config files

### Other Infos

requirements for this script to work:

* es\_extended (1.2 or higher)
* oxmysql (2.3.3 or higher, you can try lower versions, but we do not recommend it)
* esx\_addonaccount (only if you use  `Config.RemoveMoneyFromSociety`)
* esx\_datastore (only if you use an ESX job, else you can delete that from fxmanifest.lua)
* utk\_fingerprint and utk\_hackdependency (This is the hacking game for the raid. If you have Config.UseHack on false you can delete this from fxmanifest. [<mark style="color:blue;">Here</mark>](https://github.com/Sander2222/Finger-Print-Hacking-Game) you can download our verion of this script. Big thanks to [<mark style="color:blue;">UT</mark>](https://github.com/utkuali)<mark style="color:blue;">K</mark> that we can use your script)
* sv\_enforceGameBuild 2545 (you only need this if you use our bunker ymap)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gmd-scripts.gitbook.io/gmd/gmd_armysystem/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
