arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

Crossplay with Epic #1109

Closed Xarann closed 4 years ago

Xarann commented 4 years ago

Hello,

How activate crossplay with epic version ?

https://ark.gamepedia.com/311.74

Thks

klightspeed commented 4 years ago

It says you use the -crossplay option, so you would put arkflag_crossplay=true into your instance config.

It also says that you can't use mods when running a crossplay server.

Sc0r commented 4 years ago

there was also something about -epiconly, would that allow mods again? kind of looks like this could be a thing they fix/add soon-ish.

klightspeed commented 4 years ago

there was also something about -epiconly, would that allow mods again? kind of looks like this could be a thing they fix/add soon-ish.

My guess would be that -epiconly with mods would require that the mods be on Epic's equivalent of the Steam workshop.

TheInternetIsReal commented 4 years ago

Has anyone confirm that arkflag_crossplay=true works yet for epic players?

Ramblurr commented 4 years ago

Yea, I run a server using that flat and only have epic users playing

goldenSniperOS commented 3 years ago

Hi, I have 2 questions maybe someone could help me:

Thanks

klightspeed commented 3 years ago

Hi, I have 2 questions maybe someone could help me:

  • Is The way to activate crossplay without modifying the config file, arkmanager --arkopt, crossplay ?
arkmanager --arkopt,--crossplay
  • Which one of these values is the value on arkmanager.cfg to allow crossplay: arkflag_crossplay=true, arkflag_crossplay="true" or arkflag_crossplay="True"

Thanks

Any of the above - any non-blank value will enable the option.

goldenSniperOS commented 3 years ago

Hi, I have 2 questions maybe someone could help me:

  • Is The way to activate crossplay without modifying the config file, arkmanager --arkopt, crossplay ?
arkmanager --arkopt,--crossplay
  • Which one of these values is the value on arkmanager.cfg to allow crossplay: arkflag_crossplay=true, arkflag_crossplay="true" or arkflag_crossplay="True"

Thanks

Any of the above - any non-blank value will enable the option.

Thanks @klightspeed for your response, but, maybe I made a mistake typing the command the right command will be arkmanager restart --arkopt, --crossplay and what if I need to add another argument? Will be like this arkmanager restart --arkopt, --crossplay --arkopt, --NoBattleEye ?

Thanks again

klightspeed commented 3 years ago

Thanks @klightspeed for your response, but, maybe I made a mistake typing the command the right command will be arkmanager restart --arkopt, --crossplay and what if I need to add another argument? Will be like this arkmanager restart --arkopt, --crossplay --arkopt, --NoBattleEye ?

Thanks again

Sorry, the option should have a single dash, not a double-dash, so it'd be --arkopt,-crossplay

There should be no space between the comma and the option, so it should be --arkopt,-crossplay, not --arkopt, -crossplay.

You can also specify the --arkopt,-option as many times as you need. e.g.

arkmanager restart --arkopt,-crossplay --arkopt,-NoBattleEye