# DayZ modding help

<figure><img src="https://rampart.games/templates/lagom2/assets/img/page-manager/dayzmap.jpg" alt=""><figcaption></figcaption></figure>

### For Mod installations This Guide will teach you how to export a modlist.html to place with your server files for the mods autoloading and distribution.

\
Prepare Server for new mod installations.
-----------------------------------------

{% stepper %}
{% step %}

### Turn off your server

To avoid potential Corruption of files.
{% endstep %}

{% step %}

### Back Up files and download

* Mpmissions Folder

&#x20;\- The contents of this folder often gets wiped removing all data if not backed up, saving this and uploading again after steam update will save you alot of time resolving issues.
{% endstep %}

{% step %}

### Check for updates

* Check for updates on mods you have installed.

&#x20;  \- Update as Required, to avoid issues.
{% endstep %}
{% endstepper %}

## Getting Started with the new modlist

{% stepper %}
{% step %}

### Browse the steam workshop and subscribe to mods

* Click Subscribe on the mods you wish to use (the green +).

<figure><img src="/files/TtKBSWEBso2syxVVGiaK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Launch Dayz via steam

* Once loaded the Dayz Launcher will appear Click mods
* Select More & "Export List of mods to file" Selecting All Mods or Only Loaded mods as you require.

<figure><img src="/files/SN35y6bGZLmidLhBBO9F" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save File

name the file modlist.html
{% endstep %}

{% step %}

### Upload

Now upload the file to the root directory of the game server

<figure><img src="/files/k7AYa05lr3zatOeW14KQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Start Server

With modlist installed Start the server up and allow installations, this can be seen as pictured in the Console.

* Depending how many mods you want to load, this could take some time

&#x20;    \- It will move any Bikeys to allow the mods to work correctly for you.

<figure><img src="/files/6m0qOVfffWoQP6F8xHy6" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Issues With mods

If you have issues with the installed mods, it is reccomended to install 1 mod at a time to find the issue, issues usually are due to outdated mod, Dependancies not installed, mods clashing with other mods.
{% endstep %}

{% step %}

### Enjoy

{% endstep %}
{% endstepper %}


---

# 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://rampart-games-ltd.gitbook.io/docs/game-knowledge-base/dayz/dayz-modding-help.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.
