-
- BUGFIX
-
-
- - Player and Dino levels - fix bug when resetting and updating MAX level values.
+ - Global Setting - Added new Auto Restart section with options to enable/disable auto restart grace period.
+ - Starting a Server - when you server is started, it now records the last started time in your profiles.
+ - Auto-Restart - with the grace period option enabled, when the auto-restart process runs it will check if your server was started within the grace period and skip; otherwise it will restart as normal.
CHANGE
- - Server Monitor Window - added backup and open folder buttons.
- - fr-FR Translation file updated. (thanks @angemymy)
+ - pt-BR Translation file updated. (thanks @bruno5011)
- ru-RU Translation file updated. (thanks @varlonec)
diff --git a/ASM/beta/en-US.xaml b/ASM/beta/en-US.xaml
index 2639fad8..b247c78a 100644
--- a/ASM/beta/en-US.xaml
+++ b/ASM/beta/en-US.xaml
@@ -416,11 +416,13 @@
Enable SotF Settings
If enabled, the SotF settings will be managed by ASM.
WARNING: While any of these options are disabled, ASM will not read or write the associated overrides settings. Re-enabling any of these options will cause ALL existing associated overrides to be removed from the config file.
+
Server Status Options
Enable Server Status Actions
If enabled, clicking the server status icons may perform one or more actions.
Show Server Status Action Confirmation
If enabled, a dialogue will be shown to confirmation the server status action.
+
Server Startup Options
Player Level Increase:
The amount of XP to be increased when adding a new custom level.
@@ -481,6 +483,13 @@
If enabled, when the auto-update is performed all servers will be updated at the same time, otherwise each server will be updated one after the other (this will take more time to complete).
Delay between each server update
The amount of time to wait in between each server update, only available if Parallel Update is disabled.
+
+
Auto Restart Options
+
Enable Grace Period
+
If enabled, it will check if the server was last started with the grace period and skip; otherwise if not last started within the grace period the server will be restarted.
+
Grace Period:
+
The amount of time in minutes to prevent the server restarting, since the last server start.
+
Shutdown Options
These warning messages will only be broadcast to your server if RCON is enabled and the RCON port set on your server profile.
Send Shutdown Messages to Game Client
@@ -499,6 +508,7 @@
This message will be displayed when the server shutdown has been cancelled.
Show shutdown reason with ALL shutdown messages
If enabled, the shutdown reason will be shown with all shutdown message; otherwise it will only be shown at the start of the server shutdown.
+
SMTP Email Settings
Host:
The name or IP address of the host used for SMTP transmissions.
@@ -526,6 +536,7 @@
If enabled, an email will be sent when the server is shutdown/restarted during the auto-shutdown process.
Shutdown/Restart
If enabled, an email will be sent when the server is shutdown or restarted.
+
Advanced Settings
Do not touch these settings unless you know what you are doing, or have been instructed to change them by support staff.
Use Server Shutdown Command
diff --git a/ASM/beta/latest.txt b/ASM/beta/latest.txt
index a021bcff..0604335a 100644
--- a/ASM/beta/latest.txt
+++ b/ASM/beta/latest.txt
@@ -1 +1 @@
-1.0.361.2
+1.0.362.1
diff --git a/ASM/beta/latest.zip b/ASM/beta/latest.zip
index 1f5f16b8..9f4f0cbb 100644
Binary files a/ASM/beta/latest.zip and b/ASM/beta/latest.zip differ