CSM 48 Beta 5

This commit is contained in:
Brett Hewitson 2020-10-25 14:30:27 +10:00
parent cc08ff3b71
commit 74f9e61539
4 changed files with 40 additions and 6 deletions

View file

@ -5,7 +5,30 @@
<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>2020-10-24T00:00:00Z</updated>
<updated>2020-10-25T00:00:00Z</updated>
<entry>
<id>urn:uuid:4C050EA1-4671-42DD-A735-2427ED08629A</id>
<title>1.1.48 (1.1.48.5)</title>
<summary>1.1.48.5</summary>
<link href="" />
<updated>2020-10-25T00: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;">NEW</u>
<br/>
<ul>
<li>Server Options - added server region selection.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:4C050EA1-4671-42DD-A735-2427ED08629A</id>
@ -19,7 +42,7 @@
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>fixed the issue with the Public IP not being set properly.</li>
<li>Fixed the issue with the Public IP not being set properly.</li>
</ul>
</p>
</div>
@ -42,7 +65,7 @@
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>fixed the issue with the server monitor not opening when using the shortcut.</li>
<li>Fixed the issue with the server monitor not opening when using the shortcut.</li>
</ul>
</p>
</div>
@ -65,7 +88,7 @@
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>added public ip checks to all server starts.</li>
<li>Added public ip checks to all server starts.</li>
</ul>
</p>
</div>
@ -89,7 +112,7 @@
<br/>
<ul>
<li>After profile sync, if automatic management section selected, it will run the schedule update.</li>
<li>translation files updated.</li>
<li>Translation files updated.</li>
</ul>
</p>
</div>

View file

@ -30,6 +30,15 @@
<sys:String x:Key="live">Live</sys:String>
<!--#endregion-->
<!--#region Server Regions -->
<sys:String x:Key="ServerRegion_0">Europe</sys:String>
<sys:String x:Key="ServerRegion_1">North America</sys:String>
<sys:String x:Key="ServerRegion_2">Asia</sys:String>
<sys:String x:Key="ServerRegion_3">Australia</sys:String>
<sys:String x:Key="ServerRegion_4">South America</sys:String>
<sys:String x:Key="ServerRegion_5">Japan</sys:String>
<!--#endregion-->
<!--#region Game Map Names -->
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
<sys:String x:Key="/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah">Isle of Siptah</sys:String>
@ -1027,6 +1036,8 @@
<sys:String x:Key="ServerSettings_KickIdlePlayersPercentageTooltip">The percentage controls how many players need to be logged on before the system starts to kick people. If set to 0, the system should be off. If set to 80 then you need 80% of max players logged in before it will start to kick anybody.</sys:String>
<sys:String x:Key="ServerSettings_KickIdlePlayersPeriodLabel">Kick AFK Time:</sys:String>
<sys:String x:Key="ServerSettings_KickIdlePlayersPeriodTooltip">Set the amount of AFK time before a character is kicked.</sys:String>
<sys:String x:Key="ServerSettings_ServerRegionLabel">Server Region:</sys:String>
<sys:String x:Key="ServerSettings_ServerRegionTooltip">Selecting a server region will affect how your server is filtered in the list. Select your region to help players find a server that is close to them.</sys:String>
<sys:String x:Key="ServerSettings_BranchLabel">Branch Details</sys:String>
<sys:String x:Key="ServerSettings_BranchNameLabel">Branch Name:</sys:String>

View file

@ -1 +1 @@
1.1.48.4
1.1.48.5

Binary file not shown.