CSM 36 Beta 1

This commit is contained in:
Brett Hewitson 2020-06-03 13:38:42 +10:00
parent f0150ac4b6
commit fcb09bd188
4 changed files with 47 additions and 11 deletions

View file

@ -5,21 +5,21 @@
<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-05-28T00:00:00Z</updated>
<updated>2020-06-03T00:00:00Z</updated>
<entry>
<id>urn:uuid:84F25550-B942-4C86-9822-F71265A1EC8F</id>
<title>1.1.35 (1.1.35.1)</title>
<summary>1.1.35.1</summary>
<id>urn:uuid:855F4319-6E7D-4DB7-A7C8-AD6DC2A4C074</id>
<title>1.1.36 (1.1.36.1)</title>
<summary>1.1.36.1</summary>
<link href="" />
<updated>2020-05-28T00:00:00Z</updated>
<updated>2020-06-03T00: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>Added additional logging when the server is being started.</li>
<li>Globalisation - added some additional strings to the globalisation files.</li>
</ul>
</p>
</div>

View file

@ -17,6 +17,14 @@
<sys:String x:Key="GameApplication_Unknown">Unknown</sys:String>
<!--#endregion-->
<!--#region Branch Names -->
<sys:String x:Key="live">Live</sys:String>
<!--#endregion-->
<!--#region Game Map Names -->
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
<!--#endregion-->
<!--#region Process Priority -->
<sys:String x:Key="Priority_low">Low</sys:String>
<sys:String x:Key="Priority_belownormal">Below Normal</sys:String>
@ -998,6 +1006,7 @@
<sys:String x:Key="ServerSettings_BranchNameTooltip">The name of the branch to download (leave blank to use the release branch).</sys:String>
<sys:String x:Key="ServerSettings_BranchPasswordLabel">Branch Password:</sys:String>
<sys:String x:Key="ServerSettings_BranchPasswordTooltip">The password that is used to access the branch download.</sys:String>
<sys:String x:Key="ServerSettings_BranchClearErrorTitle">Clear Branch Error</sys:String>
<sys:String x:Key="ServerSettings_CommandLineLabel">Command Line</sys:String>
<sys:String x:Key="ServerSettings_ProcessPriorityLabel">Priority:</sys:String>
@ -1039,6 +1048,8 @@
<!--#region Server Settings - Server File Details -->
<sys:String x:Key="ServerSettings_ServerFilesLabel">Server File Details</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesWarningLabel">NOTE: Any changes will require a server restart to take effect.</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesLoadErrorTitle">Load Error</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesSaveErrorTitle">Save Error</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesBlacklistedLabel">Blacklisted</sys:String>
<sys:String x:Key="ServerSettings_AddBlacklistedPlayerTooltip">Add Blacklisted Player</sys:String>
@ -1065,12 +1076,37 @@
<sys:String x:Key="ServerSettings_OverlayMessage_SchedulesLabel">Checking Scheduled Tasks...</sys:String>
<!--#endregion-->
<!--#region Branch Names -->
<sys:String x:Key="live">Live</sys:String>
<!--#region Profile Validation -->
<sys:String x:Key="ProfileValidation_ServerPort">The server port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_ServerPeerPort">The server peer port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_QueryPort">The query port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_RconPort">The rcon port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_MapNameBlank">The map name has not been entered.</sys:String>
<sys:String x:Key="ProfileValidation_ServerNotDownloaded">Server files have not been downloaded, server folder does not exist.</sys:String>
<sys:String x:Key="ProfileValidation_ServerExeNotDownloaded">Server files have not been downloaded properly, server executable file ({ServerExe}) does not exist.</sys:String>
<sys:String x:Key="ProfileValidation_ServerDifferentApplication">The server files are for a different application.</sys:String>
<sys:String x:Key="ProfileValidation_ModFileNotDownloaded">Mod {modId} has not been downloaded, mod file does not exist.</sys:String>
<sys:String x:Key="ProfileValidation_ModDifferentApplication">Mod {modId} is for a different application.</sys:String>
<sys:String x:Key="ProfileValidation_ModOutdated">Mod {modId} is outdated.</sys:String>
<sys:String x:Key="ProfileValidation_ModSteamError">Mod {modId} details could not be retrieved from steam.</sys:String>
<!--#endregion-->
<!--#region Game Map Names -->
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
<!--#region Profile Save -->
<sys:String x:Key="ProfileSave_Saving">Saving...</sys:String>
<sys:String x:Key="ProfileSave_SavingProfileFile">Saving Profile File...</sys:String>
<sys:String x:Key="ProfileSave_SavingConfigFiles">Saving Config Files...</sys:String>
<sys:String x:Key="ProfileSave_SavingLauncherFile">Saving Launcher File...</sys:String>
<sys:String x:Key="ProfileSave_CheckingDirectoryPermissions">Checking Directory Permissions...</sys:String>
<sys:String x:Key="ProfileSave_CheckingScheduledTasks">Checking Scheduled Tasks...</sys:String>
<!--#endregion-->
<!--#region Restore Save Files -->
<sys:String x:Key="RestoreSaveFiles_BackupFileNotFound">Backup file could not be found or does not exist.</sys:String>
<sys:String x:Key="RestoreSaveFiles_SaveFolderNotFound">The server save folder could not be found or does not exist.\r\n{saveFolder}</sys:String>
<sys:String x:Key="RestoreSaveFiles_MissingWorldSaveFile">The backup does not contain the world save file.</sys:String>
<!--#endregion-->
</Globalization:GlobalizationResourceDictionary>

View file

@ -1 +1 @@
1.1.35.1
1.1.36.1

Binary file not shown.