AppFeed/templates/ich777sRepository/ich777/Chivalry-MedievalWarfare.xml
Squidly271 adee9d5ea6 Update
2021-02-09 06:07:19 -05:00

139 lines
8.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Chivalry-MedievalWarfare</Name>
<Repository>ich777/steamcmd:chivalrymw</Repository>
<Registry>https://hub.docker.com/r/ich777/steamcmd/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/</Support>
<Project>https://www.steampowered.com/</Project>
<Overview>This Docker will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.&#13;
&#13;
ATTENTION: First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
Update Notice: Simply restart the container if a newer version of the game is available.&#13;
&#13;
Server Config: You find the server config in: 'appdata/UDKGame/Config/' (eg: the servername is located in: 'PCServer-UDKGame.ini')&#13;
&#13;
You can also run multiple servers with only one SteamCMD directory!</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/Chivalry-MedievalWarfare.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/chivalrymw.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://www.paypal.me/chips777</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>7000</HostPort>
<ContainerPort>7000</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>7010</HostPort>
<ContainerPort>7010</ContainerPort>
<Protocol>udp</Protocol>
</Port>
<Port>
<HostPort>27015</HostPort>
<ContainerPort>27015</ContainerPort>
<Protocol>udp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/steamcmd</HostDir>
<ContainerDir>/serverdata/steamcmd</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/cache/appdata/chivalrymw</HostDir>
<ContainerDir>/serverdata/serverfiles</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>220070</Value>
<Name>GAME_ID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>aocffa-moor_p</Value>
<Name>MAP</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>adminDocker</Value>
<Name>ADMIN_PWD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>?port=7000?queryport=7010</Value>
<Name>GAME_PARAMS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>-seekfreeloadingserver</Value>
<Name>GAME_PARAMS_EXTRA</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>USERNAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>VALIDATE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>PASSWRD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="SteamCMD" Target="/serverdata/steamcmd" Default="" Mode="rw" Description="Container Path: /serverdata/steamcmd" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/steamcmd</Config>
<Config Name="ServerFiles" Target="/serverdata/serverfiles" Default="" Mode="rw" Description="Container Path: /serverdata/serverfiles" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/chivalrymw</Config>
<Config Name="GAME_ID" Target="GAME_ID" Default="" Mode="" Description="The GAME_ID that the container download at startup.&#13;&#10;(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)" Type="Variable" Display="always" Required="true" Mask="false">220070</Config>
<Config Name="Map" Target="MAP" Default="aocffa-moor_p" Mode="" Description="Map name (eg: 'aocffa-arena3_p', 'aocffa-hillside_p', 'aocffa-battlegrounds_v3_p')" Type="Variable" Display="always-hide" Required="true" Mask="false">aocffa-moor_p</Config>
<Config Name="Server Admin Password" Target="ADMIN_PWD" Default="" Mode="" Description="Server Admin Password (can't be empty)" Type="Variable" Display="always" Required="true" Mask="false">adminDocker</Config>
<Config Name="Game Parameters" Target="GAME_PARAMS" Default="" Mode="" Description="Enter your game parameters seperated with ? and start with a ? (don't put spaces in between eg: ?port=7000?queryport=7010)" Type="Variable" Display="always-hide" Required="true" Mask="false">?port=7000?queryport=7010</Config>
<Config Name="Extra Game Parameters" Target="GAME_PARAMS_EXTRA" Default="" Mode="" Description="Type in your Extra Game Parameters seperated with a space and - (eg: -seekfreeloadingserver)" Type="Variable" Display="always-hide" Required="true" Mask="false">-seekfreeloadingserver</Config>
<Config Name="UDP1 - GamePort" Target="7000" Default="" Mode="udp" Description="UDP Gameport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the Ports in your 'Game Parameters' Variable)" Type="Port" Display="always" Required="true" Mask="false">7000</Config>
<Config Name="UDP2 - GameQueryPort" Target="7010" Default="" Mode="udp" Description="UDP Gamequeryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the Ports in your 'Game Parameters' Variable)" Type="Port" Display="always" Required="true" Mask="false">7010</Config>
<Config Name="UDP3 - SteamQueryPort" Target="27015" Default="" Mode="udp" Description="UDP Steamqueryport (if you need another port, please delete this entry and create a new UDP Port with the required port number, also don't forget to change the Ports in your 'Game Parameters' Variable)" Type="Port" Display="always" Required="true" Mask="false">27015</Config>
<Config Name="Steam-Username" Target="USERNAME" Default="" Mode="" Description="Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard)." Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Validate Installation" Target="VALIDATE" Default="" Mode="" Description="Set the Variable to 'true' if you want to validate the installation otherwise leave it blank." Type="Variable" Display="always-hide" Required="false" Mask="false"></Config>
<Config Name="Steam-Password" Target="PASSWRD" Default="" Mode="" Description="Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION: You have to disable Steam Guard)." Type="Variable" Display="always-hide" Required="false" Mask="true"></Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Category>GameServers:</Category>
<Description>This Docker will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.&#13;
&#13;
ATTENTION: First Startup can take very long since it downloads the gameserver files!&#13;
&#13;
Update Notice: Simply restart the container if a newer version of the game is available.&#13;
&#13;
Server Config: You find the server config in: 'appdata/UDKGame/Config/' (eg: the servername is located in: 'PCServer-UDKGame.ini')&#13;
&#13;
You can also run multiple servers with only one SteamCMD directory!</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Chivalry-MedievalWarfare.xml</templatePath>
</Container>