panel
panel copied to clipboard
Update ARK Survival Evolved egg for fix some mistakes
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.
This still needs to be merged, Ark server stopping is completely broken by now. Have to manually DoExit and :q.
This still needs to be merged, Ark server stopping is completely broken by now. Have to manually
DoExitand: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.