diff --git a/CSM/beta/VersionFeed.xml b/CSM/beta/VersionFeed.xml index c8399f54..816f7fca 100644 --- a/CSM/beta/VersionFeed.xml +++ b/CSM/beta/VersionFeed.xml @@ -5,21 +5,23 @@ Conan Server Manager Version Feed This is the Conan Server Manager beta version feed. - 2022-03-22T00:00:00Z + 2022-03-23T00:00:00Z - urn:uuid:674D8E81-FB1B-42D9-8309-41AE40D5192F - 1.1.64 (1.1.64.1) - 1.1.64.1 + urn:uuid:59A5E20B-D3B2-4FDB-8E03-F0C3022C344F + 1.1.65 (1.1.65.1) + 1.1.65.1 - 2022-03-22T00:00:00Z + 2022-03-23T00:00:00Z

- BUGFIX + CHANGE

    -
  • Fixed a bug that would prevent auto processes from sending through broadcast messages to the clients.
  • +
  • RCON Window - added two addional RCON broadcast methods, both require Pippi mod - Alert and Server.
  • +
  • Global Settings - added RCON broadcast mode droplist, so auto processes can send messages via RCON using this mode.
  • +
  • Auto Processes - changed the message broadcast to use the new config setting, not a hardcoded value.

diff --git a/CSM/beta/en-US.xaml b/CSM/beta/en-US.xaml index c58b2af6..32f8659b 100644 --- a/CSM/beta/en-US.xaml +++ b/CSM/beta/en-US.xaml @@ -523,6 +523,8 @@ Command Global Broadcast + Alert (requires Pippi mod) + Server (requires Pippi mod) Disconnected Connected @@ -922,6 +924,9 @@ This message will be displayed when the server manager detects one or more mods are out of date. Force Respawn Creatures Warning: This message will be displayed when the server is being started and a wild creature wipe is scheduled. + + RCON Broadcast Mode: + Select the method used by the server manager to send auto process messages to the game clients via RCON. diff --git a/CSM/beta/latest.txt b/CSM/beta/latest.txt index 3f2705af..a30d3539 100644 --- a/CSM/beta/latest.txt +++ b/CSM/beta/latest.txt @@ -1 +1 @@ -1.1.64.1 +1.1.65.1 diff --git a/CSM/beta/latest.zip b/CSM/beta/latest.zip index 43633eb1..f5528220 100644 Binary files a/CSM/beta/latest.zip and b/CSM/beta/latest.zip differ