diff --git a/src/ARKServerManager/App.config b/src/ARKServerManager/App.config
index 7c2b5ef3..5c237c8e 100644
--- a/src/ARKServerManager/App.config
+++ b/src/ARKServerManager/App.config
@@ -33,7 +33,7 @@
+login anonymous +quit
- +login anonymous +force_install_dir "{0}" "+app_update 376030 {1} {2}" +quit
+ +force_install_dir "{0}" +login anonymous "+app_update 376030 {1} {2}" +quit
Servers
@@ -102,7 +102,7 @@
http://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked
- +login anonymous +force_install_dir "{0}" "+app_update 445400 {1} {2}" +quit
+ +force_install_dir "{0}" +login anonymous "+app_update 445400 {1} {2}" +quit
https://survivetheark.com/index.php?/forums/forum/5-changelog-patch-notes/
diff --git a/src/ARKServerManager/Config.Designer.cs b/src/ARKServerManager/Config.Designer.cs
index 34541533..e4c1ef54 100644
--- a/src/ARKServerManager/Config.Designer.cs
+++ b/src/ARKServerManager/Config.Designer.cs
@@ -82,7 +82,7 @@ namespace ServerManagerTool {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("+login anonymous +force_install_dir \"{0}\" \"+app_update 376030 {1} {2}\" +quit")]
+ [global::System.Configuration.DefaultSettingValueAttribute("+force_install_dir \"{0}\" +login anonymous \"+app_update 376030 {1} {2}\" +quit")]
public string SteamCmdInstallServerArgsFormat {
get {
return ((string)(this["SteamCmdInstallServerArgsFormat"]));
@@ -578,7 +578,7 @@ namespace ServerManagerTool {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("+login anonymous +force_install_dir \"{0}\" \"+app_update 445400 {1} {2}\" +quit")]
+ [global::System.Configuration.DefaultSettingValueAttribute("+force_install_dir \"{0}\" +login anonymous \"+app_update 445400 {1} {2}\" +quit")]
public string SteamCmdInstallServerArgsFormat_SotF {
get {
return ((string)(this["SteamCmdInstallServerArgsFormat_SotF"]));
diff --git a/src/ARKServerManager/Config.settings b/src/ARKServerManager/Config.settings
index 893b744d..ea5d849e 100644
--- a/src/ARKServerManager/Config.settings
+++ b/src/ARKServerManager/Config.settings
@@ -21,7 +21,7 @@
- +login anonymous +force_install_dir "{0}" "+app_update 376030 {1} {2}" +quit
+ +force_install_dir "{0}" +login anonymous "+app_update 376030 {1} {2}" +quit
Servers
@@ -162,7 +162,7 @@
1000
- +login anonymous +force_install_dir "{0}" "+app_update 445400 {1} {2}" +quit
+ +force_install_dir "{0}" +login anonymous "+app_update 445400 {1} {2}" +quit
https://survivetheark.com/index.php?/forums/forum/5-changelog-patch-notes/
diff --git a/src/ARKServerManager/VersionFeed.xml b/src/ARKServerManager/VersionFeed.xml
index c61e5869..6761dc87 100644
--- a/src/ARKServerManager/VersionFeed.xml
+++ b/src/ARKServerManager/VersionFeed.xml
@@ -27,6 +27,11 @@
Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+ CHANGE
+
+
+ - Fixed the steamcmd warning about 'Please use force_install_dir before login!'.
+
diff --git a/src/ARKServerManager/VersionFeedBeta.xml b/src/ARKServerManager/VersionFeedBeta.xml
index 6c0b333c..353d9db9 100644
--- a/src/ARKServerManager/VersionFeedBeta.xml
+++ b/src/ARKServerManager/VersionFeedBeta.xml
@@ -27,6 +27,11 @@
Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+ CHANGE
+
+
+ - Fixed the steamcmd warning about 'Please use force_install_dir before login!'.
+
diff --git a/src/ConanServerManager/App.config b/src/ConanServerManager/App.config
index aba565ad..fe2708f7 100644
--- a/src/ConanServerManager/App.config
+++ b/src/ConanServerManager/App.config
@@ -18,7 +18,7 @@
- +login {0} +force_install_dir "{1}" "+app_update {2} {3} {4}" +quit
+ +force_install_dir "{1}" +login {0} "+app_update {2} {3} {4}" +quit
Servers
diff --git a/src/ConanServerManager/Config.Designer.cs b/src/ConanServerManager/Config.Designer.cs
index 5cb093de..47d1dea6 100644
--- a/src/ConanServerManager/Config.Designer.cs
+++ b/src/ConanServerManager/Config.Designer.cs
@@ -37,7 +37,7 @@ namespace ServerManagerTool {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("+login {0} +force_install_dir \"{1}\" \"+app_update {2} {3} {4}\" +quit")]
+ [global::System.Configuration.DefaultSettingValueAttribute("+force_install_dir \"{1}\" +login {0} \"+app_update {2} {3} {4}\" +quit")]
public string SteamCmdInstallServerArgsFormat {
get {
return ((string)(this["SteamCmdInstallServerArgsFormat"]));
diff --git a/src/ConanServerManager/Config.settings b/src/ConanServerManager/Config.settings
index 24cfab22..117e7d2b 100644
--- a/src/ConanServerManager/Config.settings
+++ b/src/ConanServerManager/Config.settings
@@ -6,7 +6,7 @@
- +login {0} +force_install_dir "{1}" "+app_update {2} {3} {4}" +quit
+ +force_install_dir "{1}" +login {0} "+app_update {2} {3} {4}" +quit
Servers
diff --git a/src/ConanServerManager/VersionFeed.xml b/src/ConanServerManager/VersionFeed.xml
index 8372afd4..d8c399df 100644
--- a/src/ConanServerManager/VersionFeed.xml
+++ b/src/ConanServerManager/VersionFeed.xml
@@ -27,6 +27,11 @@
Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+ CHANGE
+
+
+ - Fixed the steamcmd warning about 'Please use force_install_dir before login!'.
+
diff --git a/src/ConanServerManager/VersionFeedBeta.xml b/src/ConanServerManager/VersionFeedBeta.xml
index 1a01890c..f830b04c 100644
--- a/src/ConanServerManager/VersionFeedBeta.xml
+++ b/src/ConanServerManager/VersionFeedBeta.xml
@@ -27,6 +27,11 @@
Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.
Main Window - now sotres the Left and Top positions of the window, when in Normal mode. Will restore the window position when started. Defaults to 50,50.
+ CHANGE
+
+
+ - Fixed the steamcmd warning about 'Please use force_install_dir before login!'.
+