ConanServerManager 1.1.65.1

This commit is contained in:
Brett Hewitson 2022-03-25 12:48:58 +10:00
parent e9740f0ec3
commit 62b6a83d80
7 changed files with 31 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -7,6 +7,31 @@
<link href="http://servermanagers.freeforums.net/" />
<updated>2022-03-22T00:00:00Z</updated>
<entry>
<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-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;">CHANGE</u>
<br/>
<ul>
<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>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:674D8E81-FB1B-42D9-8309-41AE40D5192F</id>
<title>1.1.64 (1.1.64.1)</title>

View file

@ -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-->

Binary file not shown.

View file

@ -1 +1 @@
1.1.64
1.1.65

Binary file not shown.