mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ConanServerManager Beta 1.1.65.1
This commit is contained in:
parent
fc658b04dd
commit
7047563d25
4 changed files with 15 additions and 8 deletions
|
|
@ -5,21 +5,23 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2022-03-22T00:00:00Z</updated>
|
||||
<updated>2022-03-23T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:674D8E81-FB1B-42D9-8309-41AE40D5192F</id>
|
||||
<title>1.1.64 (1.1.64.1)</title>
|
||||
<summary>1.1.64.1</summary>
|
||||
<id>urn:uuid:59A5E20B-D3B2-4FDB-8E03-F0C3022C344F</id>
|
||||
<title>1.1.65 (1.1.65.1)</title>
|
||||
<summary>1.1.65.1</summary>
|
||||
<link href="" />
|
||||
<updated>2022-03-22T00:00:00Z</updated>
|
||||
<updated>2022-03-23T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">BUGFIX</u>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Fixed a bug that would prevent auto processes from sending through broadcast messages to the clients.</li>
|
||||
<li>RCON Window - added two addional RCON broadcast methods, both require Pippi mod - Alert and Server.</li>
|
||||
<li>Global Settings - added RCON broadcast mode droplist, so auto processes can send messages via RCON using this mode.</li>
|
||||
<li>Auto Processes - changed the message broadcast to use the new config setting, not a hardcoded value.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -523,6 +523,8 @@
|
|||
<sys:String x:Key="InputMode_Command">Command</sys:String>
|
||||
<sys:String x:Key="InputMode_Global">Global</sys:String>
|
||||
<sys:String x:Key="InputMode_Broadcast">Broadcast</sys:String>
|
||||
<sys:String x:Key="InputMode_Alert">Alert (requires Pippi mod)</sys:String>
|
||||
<sys:String x:Key="InputMode_Server">Server (requires Pippi mod)</sys:String>
|
||||
|
||||
<sys:String x:Key="ConsoleStatus_Disconnected">Disconnected</sys:String>
|
||||
<sys:String x:Key="ConsoleStatus_Connected">Connected</sys:String>
|
||||
|
|
@ -922,6 +924,9 @@
|
|||
<sys:String x:Key="GlobalSettings_Alerts_ModUpdateDetectedTooltip">This message will be displayed when the server manager detects one or more mods are out of date.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosLabel">Force Respawn Creatures Warning:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosTooltip">This message will be displayed when the server is being started and a wild creature wipe is scheduled.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_RCON_ModeLabel">RCON Broadcast Mode:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_RCON_ModeTooltip">Select the method used by the server manager to send auto process messages to the game clients via RCON.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings Control-->
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.64.1
|
||||
1.1.65.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue