arkmanager / ark-server-tools

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

arkopt ForceRespawnDinos not working #1145

Open paytah232 opened 4 years ago

paytah232 commented 4 years ago

I am adding this to arkmanager.cfg: arkopt_ForceRespawnDinos="True" # Force Wild Dino Respawn on Server start (Does not effect taming dinos)

But it doesn't load in the log. (i removed some settings for security). What's wrong?

2020-08-29 15:35:36: [theisland] 2020-08-29 15:35:34: Running /ark/servers/ARK/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland\?RCONPort=#\?SessionName=#\ -\ TheIsland\?Port=#\?QueryPort=#\?GameModIds=751991809\,754885087\,630601751\,569786012\,622608522\,731604991\,793605978\,554678442\,566887000\,918590226\?AltSaveDirectoryName=TheIsland\?MaxPlayers=15\?RCONEnabled=True\?ServerAdminPassword=#\?ServerPassword=#\?bRawSockets=false\?listen -ClusterDirOverride=/ark/servers/ARK-Cluster-Data -clusterid=mycluster

klightspeed commented 4 years ago

Is the option listed in the output of arkmanager printconfig?

paytah232 commented 4 years ago

Yes: /etc/arkmanager/arkmanager.cfg => arkopt_ForceRespawnDinos

klightspeed commented 4 years ago

Do you have unset arkopt_ForceRespawnDinos or arkopt_ForceRespawnDinos="" anywhere?

To specify -ForceRespawnDinos (with no argument), you want arkflag_ForceRespawnDinos=true

paytah232 commented 4 years ago

I don't have either of those things anywhere no.

Why is it arkflag and not arkopt? Testing and it does work with arkflag and not arkopt...

klightspeed commented 4 years ago

arkopt is for when you want to specify a dash option with an argument (like clusterid). arkflag is when you want to specify a dash option without an argument.