Added globalization to the Main Window Start Mode setting in the Global Settings.
+
Changed some globalization key values (maps and branches).
+
Changed the way the data directory is selected and created on first startup of the server manager.
diff --git a/CSM/beta/en-US.xaml b/CSM/beta/en-US.xaml
index 04362c1f..e61a9e28 100644
--- a/CSM/beta/en-US.xaml
+++ b/CSM/beta/en-US.xaml
@@ -13,6 +13,15 @@
Error
+
+ The Exiled Lands
+ Isle of Siptah
+
+
+
+ Live
+
+
UnknownNot Downloaded
@@ -26,10 +35,6 @@
Unknown
-
- Live
-
-
EuropeNorth America
@@ -39,11 +44,6 @@
Japan
-
- The Exiled Lands
- Isle of Siptah
-
-
LowBelow Normal
@@ -97,8 +97,9 @@
Select a Data DirectoryConfirm locationThe 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?
- Data Directory Selection Error
- The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.
+ Data Directory Selection Error
+ The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.
+ The directory you have chosen is on the desktop. This is not recommended, please choose another folder.Failed to save profileFailed to save profile {0}. {1}\n{2}
@@ -167,6 +168,25 @@
Processor
+
+ Data Folder Selection
+ 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.
+ Select the drive where the data folder should be located.
+ Data Folder Name:
+ The name of the server manager data folder.
+ Local Disk
+ {0} free of {1}
+
+ Ok
+ Cancel
+ Refresh
+
+ Data Directory Selection Error
+ The data folder name you have entered is not valid.
+ Server Manager Restart Required
+ The data folder has been set, you must now restart the server manager to use the new settings.
+
+
Mod DetailsMod Details - {0}
diff --git a/CSM/beta/latest.txt b/CSM/beta/latest.txt
index 4562248c..bf354a29 100644
--- a/CSM/beta/latest.txt
+++ b/CSM/beta/latest.txt
@@ -1 +1 @@
-1.1.54.3
+1.1.55.1
diff --git a/CSM/beta/latest.zip b/CSM/beta/latest.zip
index a5faf492..b3410a43 100644
Binary files a/CSM/beta/latest.zip and b/CSM/beta/latest.zip differ
diff --git a/src/ConanServerManager/ConanServerManager.csproj b/src/ConanServerManager/ConanServerManager.csproj
index 2fc84422..094c9b18 100644
--- a/src/ConanServerManager/ConanServerManager.csproj
+++ b/src/ConanServerManager/ConanServerManager.csproj
@@ -36,7 +36,7 @@
Bletch1971Server Managersfalse
- 1
+ 21.1.55.%2afalsetrue
diff --git a/src/ConanServerManager/VersionFeed.xml b/src/ConanServerManager/VersionFeed.xml
index 11f32130..c622bc1a 100644
--- a/src/ConanServerManager/VersionFeed.xml
+++ b/src/ConanServerManager/VersionFeed.xml
@@ -20,6 +20,7 @@
Changed some globalization key values (maps and branches).
+
Changed the way the data directory is selected and created on first startup of the server manager.