Skip to content

Setting up a DayZ Life Server

Here you will find any information, how you can set up your DayZ Life Server.

  1. You have to set up the car lifetime in your type.xml. If you do not give them a lifetime, every car that you buy over the trader will be deleted at server restart. Example:
<type name="CivilianSedan">
<lifetime>129000</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
  1. You have to configure in your "serverDZ.cfg" the property "storeHouseStateDisabled" to "0". If you don´t do that, the buildings can not be looked.
storeHouseStateDisabled = 0;
  1. Copy the mods "@DayZ Life V2 Client (RP Framework)" and "@DayZ Life V2 Server (RP Framework)" to your server
  2. Copy from mod "@DayZ Life V2 Client (RP Framework)\Keys" folders the keys into "DayZServer\keys" folder
  3. Start your server first time for example with this command:
DayZServer_x64.exe -config=serverDZ.cfg -port=2302 -dologs -adminlog -netlog -freezecheck "-profiles=MyProfileFolder" "-serverMod=@DayZ Life V2 Server (RP Framework)" "-mod=@DayZ Life V2 Client (RP Framework)"

Hint: "@DayZ Life V2 Server (RP Framework)" Mod is only needed on server side

  1. if server is ready, shut down your server
  2. Enter into your server profiles folder. There is a new folder named: "YourServerProfilesFolder\TBMods\Config\DayZLife"
  3. Enter "YourServerProfilesFolder\TBMods\Config\DayZLife" folder, there you will find all configurations.
  4. Start configure your Server. The most is automatically configured but for the Trader you have to configure your preferences. You can use our Trader configuration tool to do that. You also will find in DayZ Life Server Mod an example for Trader configuration.
  5. Start your server after configuration
  6. Have fun and enjoy our mod.
  7. Feedback and donations are always welcome.