229 Commits

Author SHA1 Message Date
Ben Peddell
e9b987f19a Add update --update-mods option 2015-09-16 19:48:52 +10:00
Ben Peddell
b5819d517d Only copy changed files when extracting a mod 2015-09-16 19:36:06 +10:00
Ben Peddell
4bd9da569a Move mod extraction to out of doInstallMod 2015-09-16 19:29:01 +10:00
Ben Peddell
2207ff160a Move Mod download out of doInstallMod 2015-09-16 19:20:43 +10:00
Ben Peddell
fddbec4f00 Add --validate option to update 2015-09-16 19:10:42 +10:00
Ben Peddell
39c649d296 Merge forceUpdate into doUpdate 2015-09-16 19:02:48 +10:00
Ben Peddell
9b5435fe49 Allow update to take multiple options 2015-09-16 18:59:43 +10:00
Ben Peddell
e86f7b0ba3 Merge doWarnUpdate into doUpdate 2015-09-16 18:52:35 +10:00
Ben Peddell
e3dbe2847a Merge safe update into doUpdate 2015-09-16 18:48:42 +10:00
Ben Peddell
c329f28fee Move --force argument into doUpdate 2015-09-16 18:45:19 +10:00
Fez Vrasta
22b021b41b Merge pull request #160 from klightspeed/1.4-dev#multiserver
1.4 Features
2015-09-14 11:23:52 +02:00
Ben Peddell
3eb123fa61 Add AltSaveDirectoryName support in backup 2015-09-14 17:10:37 +10:00
Ben Peddell
544a78267d Add example config options to config 2015-09-14 17:10:37 +10:00
Ben Peddell
b294cb622a ARK -flag support 2015-09-14 17:10:37 +10:00
Ben Peddell
d6fc1f7078 Update init scripts to use start/stop/restart --all 2015-09-14 17:10:37 +10:00
Ben Peddell
0080e3c81a Add start --all and stop --all commands
These commands will start and stop all servers specified in
the configfile_xxxxxx settings in the config file
2015-09-14 17:10:37 +10:00
Ben Peddell
c0793a8186 Make warning broadcast message customisable 2015-09-14 17:02:07 +10:00
Ben Peddell
01600381fa Merge branch 'master' into 1.4-dev#warn 2015-09-14 17:01:25 +10:00
Ben Peddell
6b0c08ab09 Add option to warn players before update 2015-09-14 05:45:01 +10:00
Ben Peddell
5b9a3db3c6 Add installmod command 2015-09-13 07:27:41 +10:00
Ben Peddell
5c5cd58e34 Retry mod download after steamcmd timeouts 2015-09-13 07:27:41 +10:00
Ben Peddell
2ef86c9028 Add mod installation support 2015-09-13 07:27:32 +10:00
Ben Peddell
74b665cdfd Add hotfix update support 2015-09-02 16:55:10 +10:00
Ben Peddell
10a49b7baf Inject git commit into arkmanager script 2015-09-02 16:53:41 +10:00
Ben Peddell
3e0fa90c70 Move arkstVersion to script 2015-09-02 16:26:32 +10:00
Fez Vrasta
c756e4e2ed Merge pull request #151 from FezVrasta/1.3-dev
1.3 dev
2015-09-01 10:43:04 +02:00
Ben Peddell
0aa7546b06 Add '-MapModId' support
Specifying the Modded Map by ModID was added in 193.0
This adds support for this, and backups should work with it.
2015-08-07 21:23:15 +10:00
Ben Peddell
2e8e3b6aaa Fix map name extraction
Fixes: f6d402b (Add support for custom modded maps)
2015-08-07 21:22:15 +10:00
Ben Peddell
be21a03dda Fix typo in doUpgrade
Fixes: 201c887 (added upgrade command, added support for release channels)
2015-08-07 21:09:48 +10:00
Ben Peddell
562bb93126 Add useconfig arkmanager command to specify config 2015-08-02 19:26:30 +10:00
Ben Peddell
2e65228607 Inform the user which command was not recognized 2015-08-02 19:26:30 +10:00
Ben Peddell
b52770f236 Support multiple commands in a single invocation 2015-08-02 19:26:30 +10:00
Ben Peddell
f58645cc1a Support special "--me" user-install 2015-08-02 19:26:02 +10:00
Ben Peddell
f2ff580a90 Reduce restart delay to 1 second 2015-07-26 14:55:27 +10:00
Ben Peddell
ac41f14700 Wait for server to stop 2015-07-26 14:55:27 +10:00
Ben Peddell
3759904f12 Change isTheServerRunning to be consistent with doStop 2015-07-26 14:55:27 +10:00
Ben Peddell
2110bc7fa6 User SIGINT instead of SIGKILL to stop server 2015-07-26 14:55:27 +10:00
Marius Linge
93d9883ced Merge pull request #119 from Sispheor/1.3-dev
update readme.
2015-07-18 14:56:42 +02:00
Ben Peddell
f6d402b6fe Add support for custom modded maps 2015-07-18 10:28:22 +10:00
Ben Peddell
a14f410fc9 Add last-ditch backup attempt 2015-07-18 08:33:19 +10:00
Ben Peddell
44fa13cdc6 Make backup function more robust 2015-07-18 05:33:39 +10:00
Lihis
3b3be70ee5 Fix: typo in usage
There should be space between arkmanager and [OPTION].
2015-07-17 13:40:58 +03:00
Sispheor
9e23213b2d remove unused variables 2015-07-16 22:20:52 +02:00
Fez Vrasta
3ca424f63b Merge pull request #116 from FezVrasta/master
Merge hotfixes from master into 1.3-dev
2015-07-15 00:10:44 +02:00
Fez Vrasta
88d38ba8c3 Merge pull request #114 from StuartWhelan/preserve_timestamp_on_copy
Preserve timestamps when copying the server files during backup
2015-07-13 11:47:17 +02:00
Stuart Whelan
ecffdc6293 Preserve timestamps when copying the server files during backup 2015-07-13 12:19:43 +12:00
Ben Peddell
61068b203e Add rconcmd arkmanager command 2015-07-11 22:04:16 +10:00
Ben Peddell
accc3d4612 Hide response to broadcast command
Server responds with:
  Server received, But no response!!
2015-07-11 22:04:16 +10:00
Ben Peddell
120df3d0db Add server info to status output 2015-07-11 22:04:16 +10:00
Ben Peddell
d34f2ac336 Add simple RCON client implementation 2015-07-11 22:04:02 +10:00