diff --git a/ASM/beta/VersionFeed.xml b/ASM/beta/VersionFeed.xml index e723f36a..cc40dc28 100644 --- a/ASM/beta/VersionFeed.xml +++ b/ASM/beta/VersionFeed.xml @@ -5,59 +5,30 @@ Ark Server Manager Version Feed This is the Ark Server Manager beta version feed. - 2020-03-09T00:00:00Z + 2020-03-12T00:00:00Z - urn:uuid:814D8572-49B5-4A7F-86FF-3C72E05F3755 - 1.0.358 (1.0.358.2) - 1.0.358.2 + urn:uuid:C5946415-0354-472D-A6C4-AA74F940FC47 + 1.0.359 (1.0.359.1) + 1.0.359.1 - 2020-03-09T00:00:00Z + 2020-03-12T00:00:00Z

BUGFIX

    -
  • Server Settings (Engrams section) - will not write OverrideNamedEngramEntries entries to the game.ini file unless one or more default values have changed.
  • +
  • Game Data - have crash when loading with an invalid gamedata file.
CHANGE
    -
  • Server Settings (Dino section) - changed the way the sort works for the dino grid.
  • -
  • Server Settings (Engrams section) - changed the way the sort works for the engrams grid.
  • -
  • Server Settings (Environment section) - changed the way the sort works for the resources grid.
  • -
-

-
-
- - bletch - bletch1971@hotmail.com - -
- - - urn:uuid:A3359CF9-37EE-4068-BEF6-2F661C2F9A00 - 1.0.358 (1.0.358.1) - 1.0.358.1 - - 2020-03-07T00:00:00Z - -
-

- BUGFIX -
-

    -
  • Dialog forms - have fixed an issue where the dialog forms would open behind the current window.
  • -
  • Server Settings - have added error dialogs when trying to add a child record without selecting a parent record first (crafting overrides, map spawner overrides and supply crate overrides).
  • -
- CHANGE -
-
    -
  • Server Settings (Engrams section) - added column header tooltips to for more clarity.
  • -
  • fr-FR Translation file updated. (thanks @angemymy)
  • -
  • fr-FR Translation file updated. (thanks @angemymy)
  • +
  • Game Data Window - Added a validate button, to validate the user gamedata files.
  • +
  • Game Data Window - Displays the gamedata file in Red if the file is invalid.
  • +
  • Game Data Window - When adding a new gamedata file, will display an error if the file is invalid.
  • +
  • pt-BR Translation file updated. (thanks @bruno5011)
  • +
  • ru-RU Translation file updated. (thanks @varlonec)

diff --git a/ASM/beta/en-US.xaml b/ASM/beta/en-US.xaml index ccc693c7..bf8eb6f4 100644 --- a/ASM/beta/en-US.xaml +++ b/ASM/beta/en-US.xaml @@ -273,6 +273,7 @@ Open Game Data Folder Open Game Data Forum Reload Game Data Files + Validate Game Data Files Delete Game Data File Name @@ -281,6 +282,7 @@ Add Action Error An error occurred while reading the selected file. + A file with the same name already exists, delete the existing file and try again. Confirm Clear Action Click 'Yes' to confirm you want to clear all. Clear Action Error @@ -289,6 +291,11 @@ Delete Action Error Open Folder Error Load Error + Validation + All game data files are valid. + Validation Error + The following file(s) have errors + The file is not valid. It may contain errors or have incorrect formatting. Select game data file gamedata diff --git a/ASM/beta/latest.txt b/ASM/beta/latest.txt index 975289b4..a2c52275 100644 --- a/ASM/beta/latest.txt +++ b/ASM/beta/latest.txt @@ -1 +1 @@ -1.0.358.2 +1.0.359.1 diff --git a/ASM/beta/latest.zip b/ASM/beta/latest.zip index 8b9fe0f6..1944a971 100644 Binary files a/ASM/beta/latest.zip and b/ASM/beta/latest.zip differ