ServerManagers/src/ARKServerManager/Config.Designer.cs
Brett Hewitson a20354c1b1 Server File Changes
- added Testlive server option
- changed code to use different appids.
2022-08-07 19:48:44 +10:00

3193 lines
130 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ServerManagerTool {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.2.0.0")]
public sealed partial class Config : global::System.Configuration.ApplicationSettingsBase {
private static Config defaultInstance = ((Config)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Config())));
public static Config Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip")]
public string SteamCmdUrl {
get {
return ((string)(this["SteamCmdUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SteamCMD.exe")]
public string SteamCmdExe {
get {
return ((string)(this["SteamCmdExe"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SteamCMD")]
public string SteamCmdDir {
get {
return ((string)(this["SteamCmdDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SteamCMD.zip")]
public string SteamCmdZip {
get {
return ((string)(this["SteamCmdZip"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("+login anonymous +quit")]
public string SteamCmdInstallArgs {
get {
return ((string)(this["SteamCmdInstallArgs"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ConfigDirectory {
get {
return ((string)(this["ConfigDirectory"]));
}
set {
this["ConfigDirectory"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("+force_install_dir \"{1}\" +login {0} \"+app_update {2} {3} {4}\" +quit")]
public string SteamCmdInstallServerArgsFormat {
get {
return ((string)(this["SteamCmdInstallServerArgsFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Servers")]
public string ServersInstallDir {
get {
return ((string)(this["ServersInstallDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Unnamed Profile")]
public string DefaultServerProfileName {
get {
return ((string)(this["DefaultServerProfileName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Unnamed Server")]
public string DefaultServerName {
get {
return ((string)(this["DefaultServerName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGame\\Binaries\\Win64")]
public string ServerBinaryRelativePath {
get {
return ((string)(this["ServerBinaryRelativePath"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGame\\Saved\\Config\\WindowsServer")]
public string ServerConfigRelativePath {
get {
return ((string)(this["ServerConfigRelativePath"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGameServer.exe")]
public string ServerExe {
get {
return ((string)(this["ServerExe"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("?QueryPort={0}")]
public string ServerCommandLineArgsMatchFormat {
get {
return ((string)(this["ServerCommandLineArgsMatchFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("-nosteamclient -game -server")]
public string ServerCommandLineStandardArgs {
get {
return ((string)(this["ServerCommandLineStandardArgs"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Profiles")]
public string ProfilesDir {
get {
return ((string)(this["ProfilesDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".profile")]
public string ProfileExtension {
get {
return ((string)(this["ProfileExtension"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string DataDir {
get {
return ((string)(this["DataDir"]));
}
set {
this["DataDir"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGameServer")]
public string ServerProcessName {
get {
return ((string)(this["ServerProcessName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("GameUserSettings.ini")]
public string ServerGameUserSettingsConfigFile {
get {
return ((string)(this["ServerGameUserSettingsConfigFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".ini")]
public string IniExtension {
get {
return ((string)(this["IniExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("*.profile,*.ini")]
public string LoadProfileExtensionList {
get {
return ((string)(this["LoadProfileExtensionList"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string MachinePublicIP {
get {
return ((string)(this["MachinePublicIP"]));
}
set {
this["MachinePublicIP"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ManageFirewallAutomatically {
get {
return ((bool)(this["ManageFirewallAutomatically"]));
}
set {
this["ManageFirewallAutomatically"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Logs")]
public string LogsDir {
get {
return ((string)(this["LogsDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("?MultiHome={0}")]
public string ServerCommandLineArgsIPMatchFormat {
get {
return ((string)(this["ServerCommandLineArgsIPMatchFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/latest.txt" +
"")]
public string LatestASMVersionUrl {
get {
return ((string)(this["LatestASMVersionUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("720")]
public int UpdateCheckTime {
get {
return ((int)(this["UpdateCheckTime"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGame\\Saved\\SavedArks")]
public string SavedFilesRelativePath {
get {
return ((string)(this["SavedFilesRelativePath"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool UpgradeConfig {
get {
return ((bool)(this["UpgradeConfig"]));
}
set {
this["UpgradeConfig"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
public int RCON_PlayerListSort {
get {
return ((int)(this["RCON_PlayerListSort"]));
}
set {
this["RCON_PlayerListSort"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2")]
public int RCON_PlayerListFilter {
get {
return ((int)(this["RCON_PlayerListFilter"]));
}
set {
this["RCON_PlayerListFilter"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string RCON_AdminName {
get {
return ((string)(this["RCON_AdminName"]));
}
set {
this["RCON_AdminName"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/1194/faq-frequently-asked")]
public string HelpUrl {
get {
return ((string)(this["HelpUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string OpenRCON_ServerIP {
get {
return ((string)(this["OpenRCON_ServerIP"]));
}
set {
this["OpenRCON_ServerIP"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("32330")]
public int OpenRCON_RCONPort {
get {
return ((int)(this["OpenRCON_RCONPort"]));
}
set {
this["OpenRCON_RCONPort"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("en-US")]
public string CultureName {
get {
return ((string)(this["CultureName"]));
}
set {
this["CultureName"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionAdministrationIsExpanded {
get {
return ((bool)(this["SectionAdministrationIsExpanded"]));
}
set {
this["SectionAdministrationIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionAutomaticManagementIsExpanded {
get {
return ((bool)(this["SectionAutomaticManagementIsExpanded"]));
}
set {
this["SectionAutomaticManagementIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionRulesIsExpanded {
get {
return ((bool)(this["SectionRulesIsExpanded"]));
}
set {
this["SectionRulesIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionChatAndNotificationsIsExpanded {
get {
return ((bool)(this["SectionChatAndNotificationsIsExpanded"]));
}
set {
this["SectionChatAndNotificationsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionHUDAndVisualsIsExpanded {
get {
return ((bool)(this["SectionHUDAndVisualsIsExpanded"]));
}
set {
this["SectionHUDAndVisualsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionPlayerSettingsIsExpanded {
get {
return ((bool)(this["SectionPlayerSettingsIsExpanded"]));
}
set {
this["SectionPlayerSettingsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionDinoSettingsIsExpanded {
get {
return ((bool)(this["SectionDinoSettingsIsExpanded"]));
}
set {
this["SectionDinoSettingsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionEnvironmentIsExpanded {
get {
return ((bool)(this["SectionEnvironmentIsExpanded"]));
}
set {
this["SectionEnvironmentIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionStructuresIsExpanded {
get {
return ((bool)(this["SectionStructuresIsExpanded"]));
}
set {
this["SectionStructuresIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionEngramsIsExpanded {
get {
return ((bool)(this["SectionEngramsIsExpanded"]));
}
set {
this["SectionEngramsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionCustomLevelsIsExpanded {
get {
return ((bool)(this["SectionCustomLevelsIsExpanded"]));
}
set {
this["SectionCustomLevelsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionSOTFIsExpanded {
get {
return ((bool)(this["SectionSOTFIsExpanded"]));
}
set {
this["SectionSOTFIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
public int CustomLevelXPIncrease_Player {
get {
return ((int)(this["CustomLevelXPIncrease_Player"]));
}
set {
this["CustomLevelXPIncrease_Player"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
public int CustomLevelXPIncrease_Dino {
get {
return ((int)(this["CustomLevelXPIncrease_Dino"]));
}
set {
this["CustomLevelXPIncrease_Dino"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://survivetheark.com/index.php?/forums/forum/5-changelog-patch-notes/")]
public string AppPatchNotesUrl {
get {
return ((string)(this["AppPatchNotesUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://survivetheark.com/index.php?/forums/forum/9-changelog-patch-notes/")]
public string AppPatchNotesUrlSotF {
get {
return ((string)(this["AppPatchNotesUrlSotF"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool RunAsAdministratorPrompt {
get {
return ((bool)(this["RunAsAdministratorPrompt"]));
}
set {
this["RunAsAdministratorPrompt"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoUpdate_EnableUpdate {
get {
return ((bool)(this["AutoUpdate_EnableUpdate"]));
}
set {
this["AutoUpdate_EnableUpdate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60")]
public int AutoUpdate_UpdatePeriod {
get {
return ((int)(this["AutoUpdate_UpdatePeriod"]));
}
set {
this["AutoUpdate_UpdatePeriod"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("15")]
public int ServerShutdown_GracePeriod {
get {
return ((int)(this["ServerShutdown_GracePeriod"]));
}
set {
this["ServerShutdown_GracePeriod"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server will shutdown in {minutes} minutes. Please logou" +
"t before shutdown to prevent character corruption.")]
public string ServerShutdown_GraceMessage1 {
get {
return ((string)(this["ServerShutdown_GraceMessage1"]));
}
set {
this["ServerShutdown_GraceMessage1"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server will shutdown in 1 minute. Please logout before " +
"shutdown to prevent character corruption.")]
public string ServerShutdown_GraceMessage2 {
get {
return ((string)(this["ServerShutdown_GraceMessage2"]));
}
set {
this["ServerShutdown_GraceMessage2"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server is shutting down now.")]
public string ServerShutdown_GraceMessage3 {
get {
return ((string)(this["ServerShutdown_GraceMessage3"]));
}
set {
this["ServerShutdown_GraceMessage3"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("LastUpdatedASM.txt")]
public string LastUpdatedTimeFile {
get {
return ((string)(this["LastUpdatedTimeFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown required. Server is about to shutdown, performing a world save.")]
public string ServerShutdown_WorldSaveMessage {
get {
return ((string)(this["ServerShutdown_WorldSaveMessage"]));
}
set {
this["ServerShutdown_WorldSaveMessage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerShutdown_EnableWorldSave {
get {
return ((bool)(this["ServerShutdown_EnableWorldSave"]));
}
set {
this["ServerShutdown_EnableWorldSave"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("RunServer.cmd")]
public string LauncherFile {
get {
return ((string)(this["LauncherFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("+login {0} +workshop_download_item {1} {2} +quit")]
public string SteamCmdInstallModArgsFormat {
get {
return ((string)(this["SteamCmdInstallModArgsFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("steamapps\\workshop\\content\\{0}\\")]
public string AppSteamWorkshopFolderRelativePath {
get {
return ((string)(this["AppSteamWorkshopFolderRelativePath"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGame\\Content\\Mods")]
public string ServerModsRelativePath {
get {
return ((string)(this["ServerModsRelativePath"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string AutoUpdate_CacheDir {
get {
return ((string)(this["AutoUpdate_CacheDir"]));
}
set {
this["AutoUpdate_CacheDir"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerUpdate_UpdateModsWhenUpdatingServer {
get {
return ((bool)(this["ServerUpdate_UpdateModsWhenUpdatingServer"]));
}
set {
this["ServerUpdate_UpdateModsWhenUpdatingServer"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ServerUpdate_ForceUpdateMods {
get {
return ((bool)(this["ServerUpdate_ForceUpdateMods"]));
}
set {
this["ServerUpdate_ForceUpdateMods"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ServerUpdate_ForceCopyMods {
get {
return ((bool)(this["ServerUpdate_ForceCopyMods"]));
}
set {
this["ServerUpdate_ForceCopyMods"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("AlarmPostCredentials.txt")]
public string WebAlarmFile {
get {
return ((string)(this["WebAlarmFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGame\\Saved")]
public string SavedRelativePath {
get {
return ((string)(this["SavedRelativePath"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SteamCmdRedirectOutput {
get {
return ((bool)(this["SteamCmdRedirectOutput"]));
}
set {
this["SteamCmdRedirectOutput"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoUpdate_UseSmartCopy {
get {
return ((bool)(this["AutoUpdate_UseSmartCopy"]));
}
set {
this["AutoUpdate_UseSmartCopy"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string StyleName {
get {
return ((string)(this["StyleName"]));
}
set {
this["StyleName"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("workshopcache_{0}.json")]
public string WorkshopCacheFile {
get {
return ((string)(this["WorkshopCacheFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Email_Host {
get {
return ((string)(this["Email_Host"]));
}
set {
this["Email_Host"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("25")]
public int Email_Port {
get {
return ((int)(this["Email_Port"]));
}
set {
this["Email_Port"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool Email_UseSSL {
get {
return ((bool)(this["Email_UseSSL"]));
}
set {
this["Email_UseSSL"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool Email_UseDetaultCredentials {
get {
return ((bool)(this["Email_UseDetaultCredentials"]));
}
set {
this["Email_UseDetaultCredentials"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Email_Username {
get {
return ((string)(this["Email_Username"]));
}
set {
this["Email_Username"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Email_Password {
get {
return ((string)(this["Email_Password"]));
}
set {
this["Email_Password"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Email_From {
get {
return ((string)(this["Email_From"]));
}
set {
this["Email_From"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Email_To {
get {
return ((string)(this["Email_To"]));
}
set {
this["Email_To"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool EmailNotify_AutoUpdate {
get {
return ((bool)(this["EmailNotify_AutoUpdate"]));
}
set {
this["EmailNotify_AutoUpdate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool EmailNotify_AutoRestart {
get {
return ((bool)(this["EmailNotify_AutoRestart"]));
}
set {
this["EmailNotify_AutoRestart"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SteamCmd_Username {
get {
return ((string)(this["SteamCmd_Username"]));
}
set {
this["SteamCmd_Username"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("anonymous")]
public string SteamCmd_AnonymousUsername {
get {
return ((string)(this["SteamCmd_AnonymousUsername"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SteamCmd_UseAnonymousCredentials {
get {
return ((bool)(this["SteamCmd_UseAnonymousCredentials"]));
}
set {
this["SteamCmd_UseAnonymousCredentials"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("+login {0} {1} +quit")]
public string SteamCmdAuthenticateArgs {
get {
return ((string)(this["SteamCmdAuthenticateArgs"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("steamapps\\workshop")]
public string SteamWorkshopFolderRelativePath {
get {
return ((string)(this["SteamWorkshopFolderRelativePath"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("appworkshop_{0}.acf")]
public string AppSteamWorkshopFile {
get {
return ((string)(this["AppSteamWorkshopFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SteamCmd_Password {
get {
return ((string)(this["SteamCmd_Password"]));
}
set {
this["SteamCmd_Password"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ValidateProfileOnServerStart {
get {
return ((bool)(this["ValidateProfileOnServerStart"]));
}
set {
this["ValidateProfileOnServerStart"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionCustomGameUserSettingsIsExpanded {
get {
return ((bool)(this["SectionCustomGameUserSettingsIsExpanded"]));
}
set {
this["SectionCustomGameUserSettingsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionCustomGameSettingsIsExpanded {
get {
return ((bool)(this["SectionCustomGameSettingsIsExpanded"]));
}
set {
this["SectionCustomGameSettingsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ServerUpdate_OnServerStart {
get {
return ((bool)(this["ServerUpdate_OnServerStart"]));
}
set {
this["ServerUpdate_OnServerStart"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("346110")]
public string AppId {
get {
return ((string)(this["AppId"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("407530")]
public string AppId_SotF {
get {
return ((string)(this["AppId_SotF"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("376030")]
public string AppIdServer {
get {
return ((string)(this["AppIdServer"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("445400")]
public string AppIdServer_SotF {
get {
return ((string)(this["AppIdServer_SotF"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("steam_appid.txt")]
public string ServerAppIdFile {
get {
return ((string)(this["ServerAppIdFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Clusters")]
public string ClustersDir {
get {
return ((string)(this["ClustersDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/beta/lates" +
"t.txt")]
public string LatestASMBetaVersionUrl {
get {
return ((string)(this["LatestASMBetaVersionUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/beta/lates" +
"t.zip")]
public string LatestASMBetaDownloadUrl {
get {
return ((string)(this["LatestASMBetaDownloadUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/latest.zip" +
"")]
public string LatestASMDownloadUrl {
get {
return ((string)(this["LatestASMDownloadUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/5193/downloads")]
public string LatestASMPatchNotesUrl {
get {
return ((string)(this["LatestASMPatchNotesUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/board/11/beta-testers")]
public string LatestASMBetaPatchNotesUrl {
get {
return ((string)(this["LatestASMBetaPatchNotesUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("PlayersJoinNoCheckList.txt")]
public string ServerWhitelistFile {
get {
return ((string)(this["ServerWhitelistFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("AllowedCheaterSteamIDs.txt")]
public string ServerAdminFile {
get {
return ((string)(this["ServerAdminFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionServerFilesIsExpanded {
get {
return ((bool)(this["SectionServerFilesIsExpanded"]));
}
set {
this["SectionServerFilesIsExpanded"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("PlayersExclusiveJoinList.txt")]
public string ServerExclusiveFile {
get {
return ((string)(this["ServerExclusiveFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool EmailNotify_ShutdownRestart {
get {
return ((bool)(this["EmailNotify_ShutdownRestart"]));
}
set {
this["EmailNotify_ShutdownRestart"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server")]
public string DefaultServerFolderName {
get {
return ((string)(this["DefaultServerFolderName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.azurewebsites.net/api/server/{0}/{1}/{2}/{3}")]
public string ServerStatusUrlFormat {
get {
return ((string)(this["ServerStatusUrlFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("PGARK")]
public string DefaultServerMap_PGM {
get {
return ((string)(this["DefaultServerMap_PGM"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("PGArks")]
public string SavedPGMRelativePath {
get {
return ((string)(this["SavedPGMRelativePath"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("AsmPGArk")]
public string DefaultPGMapName {
get {
return ((string)(this["DefaultPGMapName"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public string SectionPGMIsExpanded {
get {
return ((string)(this["SectionPGMIsExpanded"]));
}
set {
this["SectionPGMIsExpanded"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("_backup_")]
public string BackupDir {
get {
return ((string)(this["BackupDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Game.ini")]
public string ServerGameConfigFile {
get {
return ((string)(this["ServerGameConfigFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionMapSpawnerOverridesIsExpanded {
get {
return ((bool)(this["SectionMapSpawnerOverridesIsExpanded"]));
}
set {
this["SectionMapSpawnerOverridesIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server shutdown has been cancelled.")]
public string ServerShutdown_CancelMessage {
get {
return ((string)(this["ServerShutdown_CancelMessage"]));
}
set {
this["ServerShutdown_CancelMessage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionCraftingOverridesIsExpanded {
get {
return ((bool)(this["SectionCraftingOverridesIsExpanded"]));
}
set {
this["SectionCraftingOverridesIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionSupplyCrateOverridesIsExpanded {
get {
return ((bool)(this["SectionSupplyCrateOverridesIsExpanded"]));
}
set {
this["SectionSupplyCrateOverridesIsExpanded"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://steamcommunity.com/dev/apikey")]
public string SteamAPIKeyUrl {
get {
return ((string)(this["SteamAPIKeyUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerUpdate_ForceUpdateModsIfNoSteamInfo {
get {
return ((bool)(this["ServerUpdate_ForceUpdateModsIfNoSteamInfo"]));
}
set {
this["ServerUpdate_ForceUpdateModsIfNoSteamInfo"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoBackup_EnableBackup {
get {
return ((bool)(this["AutoBackup_EnableBackup"]));
}
set {
this["AutoBackup_EnableBackup"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60")]
public int AutoBackup_BackupPeriod {
get {
return ((int)(this["AutoBackup_BackupPeriod"]));
}
set {
this["AutoBackup_BackupPeriod"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool EmailNotify_AutoBackup {
get {
return ((bool)(this["EmailNotify_AutoBackup"]));
}
set {
this["EmailNotify_AutoBackup"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoBackup_DeleteOldFiles {
get {
return ((bool)(this["AutoBackup_DeleteOldFiles"]));
}
set {
this["AutoBackup_DeleteOldFiles"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("30")]
public int AutoBackup_DeleteInterval {
get {
return ((int)(this["AutoBackup_DeleteInterval"]));
}
set {
this["AutoBackup_DeleteInterval"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("A world save is about to be performed, you may experience some lag during this pr" +
"ocess. Please be patient.")]
public string ServerBackup_WorldSaveMessage {
get {
return ((string)(this["ServerBackup_WorldSaveMessage"]));
}
set {
this["ServerBackup_WorldSaveMessage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoUpdate_RetryOnFail {
get {
return ((bool)(this["AutoUpdate_RetryOnFail"]));
}
set {
this["AutoUpdate_RetryOnFail"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/3024/get-own-steam-web-api")]
public string SteamWebAPIKeyHelpUrl {
get {
return ((string)(this["SteamWebAPIKeyHelpUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoUpdate_ShowUpdateReason {
get {
return ((bool)(this["AutoUpdate_ShowUpdateReason"]));
}
set {
this["AutoUpdate_ShowUpdateReason"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".asmbak")]
public string BackupServerExtension {
get {
return ((string)(this["BackupServerExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("5")]
public int ScheduledTasksCheckTime {
get {
return ((int)(this["ScheduledTasksCheckTime"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AutoUpdate_ValidateServerFiles {
get {
return ((bool)(this["AutoUpdate_ValidateServerFiles"]));
}
set {
this["AutoUpdate_ValidateServerFiles"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoUpdate_OverrideServerStartup {
get {
return ((bool)(this["AutoUpdate_OverrideServerStartup"]));
}
set {
this["AutoUpdate_OverrideServerStartup"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string ServerManagerUniqueKey {
get {
return ((string)(this["ServerManagerUniqueKey"]));
}
set {
this["ServerManagerUniqueKey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SectionSupplyCrateOverridesEnabled {
get {
return ((bool)(this["SectionSupplyCrateOverridesEnabled"]));
}
set {
this["SectionSupplyCrateOverridesEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SectionCraftingOverridesEnabled {
get {
return ((bool)(this["SectionCraftingOverridesEnabled"]));
}
set {
this["SectionCraftingOverridesEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SectionMapSpawnerOverridesEnabled {
get {
return ((bool)(this["SectionMapSpawnerOverridesEnabled"]));
}
set {
this["SectionMapSpawnerOverridesEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoUpdate_ParallelUpdate {
get {
return ((bool)(this["AutoUpdate_ParallelUpdate"]));
}
set {
this["AutoUpdate_ParallelUpdate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server Update Reason:")]
public string AutoUpdate_UpdateReasonPrefix {
get {
return ((string)(this["AutoUpdate_UpdateReasonPrefix"]));
}
set {
this["AutoUpdate_UpdateReasonPrefix"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server is stopping.")]
public string Alert_ServerStopMessage {
get {
return ((string)(this["Alert_ServerStopMessage"]));
}
set {
this["Alert_ServerStopMessage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server is shutting down.")]
public string Alert_ServerShutdownMessage {
get {
return ((string)(this["Alert_ServerShutdownMessage"]));
}
set {
this["Alert_ServerShutdownMessage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server is starting.")]
public string Alert_ServerStartedMessage {
get {
return ((string)(this["Alert_ServerStartedMessage"]));
}
set {
this["Alert_ServerStartedMessage"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server backup process was performed but an error occurred.")]
public string Alert_BackupProcessError {
get {
return ((string)(this["Alert_BackupProcessError"]));
}
set {
this["Alert_BackupProcessError"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server shutdown process was performed but an error occurred.")]
public string Alert_ShutdownProcessError {
get {
return ((string)(this["Alert_ShutdownProcessError"]));
}
set {
this["Alert_ShutdownProcessError"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server restart process was performed but an error occurred.")]
public string Alert_RestartProcessError {
get {
return ((string)(this["Alert_RestartProcessError"]));
}
set {
this["Alert_RestartProcessError"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("The server update process was performed but an error occurred.")]
public string Alert_UpdateProcessError {
get {
return ((string)(this["Alert_UpdateProcessError"]));
}
set {
this["Alert_UpdateProcessError"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Mod updates have been detected:")]
public string Alert_ModUpdateDetected {
get {
return ((string)(this["Alert_ModUpdateDetected"]));
}
set {
this["Alert_ModUpdateDetected"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/board/22/plugins")]
public string ServerManagerPluginUrl {
get {
return ((string)(this["ServerManagerPluginUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".arkprofile")]
public string PlayerFileExtension {
get {
return ((string)(this["PlayerFileExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".arktribe")]
public string TribeFileExtension {
get {
return ((string)(this["TribeFileExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".zip")]
public string BackupExtension {
get {
return ((string)(this["BackupExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".ark")]
public string MapExtension {
get {
return ((string)(this["MapExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ASM_")]
public string UpdaterPrefix {
get {
return ((string)(this["UpdaterPrefix"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ServerManagerUpdater.exe")]
public string UpdaterFile {
get {
return ((string)(this["UpdaterFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".png")]
public string PlayerImageFileExtension {
get {
return ((string)(this["PlayerImageFileExtension"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60")]
public int ServerShutdown_WorldSaveDelay {
get {
return ((int)(this["ServerShutdown_WorldSaveDelay"]));
}
set {
this["ServerShutdown_WorldSaveDelay"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerShutdown_UseShutdownCommand {
get {
return ((bool)(this["ServerShutdown_UseShutdownCommand"]));
}
set {
this["ServerShutdown_UseShutdownCommand"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Server Status:")]
public string Alert_ServerStatusChange {
get {
return ((string)(this["Alert_ServerStatusChange"]));
}
set {
this["Alert_ServerStatusChange"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Game Server Update")]
public string Alert_ServerUpdate {
get {
return ((string)(this["Alert_ServerUpdate"]));
}
set {
this["Alert_ServerUpdate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Update performed, includes:")]
public string Alert_UpdateResults {
get {
return ((string)(this["Alert_UpdateResults"]));
}
set {
this["Alert_UpdateResults"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("A wild dino wipe is scheduled after the server starts and may delay login until i" +
"t is complete. Please be patient.")]
public string Alert_ForceRespawnDinos {
get {
return ((string)(this["Alert_ForceRespawnDinos"]));
}
set {
this["Alert_ForceRespawnDinos"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("6DCE02B1-8F41-4AF8-A6EA-E2E026CAB023")]
public string ServerManagerCode {
get {
return ((string)(this["ServerManagerCode"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string BackupPath {
get {
return ((string)(this["BackupPath"]));
}
set {
this["BackupPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ServerShutdown_AllMessagesShowReason {
get {
return ((bool)(this["ServerShutdown_AllMessagesShowReason"]));
}
set {
this["ServerShutdown_AllMessagesShowReason"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("GameData")]
public string GameDataDir {
get {
return ((string)(this["GameDataDir"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".gamedata")]
public string GameDataExtension {
get {
return ((string)(this["GameDataExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ARK Server:")]
public string FirewallRulePrefix {
get {
return ((string)(this["FirewallRulePrefix"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=bletch1971%40hotmai" +
"l%2ecom&lc=US&item_name=Server%20Manager&currency_code=USD&bn=PP%2dDonationsBF%3" +
"abtn_donate_SM%2egif%3aNonHosted")]
public string DonationUrl {
get {
return ((string)(this["DonationUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ark")]
public string GameDataApplication {
get {
return ((string)(this["GameDataApplication"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute(".arktributetribe")]
public string TributeTribeFileExtension {
get {
return ((string)(this["TributeTribeFileExtension"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
public int SendMessageDelay {
get {
return ((int)(this["SendMessageDelay"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool CloseShutdownWindowWhenFinished {
get {
return ((bool)(this["CloseShutdownWindowWhenFinished"]));
}
set {
this["CloseShutdownWindowWhenFinished"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("63")]
public int PlayerListFilter {
get {
return ((int)(this["PlayerListFilter"]));
}
set {
this["PlayerListFilter"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1")]
public int PlayerListSort {
get {
return ((int)(this["PlayerListSort"]));
}
set {
this["PlayerListSort"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/VersionFee" +
"d.xml")]
public string ServerManagerVersionFeedUrl {
get {
return ((string)(this["ServerManagerVersionFeedUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://raw.githubusercontent.com/Bletch1971/ServerManagers/master/ASM/beta/Versi" +
"onFeed.xml")]
public string ServerManagerVersionBetaFeedUrl {
get {
return ((string)(this["ServerManagerVersionBetaFeedUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("live")]
public string DefaultServerBranchName {
get {
return ((string)(this["DefaultServerBranchName"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("-beta {0}")]
public string SteamCmdInstallServerBetaNameArgsFormat {
get {
return ((string)(this["SteamCmdInstallServerBetaNameArgsFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("-betapassword {0}")]
public string SteamCmdInstallServerBetaPasswordArgsFormat {
get {
return ((string)(this["SteamCmdInstallServerBetaPasswordArgsFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("__")]
public string ServerBranchFolderPrefix {
get {
return ((string)(this["ServerBranchFolderPrefix"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("appmanifest_{0}.acf")]
public string AppSteamManifestFile {
get {
return ((string)(this["AppSteamManifestFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("steamapps")]
public string SteamManifestFolderRelativePath {
get {
return ((string)(this["SteamManifestFolderRelativePath"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionPGMEnabled {
get {
return ((bool)(this["SectionPGMEnabled"]));
}
set {
this["SectionPGMEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionSOTFEnabled {
get {
return ((bool)(this["SectionSOTFEnabled"]));
}
set {
this["SectionSOTFEnabled"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Globalization\\en-US\\en-US.xaml")]
public string DefaultGlobalizationFile {
get {
return ((string)(this["DefaultGlobalizationFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("doexit")]
public string ServerShutdownCommand {
get {
return ((string)(this["ServerShutdownCommand"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("saveworld")]
public string ServerSaveCommand {
get {
return ((string)(this["ServerSaveCommand"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerStatus_EnableActions {
get {
return ((bool)(this["ServerStatus_EnableActions"]));
}
set {
this["ServerStatus_EnableActions"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerStatus_ShowActionConfirmation {
get {
return ((bool)(this["ServerStatus_ShowActionConfirmation"]));
}
set {
this["ServerStatus_ShowActionConfirmation"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Styles\\Default.xaml")]
public string DefaultStyleFile {
get {
return ((string)(this["DefaultStyleFile"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("ArkServerManager")]
public string ScheduledTaskFolder {
get {
return ((string)(this["ScheduledTaskFolder"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("10")]
public int AutoUpdate_SequencialDelayPeriod {
get {
return ((int)(this["AutoUpdate_SequencialDelayPeriod"]));
}
set {
this["AutoUpdate_SequencialDelayPeriod"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SectionStackSizeOverridesEnabled {
get {
return ((bool)(this["SectionStackSizeOverridesEnabled"]));
}
set {
this["SectionStackSizeOverridesEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SectionStackSizeOverridesIsExpanded {
get {
return ((bool)(this["SectionStackSizeOverridesIsExpanded"]));
}
set {
this["SectionStackSizeOverridesIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool BackupWorldFile {
get {
return ((bool)(this["BackupWorldFile"]));
}
set {
this["BackupWorldFile"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoUpdate_VerifyServerAfterUpdate {
get {
return ((bool)(this["AutoUpdate_VerifyServerAfterUpdate"]));
}
set {
this["AutoUpdate_VerifyServerAfterUpdate"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/board/25/game-data")]
public string GameDataUrl {
get {
return ((string)(this["GameDataUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1100")]
public double MainWindow_Width {
get {
return ((double)(this["MainWindow_Width"]));
}
set {
this["MainWindow_Width"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("900")]
public double MainWindow_Height {
get {
return ((double)(this["MainWindow_Height"]));
}
set {
this["MainWindow_Height"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("900")]
public double ServerMonitorWindow_Width {
get {
return ((double)(this["ServerMonitorWindow_Width"]));
}
set {
this["ServerMonitorWindow_Width"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("500")]
public double ServerMonitorWindow_Height {
get {
return ((double)(this["ServerMonitorWindow_Height"]));
}
set {
this["ServerMonitorWindow_Height"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool UpdateDirectoryPermissions {
get {
return ((bool)(this["UpdateDirectoryPermissions"]));
}
set {
this["UpdateDirectoryPermissions"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerShutdown_CheckForOnlinePlayers {
get {
return ((bool)(this["ServerShutdown_CheckForOnlinePlayers"]));
}
set {
this["ServerShutdown_CheckForOnlinePlayers"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ServerShutdown_SendShutdownMessages {
get {
return ((bool)(this["ServerShutdown_SendShutdownMessages"]));
}
set {
this["ServerShutdown_SendShutdownMessages"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoRestart_EnabledGracePeriod {
get {
return ((bool)(this["AutoRestart_EnabledGracePeriod"]));
}
set {
this["AutoRestart_EnabledGracePeriod"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int AutoRestart_GracePeriod {
get {
return ((int)(this["AutoRestart_GracePeriod"]));
}
set {
this["AutoRestart_GracePeriod"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
public int ServerStatusWatcher_LocalStatusQueryDelay {
get {
return ((int)(this["ServerStatusWatcher_LocalStatusQueryDelay"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60000")]
public int ServerStatusWatcher_RemoteStatusQueryDelay {
get {
return ((int)(this["ServerStatusWatcher_RemoteStatusQueryDelay"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool MainWindow_MinimizeToTray {
get {
return ((bool)(this["MainWindow_MinimizeToTray"]));
}
set {
this["MainWindow_MinimizeToTray"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Engine.ini")]
public string ServerEngineConfigFile {
get {
return ((string)(this["ServerEngineConfigFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionCustomEngineSettingsIsExpanded {
get {
return ((bool)(this["SectionCustomEngineSettingsIsExpanded"]));
}
set {
this["SectionCustomEngineSettingsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionCustomEngineSettingsEnabled {
get {
return ((bool)(this["SectionCustomEngineSettingsEnabled"]));
}
set {
this["SectionCustomEngineSettingsEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("100")]
public double ServerMonitorMessageOutput_Height {
get {
return ((double)(this["ServerMonitorMessageOutput_Height"]));
}
set {
this["ServerMonitorMessageOutput_Height"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool Alert_ServerStartedMessageIncludeIPandPort {
get {
return ((bool)(this["Alert_ServerStartedMessageIncludeIPandPort"]));
}
set {
this["Alert_ServerStartedMessageIncludeIPandPort"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool ManagePublicIPAutomatically {
get {
return ((bool)(this["ManagePublicIPAutomatically"]));
}
set {
this["ManagePublicIPAutomatically"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("version.txt")]
public string VersionFile {
get {
return ((string)(this["VersionFile"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionPreventTransferOverridesIsExpanded {
get {
return ((bool)(this["SectionPreventTransferOverridesIsExpanded"]));
}
set {
this["SectionPreventTransferOverridesIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool SectionPreventTransferOverridesEnabled {
get {
return ((bool)(this["SectionPreventTransferOverridesEnabled"]));
}
set {
this["SectionPreventTransferOverridesEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength PreventTransferOverrideGridHeight {
get {
return ((global::System.Windows.GridLength)(this["PreventTransferOverrideGridHeight"]));
}
set {
this["PreventTransferOverrideGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public global::System.Windows.GridLength SupplyCratesGridHeight {
get {
return ((global::System.Windows.GridLength)(this["SupplyCratesGridHeight"]));
}
set {
this["SupplyCratesGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public global::System.Windows.GridLength SupplyCrateItemSetsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["SupplyCrateItemSetsGridHeight"]));
}
set {
this["SupplyCrateItemSetsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public global::System.Windows.GridLength SupplyCrateItemSetEntriesGridHeight {
get {
return ((global::System.Windows.GridLength)(this["SupplyCrateItemSetEntriesGridHeight"]));
}
set {
this["SupplyCrateItemSetEntriesGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public global::System.Windows.GridLength SupplyCrateItemsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["SupplyCrateItemsGridHeight"]));
}
set {
this["SupplyCrateItemsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength NPCSpawnSettingsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["NPCSpawnSettingsGridHeight"]));
}
set {
this["NPCSpawnSettingsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength StackSizeOverrideGridHeight {
get {
return ((global::System.Windows.GridLength)(this["StackSizeOverrideGridHeight"]));
}
set {
this["StackSizeOverrideGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CraftingOverrideItemGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CraftingOverrideItemGridHeight"]));
}
set {
this["CraftingOverrideItemGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CustomLevelsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CustomLevelsGridHeight"]));
}
set {
this["CustomLevelsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CustomEngineSettingsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CustomEngineSettingsGridHeight"]));
}
set {
this["CustomEngineSettingsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CustomGameSettingsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CustomGameSettingsGridHeight"]));
}
set {
this["CustomGameSettingsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength CustomGameUserSettingsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["CustomGameUserSettingsGridHeight"]));
}
set {
this["CustomGameUserSettingsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("250")]
public global::System.Windows.GridLength ServerFilesGridHeight {
get {
return ((global::System.Windows.GridLength)(this["ServerFilesGridHeight"]));
}
set {
this["ServerFilesGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength EngramsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["EngramsGridHeight"]));
}
set {
this["EngramsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength EnvironmentListBoxHeight {
get {
return ((global::System.Windows.GridLength)(this["EnvironmentListBoxHeight"]));
}
set {
this["EnvironmentListBoxHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("400")]
public global::System.Windows.GridLength DinoSettingsGridHeight {
get {
return ((global::System.Windows.GridLength)(this["DinoSettingsGridHeight"]));
}
set {
this["DinoSettingsGridHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("100")]
public global::System.Windows.GridLength MOTDHeight {
get {
return ((global::System.Windows.GridLength)(this["MOTDHeight"]));
}
set {
this["MOTDHeight"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Windows.WindowState MainWindow_WindowState {
get {
return ((global::System.Windows.WindowState)(this["MainWindow_WindowState"]));
}
set {
this["MainWindow_WindowState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("50")]
public double MainWindow_Left {
get {
return ((double)(this["MainWindow_Left"]));
}
set {
this["MainWindow_Left"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("50")]
public double MainWindow_Top {
get {
return ((double)(this["MainWindow_Top"]));
}
set {
this["MainWindow_Top"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("asmdata")]
public string DefaultDataDirectoryName {
get {
return ((string)(this["DefaultDataDirectoryName"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool DiscordBotEnabled {
get {
return ((bool)(this["DiscordBotEnabled"]));
}
set {
this["DiscordBotEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("asm!")]
public string DiscordBotPrefix {
get {
return ((string)(this["DiscordBotPrefix"]));
}
set {
this["DiscordBotPrefix"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string DiscordBotToken {
get {
return ((string)(this["DiscordBotToken"]));
}
set {
this["DiscordBotToken"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string DiscordBotServerId {
get {
return ((string)(this["DiscordBotServerId"]));
}
set {
this["DiscordBotServerId"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://discord.com/developers/applications")]
public string DiscordBotApplyUrl {
get {
return ((string)(this["DiscordBotApplyUrl"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://arkservermanager.freeforums.net/thread/8764/get-own-discord-bot")]
public string DiscordBotHelpUrl {
get {
return ((string)(this["DiscordBotHelpUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionDiscordBotIsExpanded {
get {
return ((bool)(this["SectionDiscordBotIsExpanded"]));
}
set {
this["SectionDiscordBotIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AllowDiscordBackup {
get {
return ((bool)(this["AllowDiscordBackup"]));
}
set {
this["AllowDiscordBackup"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AllowDiscordUpdate {
get {
return ((bool)(this["AllowDiscordUpdate"]));
}
set {
this["AllowDiscordUpdate"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AllowDiscordStart {
get {
return ((bool)(this["AllowDiscordStart"]));
}
set {
this["AllowDiscordStart"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AllowDiscordRestart {
get {
return ((bool)(this["AllowDiscordRestart"]));
}
set {
this["AllowDiscordRestart"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AllowDiscordShutdown {
get {
return ((bool)(this["AllowDiscordShutdown"]));
}
set {
this["AllowDiscordShutdown"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool AllowDiscordStop {
get {
return ((bool)(this["AllowDiscordStop"]));
}
set {
this["AllowDiscordStop"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("50")]
public double ServerMonitorWindow_Left {
get {
return ((double)(this["ServerMonitorWindow_Left"]));
}
set {
this["ServerMonitorWindow_Left"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("50")]
public double ServerMonitorWindow_Top {
get {
return ((double)(this["ServerMonitorWindow_Top"]));
}
set {
this["ServerMonitorWindow_Top"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public global::ServerManagerTool.DiscordBot.Models.DiscordBotWhitelist DiscordBotWhitelist {
get {
return ((global::ServerManagerTool.DiscordBot.Models.DiscordBotWhitelist)(this["DiscordBotWhitelist"]));
}
set {
this["DiscordBotWhitelist"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool DiscordBotPrefixFixed {
get {
return ((bool)(this["DiscordBotPrefixFixed"]));
}
set {
this["DiscordBotPrefixFixed"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Info")]
public global::ServerManagerTool.DiscordBot.Enums.LogLevel DiscordBotLogLevel {
get {
return ((global::ServerManagerTool.DiscordBot.Enums.LogLevel)(this["DiscordBotLogLevel"]));
}
set {
this["DiscordBotLogLevel"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("10")]
public int DiscordBotStatusCheckTime {
get {
return ((int)(this["DiscordBotStatusCheckTime"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool DiscordBotAllowAllBots {
get {
return ((bool)(this["DiscordBotAllowAllBots"]));
}
set {
this["DiscordBotAllowAllBots"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool LoggingEnabled {
get {
return ((bool)(this["LoggingEnabled"]));
}
set {
this["LoggingEnabled"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("30")]
public int LoggingMaxArchiveFiles {
get {
return ((int)(this["LoggingMaxArchiveFiles"]));
}
set {
this["LoggingMaxArchiveFiles"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("30")]
public int LoggingMaxArchiveDays {
get {
return ((int)(this["LoggingMaxArchiveDays"]));
}
set {
this["LoggingMaxArchiveDays"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://servermanagers.azurewebsites.net/api/server/call/{0}/{1}/")]
public string ServerCallUrlFormat {
get {
return ((string)(this["ServerCallUrlFormat"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("12")]
public int ServerCallUrlDelay {
get {
return ((int)(this["ServerCallUrlDelay"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("2000-01-01")]
public global::System.DateTime ServerCallUrlLast {
get {
return ((global::System.DateTime)(this["ServerCallUrlLast"]));
}
set {
this["ServerCallUrlLast"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool CheckIfServerManagerRunningOnStartup {
get {
return ((bool)(this["CheckIfServerManagerRunningOnStartup"]));
}
set {
this["CheckIfServerManagerRunningOnStartup"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ServerStartMinimized {
get {
return ((bool)(this["ServerStartMinimized"]));
}
set {
this["ServerStartMinimized"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Windows.WindowState ServerMonitorWindow_WindowState {
get {
return ((global::System.Windows.WindowState)(this["ServerMonitorWindow_WindowState"]));
}
set {
this["ServerMonitorWindow_WindowState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SectionServerDetailsIsExpanded {
get {
return ((bool)(this["SectionServerDetailsIsExpanded"]));
}
set {
this["SectionServerDetailsIsExpanded"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Broadcast")]
public string RCON_MessageCommand {
get {
return ((string)(this["RCON_MessageCommand"]));
}
set {
this["RCON_MessageCommand"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("all")]
public string DiscordBotAllServersKeyword {
get {
return ((string)(this["DiscordBotAllServersKeyword"]));
}
set {
this["DiscordBotAllServersKeyword"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("SaveGames")]
public string SaveGamesRelativePath {
get {
return ((string)(this["SaveGamesRelativePath"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string RCON_BackupMessageCommand {
get {
return ((string)(this["RCON_BackupMessageCommand"]));
}
set {
this["RCON_BackupMessageCommand"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool AutoBackup_IncludeSaveGamesFolder {
get {
return ((bool)(this["AutoBackup_IncludeSaveGamesFolder"]));
}
set {
this["AutoBackup_IncludeSaveGamesFolder"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("{ipaddress}:{port}")]
public string Alert_ServerStartedMessageIPandPort {
get {
return ((string)(this["Alert_ServerStartedMessageIPandPort"]));
}
set {
this["Alert_ServerStartedMessageIPandPort"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Diagnostics.ProcessPriorityClass AutoBackup_TaskPriority {
get {
return ((global::System.Diagnostics.ProcessPriorityClass)(this["AutoBackup_TaskPriority"]));
}
set {
this["AutoBackup_TaskPriority"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Diagnostics.ProcessPriorityClass AutoUpdate_TaskPriority {
get {
return ((global::System.Diagnostics.ProcessPriorityClass)(this["AutoUpdate_TaskPriority"]));
}
set {
this["AutoUpdate_TaskPriority"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Diagnostics.ProcessPriorityClass AutoShutdown_TaskPriority {
get {
return ((global::System.Diagnostics.ProcessPriorityClass)(this["AutoShutdown_TaskPriority"]));
}
set {
this["AutoShutdown_TaskPriority"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
public global::System.Diagnostics.ProcessPriorityClass AutoStart_TaskPriority {
get {
return ((global::System.Diagnostics.ProcessPriorityClass)(this["AutoStart_TaskPriority"]));
}
set {
this["AutoStart_TaskPriority"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("https://discord.gg/cJdHJSG")]
public string DiscordUrl {
get {
return ((string)(this["DiscordUrl"]));
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Online Player Count:")]
public string Alert_OnlinePlayerCountChange {
get {
return ((string)(this["Alert_OnlinePlayerCountChange"]));
}
set {
this["Alert_OnlinePlayerCountChange"] = value;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("3072")]
public int ServicePointManager_SecurityProtocol {
get {
return ((int)(this["ServicePointManager_SecurityProtocol"]));
}
}
}
}