Fixed the steamcmd warning about 'Please use force_install_dir before login!'

This commit is contained in:
Brett Hewitson 2021-11-26 09:24:18 +10:00
parent 99da818e3a
commit e83bb8db3e
10 changed files with 29 additions and 9 deletions

View file

@ -33,7 +33,7 @@
<value>+login anonymous +quit</value>
</setting>
<setting name="SteamCmdInstallServerArgsFormat" serializeAs="String">
<value>+login anonymous +force_install_dir "{0}" "+app_update 376030 {1} {2}" +quit</value>
<value>+force_install_dir "{0}" +login anonymous "+app_update 376030 {1} {2}" +quit</value>
</setting>
<setting name="ServersInstallDir" serializeAs="String">
<value>Servers</value>
@ -102,7 +102,7 @@
<value>http://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked</value>
</setting>
<setting name="SteamCmdInstallServerArgsFormat_SotF" serializeAs="String">
<value>+login anonymous +force_install_dir "{0}" "+app_update 445400 {1} {2}" +quit</value>
<value>+force_install_dir "{0}" +login anonymous "+app_update 445400 {1} {2}" +quit</value>
</setting>
<setting name="ArkSE_PatchNotesUrl" serializeAs="String">
<value>https://survivetheark.com/index.php?/forums/forum/5-changelog-patch-notes/</value>

View file

@ -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"]));

View file

@ -21,7 +21,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="SteamCmdInstallServerArgsFormat" Type="System.String" Scope="Application">
<Value Profile="(Default)">+login anonymous +force_install_dir "{0}" "+app_update 376030 {1} {2}" +quit</Value>
<Value Profile="(Default)">+force_install_dir "{0}" +login anonymous "+app_update 376030 {1} {2}" +quit</Value>
</Setting>
<Setting Name="ServersInstallDir" Type="System.String" Scope="Application">
<Value Profile="(Default)">Servers</Value>
@ -162,7 +162,7 @@
<Value Profile="(Default)">1000</Value>
</Setting>
<Setting Name="SteamCmdInstallServerArgsFormat_SotF" Type="System.String" Scope="Application">
<Value Profile="(Default)">+login anonymous +force_install_dir "{0}" "+app_update 445400 {1} {2}" +quit</Value>
<Value Profile="(Default)">+force_install_dir "{0}" +login anonymous "+app_update 445400 {1} {2}" +quit</Value>
</Setting>
<Setting Name="ArkSE_PatchNotesUrl" Type="System.String" Scope="Application">
<Value Profile="(Default)">https://survivetheark.com/index.php?/forums/forum/5-changelog-patch-notes/</Value>

View file

@ -27,6 +27,11 @@
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>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.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
</ul>
</p>
</div>
</content>

View file

@ -27,6 +27,11 @@
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>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.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
</ul>
</p>
</div>
</content>

View file

@ -18,7 +18,7 @@
<applicationSettings>
<ServerManagerTool.Config>
<setting name="SteamCmdInstallServerArgsFormat" serializeAs="String">
<value>+login {0} +force_install_dir "{1}" "+app_update {2} {3} {4}" +quit</value>
<value>+force_install_dir "{1}" +login {0} "+app_update {2} {3} {4}" +quit</value>
</setting>
<setting name="ServersInstallPath" serializeAs="String">
<value>Servers</value>

View file

@ -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"]));

View file

@ -6,7 +6,7 @@
<Value Profile="(Default)" />
</Setting>
<Setting Name="SteamCmdInstallServerArgsFormat" Type="System.String" Scope="Application">
<Value Profile="(Default)">+login {0} +force_install_dir "{1}" "+app_update {2} {3} {4}" +quit</Value>
<Value Profile="(Default)">+force_install_dir "{1}" +login {0} "+app_update {2} {3} {4}" +quit</Value>
</Setting>
<Setting Name="ServersInstallPath" Type="System.String" Scope="Application">
<Value Profile="(Default)">Servers</Value>

View file

@ -27,6 +27,11 @@
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>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.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
</ul>
</p>
</div>
</content>

View file

@ -27,6 +27,11 @@
<li>Global Settings - Added option to set the Main Window start mode - Normal, Maximized, Minimized.</li>
<li>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.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Fixed the steamcmd warning about 'Please use force_install_dir before login!'.</li>
</ul>
</p>
</div>
</content>