CSM 49 Beta 2

This commit is contained in:
Brett Hewitson 2020-11-08 14:36:01 +10:00
parent e917447377
commit 08339a893b
4 changed files with 30 additions and 5 deletions

View file

@ -5,7 +5,32 @@
<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-11-01T00:00:00Z</updated>
<updated>2020-11-06T00:00:00Z</updated>
<entry>
<id>urn:uuid:62EBFE90-11B3-4D8D-B857-9F26C5594DC1</id>
<title>1.1.49 (1.1.49.2)</title>
<summary>1.1.49.2</summary>
<link href="" />
<updated>2020-11-06T00: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>Disabled the Server Peer Port - can no longer be changed, defaults to Server Port + 1.</li>
<li>Removed Query Port and Server Peer Port from Engine.ini file.</li>
<li>Added Rcon Port to the command line.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:B16E389F-EB2F-43DE-8802-1FD5FE09E90A</id>

View file

@ -981,11 +981,11 @@
<sys:String x:Key="ServerSettings_LocalIPRecommendedLabel">(Recommended)</sys:String>
<sys:String x:Key="ServerSettings_RefreshLocalIPTooltip">Refresh the available local IPs.</sys:String>
<sys:String x:Key="ServerSettings_ServerPortLabel">Server Port:</sys:String>
<sys:String x:Key="ServerSettings_ServerPortTooltip">The port users will use to connect to your game server. Default is 7777.</sys:String>
<sys:String x:Key="ServerSettings_ServerPortTooltip">The port users will use to connect to your game server and used to send mods to game clients. Default is 7777.</sys:String>
<sys:String x:Key="ServerSettings_ServerPeerPortLabel">Peer Port:</sys:String>
<sys:String x:Key="ServerSettings_ServerPeerPortTooltip">The peer port used by the game server. Default is 7778.</sys:String>
<sys:String x:Key="ServerSettings_ServerPeerPortTooltip">Pinger port used by server browser to determine server availability. Default is 7778.</sys:String>
<sys:String x:Key="ServerSettings_QueryPortLabel">Query Port:</sys:String>
<sys:String x:Key="ServerSettings_QueryPortTooltip">The port Steam uses to communicate with your game server. Default is 27015.</sys:String>
<sys:String x:Key="ServerSettings_QueryPortTooltip">The port used to communicate with your game server. Default is 27015.</sys:String>
<sys:String x:Key="ServerSettings_LocalIP_ErrorTitle">Local IP invalid</sys:String>
<sys:String x:Key="ServerSettings_LocalIP_ErrorLabel">Your Local IP address {0} is no longer available. Please review the available IP addresses and select a valid one. If you have a server running on the original IP, you will need to stop it first.</sys:String>

View file

@ -1 +1 @@
1.1.49.1
1.1.49.2

Binary file not shown.