Mordhau with a side of Wine

Would anyone be willing to create an AMP game panel template for hosting Mordhau using Wine layer on Linux? Some Mordhau custom maps and mods only work with the Windows server version, so native Linux hosting isn’t always enough. A Wine-compatible template would be a great addition for those running AMP on Linux but needing full mod support.

If someone with AMP template experience could take this on or share a working setup, it would be greatly appreciated by my small community.

I tried the server using Proton via AMP, got it running OK, only issue (which is most relevant to you) is that the modio plugin reports an issue creating the directories it needs, and defaults back to putting the .modio directory in user/steamuser/Documents in the proton prefix. Which ain’t ideal - would be better all in the instance base directory, so it is more accessible.

Not sure whether there is any command line argument or config option to force modio to create directories in the datastore? Also not clear why it is having the directory creation issue in the first place.

This is why:

[1747303759] [Error] Failed to create path: "Z:\AMP\mordhau\629800\Mordhau\Content\.modio" with error: unknown error

Modio gets confused by the proton/wine/docker path

Can solve it with a symlink tho…

See how the template in Greelan/AMPTemplates:dev works for you. If you add that repo to your config repos in AMP and click fetch latest, it will appear in the instance creation list under Greelan / Mordhau (Proton)

thank you for your input and recommendation