Skip to content
This repository was archived by the owner on Dec 26, 2021. It is now read-only.

Installation Instructions

L edited this page Mar 16, 2017 · 2 revisions

First of all, thank you for downloading and using MTA DayZ. This means a lot to us, as it shows that our work and dedication will not be in vain. This page explains in detail how you can install MTA:DayZ on your MTA server.


SETTING UP THE MTA DAYZ SERVER

Once you have moved the contents of mtadayz.zip to the resources folder, open acl.xml and add the following lines in the admin group:

<object name="resource.DayZ"></object>
<object name="resource.login"></object>
<object name="resource.slothbot"></object>
<object name="user.[YOUR_NAME]"></object>

You need edit "[YOUR_NAME]" per your nickname in game for playing with your admin rights.

Now open mtaserver.conf, scroll down and add these lines:

<resource src="DayZ" startup="1" protected="0"></resource>
<resource src="login" startup="1" protected="0"></resource>
<resource src="slothbot" startup="1" protected="0"></resource>

The following resources should have startup set to 0: scoreboard, mapcycler, mapmanager, spawnmanager, votemanager

And that's it! Start the server and MTA DayZ will start automatically.


Clone this wiki locally