Update Mordhau (#309)
* Update Mordhau Add in SteamWorkshopDownloadLocation (even though the mods are on mod.io), add in custom map in the enum for starting map & mode, and add additional box to specify custom map * Update mordhau-config.json * Update mordhau-config.json * Update mordhau.kvp Bump MinAMPVersion Remove SteamWorkshopDownloadLocation due to mordhau not utilising steam workshop mods
This commit is contained in:
@@ -2,14 +2,14 @@ Meta.DisplayName=Mordhau
|
||||
Meta.Description=Mordhau Dedicated Server
|
||||
Meta.OS=Windows, Linux
|
||||
Meta.Arch=x86_64
|
||||
Meta.Author=Moses, IceOfWraith
|
||||
Meta.Author=Moses, IceOfWraith, southnode-zac
|
||||
Meta.URL=https://store.steampowered.com/app/629760/MORDHAU/
|
||||
Meta.DisplayImageSource=steam:629760
|
||||
Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort2}
|
||||
Meta.ConfigManifest=mordhau-config.json
|
||||
Meta.MetaConfigManifest=mordhau-metaconfig.json
|
||||
Meta.ConfigRoot=mordhau.kvp
|
||||
Meta.MinAMPVersion=2.3.0.8
|
||||
Meta.MinAMPVersion=2.4.3.0
|
||||
Meta.SpecificDockerImage=
|
||||
Meta.DockerRequired=False
|
||||
Meta.ContainerPolicy=Supported
|
||||
@@ -20,6 +20,7 @@ App.RootDir=./mordhau/
|
||||
App.BaseDirectory=./mordhau/629800/
|
||||
App.ExecutableWin=629800\Mordhau\Binaries\Win64\MordhauServer-Win64-Shipping.exe
|
||||
App.ExecutableLinux=629800/Mordhau/Binaries/Linux/MordhauServer-Linux-Shipping
|
||||
App.SteamWorkshopDownloadLocation=
|
||||
App.WorkingDir=629800
|
||||
App.LinuxCommandLineArgs=Mordhau
|
||||
App.WindowsCommandLineArgs=
|
||||
|
||||
Reference in New Issue
Block a user