ConanServerManager 1.1.74.3

This commit is contained in:
Brett Hewitson 2022-06-15 14:57:51 +10:00
parent 4b8a74c4ed
commit 4d43be6452
7 changed files with 34 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,31 @@
<title>Conan Server Manager Version Feed</title>
<subtitle>This is the Conan Server Manager release version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2022-05-21T00:00:00Z</updated>
<updated>2022-06-13T00:00:00Z</updated>
<entry>
<id>urn:uuid:4E189446-9861-4B64-9B27-0E3E655CD1CA</id>
<title>1.1.74 (1.1.74.3)</title>
<summary>1.1.74.3</summary>
<link href="" />
<updated>2022-06-16T00: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>Updated to query master timeouts from 10 seconds to 30 seconds.</li>
<li>RCON Message Modes - now loads them from the gamedata file, so they can be extended without a code change.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:D0681B47-5715-473E-99D3-63F475A997C4</id>

View file

@ -81,6 +81,14 @@
<sys:String x:Key="DiscordBotLogLevel_Debug">Debug</sys:String>
<!--#endregion-->
<!--#region Rcon Message Modes -->
<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>
<!--#endregion-->
<!--#region Unit strings -->
<sys:String x:Key="SliderUnits_Multiplier">x</sys:String>
<sys:String x:Key="SliderUnits_Percentage">%</sys:String>
@ -565,12 +573,6 @@
<sys:String x:Key="RCON_ViewLogs_ErrorTitle">Can't open logs</sys:String>
<sys:String x:Key="RCON_ViewLogs_ErrorLabel">Unable to open the logs directory at {0}. Please make sure this directory exists and that you have permission to access it.\nException: {1}</sys:String>
<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>

Binary file not shown.

View file

@ -1 +1 @@
1.1.73
1.1.74

Binary file not shown.