mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
World Save Back and Restore Changes
1. added the SaveGames folder to the to the backup zip file. 2. now restores the SaveGames folder.
This commit is contained in:
parent
aa5c135be7
commit
a5e749963a
19 changed files with 408 additions and 96 deletions
13
src/ARKServerManager/Config.Designer.cs
generated
13
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -309,9 +309,9 @@ namespace ServerManagerTool {
|
|||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("ShooterGame\\Saved\\SavedArks")]
|
||||
public string SavedArksRelativePath {
|
||||
public string SavedFilesRelativePath {
|
||||
get {
|
||||
return ((string)(this["SavedArksRelativePath"]));
|
||||
return ((string)(this["SavedFilesRelativePath"]));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -3150,5 +3150,14 @@ namespace ServerManagerTool {
|
|||
this["DiscordBotAllServersKeyword"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("SaveGames")]
|
||||
public string SaveGamesRelativePath {
|
||||
get {
|
||||
return ((string)(this["SaveGamesRelativePath"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue