All notable changes to this project will be documented in this file. It uses the Keep a Changelog principles and Semantic Versioning since 1.0.0.
- Proper support for Worlds Part II patch 5.53 with new meta size
- Tests for Worlds Part I and II on all platforms
- Support for game version Relics 5.60
- Detection for new packaged technology
- Relics Expedition
- CLI
- Renaming
Json*
arguments to make their purpose easier understandable
- Renaming
- Bump libNOM.map from 0.13.5 to 0.13.6
- CLI
- Force stdout encoding for the read action to be UTF-8 as the default one may not support all characters and can break the resulting JSON
- Exception when having a really high play time (
IContainer.TotalPlayTime
is nowulong
)
- CLI
- Read action to read a (save) file and write the plaintext JSON to stdout
- Write action to take plaintext JSON from stdin and write it to a (save) file
- Parameter for
Transfer
to ignore incomplete user identification - Support for game version Worlds Part II 5.50
- Detection for new packaged technology
- Difficulty setting for NPC population is taken into account
- Titan Expedition
- Files in backups are now only prefixed with
data
/meta
and no longer completely renamed to make manual backups a little easier - The static class
libNOM.io.Global.Common
is no longer public accessible libNOM.io.Global.Convert
ToJson()
now returns the plaintext JSON if no output is specified instead of writing to a default file(name)ToJson()
andToSaveContainer()
now accepts string or FileInfo for the input fileToSaveFile()
methods now only accepts a FileInfo if you want use a file as input and string is now used to convert plaintext JSON
- Bump CommunityToolkit from 8.3.2 to 8.4.0
- Bump SharpCompress from 0.38.0 to 0.39.0
- Bump libNOM.map from 0.13.4 to 0.13.5
JObject.GetString(this JToken self, bool indent, bool obfuscate)
extension
- CLI
- An exception when using
Convert
without specifying an output
- An exception when using
- Missing
IsVersion525TheCursedWithCrossSave
inIContainer
- Use
IContainer
instead ofContainer
to implementIComparable
andIEquatable
ofIContainer
- Packaged technology disappears due to the hashes no being UTF-8 conform (#122 in the NomNom repository)
- Crash caused by changes in the Microsoft platform (#232 in the NomNom repository)
- Difficulty setting for fishing added in Aquarius 5.10 was not taken into account
- Beachhead Expedition Redux (2024)
- Holiday 2024 Expeditions
- Now also targeting .NET 9 according to supported versions in the .NET release lifecycle
- No longer targeting .NET 6 and .NET 7 (can be still used thanks to .NET Standard)
PlatformCollection.AnalyzePath
now also checks all direct sub-folders ifpath
itself has no valid platform data- Similar to how default locations for PC platforms are added
- Now returns
IEnumerable<IPlatform>
instead ofIPlatform?
PATH
of PC platforms is now publicly accessible- Bump libNOM.map from 0.13.3 to 0.13.4
- Technology packages gone after saving due to the hashes no being UTF-8 conform (#210 in the NomNom repository)
- Support for game version The Cursed 5.20
- The Cursed Expedition
- Bump CommunityToolkit from 8.3.0 to 8.3.2
- Bump libNOM.map from 0.13.2 to 0.13.3
- Explicit type (uint) from custom Enums
- Bump libNOM.map from 0.13.1 to 0.13.2
- Creating a backup when the meta file does not exist
- Rebuild sets SaveVersion in JSON when resetting and therefore preventing other properties from being calculated correctly
- Extension to get actual expedition number from
SeasonEnum
(e.g. Cartographers is always 3rd, Liquidators 14th) - Another callback
IContainer.JsonChangedCallback
that gets invoked whenever the JSON inside changed (via the available API) - New overload for
IPlatform.RestoreBackup
to enable writing directly to disk - Support for game version Aquarius 5.10
- Aquarius Expedition
- Renamed
IContainer.WriteCallback
toPropertiesChangedCallback
to be more precise when it gets invoked - Renamed
IPlatform.Backup
toCreateBackup
andIPlatform.Restore
toRestoreBackup
- Bump CommunityToolkit from 8.2.2 to 8.3.0
- Bump libNOM.map from 0.13.0 to 0.13.1
- Removed
IContainer.SetJsonObject
from the public API, useIPlatform.Rebuild
instead which will update and invoke everything properly - Removed
IContainer.BackupRestoredCallback
in favor of new callback combination
- Always invoked
IContainer.WriteCallback
even ifOnWatcherDecision
was not executed - Importing plaintext JSON files
- Proper support for Worlds Part I on Nintendo Switch
- Bump libNOM.map from 0.12.1 to 0.13.0
- Renamed
GameVersionEnum.Worlds
toWorldsPartI
to better match to official naming
- Wrong metadata size in some case
- Support for changed save format on Microsoft platform in Worlds 5.01.1
- Make
Common.DeepCopy()
public
- Wrong metadata size when transferring save to container with other size
GetString
extension forJToken
that is now used by the one forJObject
- Support for game version Worlds Part I 5.00
- Liquidators Expedition
- Renamed
IsVersion452OmegaWithV2
inIContainer
toIsVersion452OmegaWithMicrosoftV2
- Renamed
COUNT_SAVE*
constants toMAX_SAVE*
and made them publicly available - Bump libNOM.map from 0.12.0 to 0.12.1
- Crash if
Platform.GetHashCode()
is used
PlatformCollection.Contains(string path)
overload- Support for game version Adrift 4.70
- Adrift Expedition
PlatformSettings.MaxBackupCount <= 0
is disabling the backup feature again- Existing backups will be deleted the next time one would be created otherwise
- To make it unlimited-like set it to
int.MaxValue
Constants.LOWEST_SUPPORTED_VERSION
is publicly accessible- Using the
IContainer
interface instead ofContainer
directly, in interfaces and other public methods Platform.RestartToApply
is now an enum for more precision on when a game restart is required
- The values for the properties
Container.ActiveContext
andContainer.CanSwitchContext
are now properly set even if theContainer
is not fully loaded
- CLI
- Analyze single files or whole directories and print information about it
- Convert between JSON and actual save formats
- Perform file operations
PlatformCollectionSettings
to configurePlatformCollection
- Support for game version Orbital 4.60
PlatformSettings.MaxBackupCount <= 0
is unlimited and not unintentionally disabling the backup featureContainer.ThrowHelperIsLoaded
now shows incompatibility if any- Replace preferred platform in constructors of
PlatformCollection
with newPlatformCollectionSettings
- Moved
Settings
to its own namespace - Bump K4os.Compression.LZ4 from 1.3.6 to 1.3.8
- Bump libNOM.map from 0.11.0 to 0.12.0
- Now also targeting .NET 8 according to supported versions in the .NET release lifecycle
- Holiday 2023 Expeditions
- Support for game version Omega 4.50
IsExpedition
flag has been replaced in favor ofHasActiveExpedition
- New property
CanSwitchContext
to indicated whether it is possible to switch between primary save and expedition - New property
ActiveContext
to indicated the active context GetJson...
getter inContainer
have been extended to also take a context value (without that parameterActiveContext
is used)
- Support for new data file format used on Microsoft platform since game version Omega 4.52
- Omega Expedition
GetMaximumSlots
is now an extension ofIEnumerable<Container>
GetSaveContainers()
replaces all previous SaveContainers getter- To transfer you only have to call
GetSourceTransferData
andTransfer
now, the destination preparation is done automatically - Bump CommunityToolkit.Diagnostics from 8.2.1 to 8.2.2
- Bump CommunityToolkit.HighPerformance from 8.2.1 to 8.2.2
- Bump libNOM.map from 0.9.2 to 0.11.0
- Dedicated getter for paths in
Platform.Settings
- If a new
JObject
is set in aContainer
, ensure it will be stored with the configured obfuscation
- Now also targeting .NET 7 according to supported versions in the .NET release lifecycle
- Now publishing to NuGet Gallery
- A setting
WriteAlways
to choose between writing always or only if a container is not synced - A privacy setting to decide whether external sources should be used to improve user identification (e.g. launcher configs or API calls)
- An
IPlatform
interface you can use instead of the abstract base class - Lots of UnitTests
- Support for game version Echoes 4.40
- Voyagers Expedition
- Support for macOS if Steam is used
- Probably more...
- Bump K4os.Compression.LZ4 from 1.3.5 to 1.3.6
- Bump libNOM.map from 0.9.1 to 0.9.2
- Renamed the setting
LastWriteTime
toSetLastWriteTime
andMapping
toUseMapping
- Default value for some settings
- Names of the
IsVersion
flags now include the version number as well DifficultyPresetTypeEnum
has been added and thereforePresetGameModeEnum
is now only used internal- More getter and setter for JSON tokens and values
- Probably more...
- Maybe some things...
- The
Mapping
setting is now only used to determine input/output and not for modifying things internally - A number of different issues reported on Discord and the NomNom repository
- Support for game versions up to Singularity 4.30
- Singularity Expedition
- Support for game version Fractal 4.10
- Utopia Expedition
OutOfMemoryException
while reading Microsoft account files (4.10 only)
- Holiday 2022 Expeditions
- OS dependent default paths for Steam
- Support for game version Waypoint 4.00
- Support for the Switch platform
PlatformCollection
itself is now iterable and thereforeGet()
was removed- Threshold is now the lowest ever used base version
- Explicitly do not use compression for account data
- SaveWizard usage detection if savedata00.hg file (account data) is present
- Handling for compression when PlayStation platform is used
- Save Transfer for old saves
- Getter for deobfuscated JSON string (mostly old SaveWizard memory.dat)
- Unable to copy/transfer a save to an empty slot
- Further adaptions for the Microsoft platform
- Now targeting .NET Standard 2.x and supported versions in the .NET release lifecycle
HasAccountData
flag not properly calculated in same cases
- Use separate setter for
GameModeEnum
that automatically adds/removes the creative primary mission - Lots of tweaks to improve compatibility
- .NET Framework as explicit target as .NET Standard is enough
- Total size of a save (data + meta) not correctly calculated for use in containers.index
- Crash when there is a entry in the containers.index without actual files
- Support for game version Leviathan 3.90
- Calculation of game mode version number when switching between
Seasonal
and others - Calculation of
SeasonEnum
in rare occasions
- Moved data records to separate
Data
namespace
- A few things regarding the Microsoft platform
- Additional settings
- Whether to deobfuscate
- How many backups should be kept
- Whether to use the built-in file watcher
- A lot!
- Maybe some things...
- Everything that has not worked properly in the first iteration
- Detect all available PC platforms of the current user in their default locations
- Detect platform in a custom location
- Support for the following platforms
- GOG.com (Windows PC)
- Microsoft Store (Windows PC)
- PlayStation 4
- Steam (Windows PC)
- Xbox
Backup
/Restore
- Convert game-readable files to human-readable
- Convert human- and game-readable files to the format of a specified platform
Copy
Delete
Move
Swap
Transfer
between different platform instances- Select what you want to transfer (result depends on upload status)
- Bases (interface to select which)
- ByteBeats (3.51+)
- Discoveries
- Settlement (3.60+)
- Select what you want to transfer (result depends on upload status)
- Write
- Built-in watcher to detect background changes incl. an interface for user decisions
- Built-in loading strategies defined via settings (see below)
- Use settings to customize the behavior
- Paths for backups, downloads, etc.
- Whether to update modification time
- Which loading strategy to use