Skip to content

[Server Hosting] Setting up the server

LieutenantMaster edited this page Sep 1, 2020 · 65 revisions

DayZ Expansion

Downloading the mods

Download and install the mods listed above where your server is installed (as shown on the first picture). If you do not know how to get the mods follow the step 1 to 5 but don't go inside the Missions folder ! Click me to see the tutorial page

Inside each mods you should find a "key" folder with a bikey for each mods. Copy all this keys and paste them inside your keys folder (visible on the picture)

Server root

Make sure to launch the 4 mods with this command line if you don't use a panel :

-mod=@CF;@Community-Online-Tools;@DayZ-Expansion;@DayZ-Expansion-Licensed

start.bat

If you are creating a local server and don't know how or where to add this lines do the following.

Create a txt file and paste inside the file this config lines :

@echo off start DayZServer_x64.exe -config=serverDZ.cfg -port=2302 "-mod=@CF;@Community-Online-Tools;@DayZ-Expansion;@DayZ-Expansion-Licensed" -profiles=.\ServerProfile -netlog

And save as MyName.bat !

Now all you have to do is to execute this bat file to launch your server 😃

Make sure your bat file is inside your server folder as shown with the picture above !

Mission files

Download the lastest missions at https://github.com/ExpansionModTeam/DayZ-Expansion-Missions/releases and extract the content of the zip file.

Take the mission files who don't have COM in their name.

Copy and paste them inside your mpmission folder of your server. You should have this two new folders in this directory :

Now go back to the dayz server root directory and open your "serverDZ.cfg" config file (if you are on a web provider, make sure you can add custom mission or that you have expert mode enabled).

Inside this file, look for the template and change it to match this screenshot. You can choose to use the non Gloom mission if you want to. Gloom allow for better lighting visuals, this is the only difference ! Oh and won't be supported with dayz 1.08 since gloom will be in the base game.

Server config

After starting your server with the DayZ Expansion mod for the first time, the server will generate the ExpansionMod folder in your profiles folder, in this folder, all the DayZ Expansion related settings will be stored. If you want to toggle any part of DayZ Expansion go into the settings folder and open the file you want to modify. If you want to learn more about the server settings click here.

Troubleshooting

Bad type 'StringLocaliser'

Make sure you have the correct mods and up to date !

Addon ... Requires Addon 'JM_COT_Scripts'

You are missing CF or Community-Online-Tools, make sure to have all the mods on your server !

Infinite loading screen, server frozen

For some reason, your ExpansionMod settings are broken. Revert the changes you have made or delete the folder. Some players reported that issue but infact it was just them not waiting. Please be sure it's a real issue and not you not waiting !

BattlEye initialization failed

The battle eye dll is missing from the battle eye folder of your server profile. A copy paste of this missing dll should do the job in most cases.

!!! String CORRUPTED - FIX OnStoreLoad() !!!

The folder "storage_x" (x being a number) inside your mission have corrupted string(s). Delete/rename this folder and try again.

Clone this wiki locally