SatisfactorySaveNet.Abstracts 0.1.4

dotnet add package SatisfactorySaveNet.Abstracts --version 0.1.4
NuGet\Install-Package SatisfactorySaveNet.Abstracts -Version 0.1.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SatisfactorySaveNet.Abstracts" Version="0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SatisfactorySaveNet.Abstracts --version 0.1.4
#r "nuget: SatisfactorySaveNet.Abstracts, 0.1.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SatisfactorySaveNet.Abstracts as a Cake Addin
#addin nuget:?package=SatisfactorySaveNet.Abstracts&version=0.1.4

// Install SatisfactorySaveNet.Abstracts as a Cake Tool
#tool nuget:?package=SatisfactorySaveNet.Abstracts&version=0.1.4

SatisfactorySaveNet

I'm very happy to announce the first stable release of this component (v0.1.0). By this I consider this software as stable and correct! You can integrate it using nuget.org.

A fully managed C# save file reader (and soon writer) for the game Satisfactory by Coffee Stain Studios. This component currently allows reading all contained data of the *.sav file type in a typesafe and detailed manner . Also all kinds of readers are injectable and in case of need by that replaceable or wrappable!

It is planned to add writing capabilities if this project finds interested users.

Further, (external and promising looking) documentation of the save game format is available here.

How to use

ISaveFileSerializer serializer = SaveFileSerializer.Instance;
var saveGame = serializer.Deserialize(@"C:\mySaveFile.sav");

Injection example

ISaveFileSerializer Instance = new SaveFileSerializer(HeaderSerializer.Instance, ChunkSerializer.Instance, BodySerializer.Instance);

License

Copyright (C) 2021 - 2024 Marvin Gerdel

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

The source code of SatisfactorySaveNet itself is licensed under the GNU GPLv3.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SatisfactorySaveNet.Abstracts:

Package Downloads
SatisfactorySaveNet

Satisfactory save file reader (and soon TM writer)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.4 81 4/23/2024
0.1.3 77 4/23/2024
0.1.2 73 4/22/2024
0.1.1 74 4/21/2024
0.1.0 80 4/20/2024
0.0.13 86 4/20/2024
0.0.12 76 4/17/2024
0.0.11 79 4/5/2024
0.0.10 75 3/26/2024
0.0.9 69 3/26/2024