thmhoag / arkserver

Docker image for a dedicated ARK Server with ArkManager.
MIT License
121 stars 43 forks source link

Crossplay with epic games version #8

Closed domano closed 4 years ago

domano commented 4 years ago

Image Setup Details

thmhoag commented 4 years ago

Fascinating. Had no idea ARK was in the Epic Game store now. I believe you need either one or both of the following flags to be set:

You can set flags on this image by using an environment variable with the prefix am_arkflag_<optname>=<anything>.

So you might try with one or both of the flags I listed above, like this:

I'm not sure if the -epiconly flag is actually required. Unfortunately, I don't have a copy of the EpicGames version of ARK to test with, but I'd love to hear back on whether or not this works for you.

Also, just a tip, your mounts for steam and ark should look like the following:

EDIT: Looks like you should only need -crossplay based on the patch notes here: https://survivetheark.com/index.php?/forums/topic/388254-pc-patch-notes-client-v31187-server-v31197/

jcoker85 commented 4 years ago

@thmhoag Just to clarify on this, the flag should be

-e am_arkflag_crossplay="true"

not with an empty parameter. I was able to get both Steam and EGS users to connect this way.

domano commented 4 years ago

Thank you both :)

The volumes were just a copy and paste error.

thmhoag commented 4 years ago

Thanks for the clarifcation @jcoker85. I'll update the README.md with this info for others to see in the future.