r15ch13 / arkcluster

ARK: Survival Evolved as Docker Cluster
https://hub.docker.com/r/r15ch13/arkcluster
MIT License
30 stars 17 forks source link

Command Line Server Start Arguments #10

Open msuprobo opened 1 year ago

msuprobo commented 1 year ago

Is there a way to modify the docker-compose.yml file to include command line arguments/flags for when the ark server starts? i.e.

-UseBattlEye -AtiveEvent=Easter

etc, etc.

aciddensity commented 11 months ago

I think you will need to put those flags in your arkmanager.cfg file.

You will want to refer to the ark manager documentation for the proper way to do this. https://github.com/arkmanager/arkmanager-docs#instance-config-files

I'm pretty sure the server defaults to using BattlEye, so I suspect you want to disable it? If that's the case you would use: arkflag_NoBattlEye=true. And arkopt_ActiveEvent=Easter should work the the events, although I have not tested that.

Hope that helps!

adamsd5 commented 3 months ago

Does this require a rebuild of the docker container, or is there some way to modify the arkmanager config file in the existing container? (I see many env vars used.) I'm interested in the command-line only flag: -ForceAllowCaveFlyers, which I believe I add by putting this in the arkmanager config file:

arkflag_ForceAllowCaveFlyers=""

(I'd hoped to see this config file where I see the cluster game user settings file. )