Panel/modules/steam_workshop/lib/GameAdapters/dayz.xml

17 lines
708 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<adapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schema.xsd"
key="dayz"
name="DayZ"
supportsHotReload="false">
<steamAppId>221100</steamAppId>
<modsDir>%SERVER_ROOT%/WorkshopMods</modsDir>
<keysDir>%SERVER_ROOT%/keys</keysDir>
<activation type="launch_parameter">
<template>-mod=@{modlist(';')}</template>
</activation>
<postCopyRules>
<copyPattern source="*.bikey" destination="%SERVER_ROOT%/keys" />
</postCopyRules>
<notes>Copies .bikey files into the server keys directory and builds a classic -mod parameter string.</notes>
</adapter>