panel icon indicating copy to clipboard operation
panel copied to clipboard

Update ARK Survival Evolved egg for fix some mistakes

Open iblinder opened this issue 1 year ago • 2 comments

Fixed rcon command syntax for saveworld and doExit commands, option '-c' not exists, from rcon help:

   To run single mode type commands after options flags. Example:
   rcon -a 127.0.0.1:16260 -p password command1 command2

   To run terminal mode just do not specify commands to execute. Example:
   rcon -a 127.0.0.1:16260 -p password

Do not send to rcon ^C on exit, use :q to exit with exit code 0 for correct exit from until cycle.
Do not use trap command, on correct exit from cycle, command placed behind it will work.

iblinder avatar Nov 22 '22 13:11 iblinder

This still needs to be merged, Ark server stopping is completely broken by now. Have to manually DoExit and :q.

melvyn2 avatar Jan 20 '24 20:01 melvyn2

This still needs to be merged, Ark server stopping is completely broken by now. Have to manually DoExit and :q.

The default ark egg is out of date in general. (as well as this PR) Please use the egg from the egg repo instead until the stock egg gets updated.

Boy132 avatar Jan 22 '24 07:01 Boy132