mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
CSM 55
This commit is contained in:
parent
f2c45be831
commit
5bd79f12e2
7 changed files with 57 additions and 13 deletions
BIN
CSM/ConanServerManager_1.1.55.exe
Normal file
BIN
CSM/ConanServerManager_1.1.55.exe
Normal file
Binary file not shown.
BIN
CSM/ConanServerManager_1.1.55.zip
Normal file
BIN
CSM/ConanServerManager_1.1.55.zip
Normal file
Binary file not shown.
|
|
@ -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>2021-12-01T00:00:00Z</updated>
|
||||
<updated>2021-12-02T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:A3A790A9-D511-4CE8-AC15-A36B3DAB4385</id>
|
||||
<title>1.1.55 (1.1.55.2)</title>
|
||||
<summary>1.1.55.2</summary>
|
||||
<link href="" />
|
||||
<updated>2021-12-05T00: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>Changed some globalization key values (maps and branches).</li>
|
||||
<li>Changed the way the data directory is selected and created on first startup of the server manager.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:38961ED8-0964-4C1A-B09C-8AE2C5FCF76E</id>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,15 @@
|
|||
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="Map_ConanSandbox">The Exiled Lands</sys:String>
|
||||
<sys:String x:Key="Map_/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah">Isle of Siptah</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="Branch_live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Types -->
|
||||
<sys:String x:Key="ModType_Unknown">Unknown</sys:String>
|
||||
<sys:String x:Key="ModType_NotDownloaded">Not Downloaded</sys:String>
|
||||
|
|
@ -26,10 +35,6 @@
|
|||
<sys:String x:Key="GameApplication_Unknown">Unknown</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<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>
|
||||
|
|
@ -39,11 +44,6 @@
|
|||
<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>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Process Priority -->
|
||||
<sys:String x:Key="Priority_low">Low</sys:String>
|
||||
<sys:String x:Key="Priority_belownormal">Below Normal</sys:String>
|
||||
|
|
@ -97,8 +97,9 @@
|
|||
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The server manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryFolderErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_DataDirectory_DataDirectoryWithinDesktopFolderErrorLabel">The directory you have chosen is on the desktop. This is not recommended, please choose another folder.</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
||||
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
||||
|
||||
|
|
@ -167,6 +168,25 @@
|
|||
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Data Directory Window -->
|
||||
<sys:String x:Key="DataDirectory_Title">Data Folder Selection</sys:String>
|
||||
<sys:String x:Key="DataDirectory_InformationLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_SelectionLabel">Select the drive where the data folder should be located.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderLabel">Data Folder Name:</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderTooltip">The name of the server manager data folder.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_LocalDiskLabel">Local Disk</sys:String>
|
||||
<sys:String x:Key="DataDirectory_DriveLine2Label">{0} free of {1}</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_OkButtonLabel">Ok</sys:String>
|
||||
<sys:String x:Key="DataDirectory_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RefreshButtonLabel">Refresh</sys:String>
|
||||
|
||||
<sys:String x:Key="DataDirectory_ErrorTitle">Data Directory Selection Error</sys:String>
|
||||
<sys:String x:Key="DataDirectory_FolderErrorLabel">The data folder name you have entered is not valid.</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartTitle">Server Manager Restart Required</sys:String>
|
||||
<sys:String x:Key="DataDirectory_RestartLabel">The data folder has been set, you must now restart the server manager to use the new settings.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Mod Details Window -->
|
||||
<sys:String x:Key="ModDetails_Title">Mod Details</sys:String>
|
||||
<sys:String x:Key="ModDetails_ProfileTitle">Mod Details - {0}</sys:String>
|
||||
|
|
|
|||
BIN
CSM/latest.exe
BIN
CSM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.1.54
|
||||
1.1.55
|
||||
|
|
|
|||
BIN
CSM/latest.zip
BIN
CSM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue