SatisfactorySaveNet 2.1.0
dotnet add package SatisfactorySaveNet --version 2.1.0
NuGet\Install-Package SatisfactorySaveNet -Version 2.1.0
<PackageReference Include="SatisfactorySaveNet" Version="2.1.0" />
paket add SatisfactorySaveNet --version 2.1.0
#r "nuget: SatisfactorySaveNet, 2.1.0"
// Install SatisfactorySaveNet as a Cake Addin #addin nuget:?package=SatisfactorySaveNet&version=2.1.0 // Install SatisfactorySaveNet as a Cake Tool #tool nuget:?package=SatisfactorySaveNet&version=2.1.0
SatisfactorySaveNet
I'm very happy to announce the first stable release of this component (v0.1.0). EDIT: Still consider using versions starting from v1.0.0 due to some bugfixes.
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. Link fixed now sorry
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 | Versions 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. |
-
net8.0
- CommunityToolkit.HighPerformance (>= 8.3.2)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- SatisfactorySaveNet.Abstracts (>= 2.1.0)
- Ulid (>= 1.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 92 | 10/16/2024 |
2.0.0 | 65 | 10/16/2024 |
1.0.0 | 95 | 9/23/2024 |
0.1.6 | 86 | 9/23/2024 |
0.1.5 | 137 | 8/24/2024 |
0.1.4 | 137 | 4/23/2024 |
0.1.3 | 92 | 4/23/2024 |
0.1.2 | 107 | 4/22/2024 |
0.1.1 | 103 | 4/21/2024 |
0.1.0 | 115 | 4/20/2024 |
0.0.13 | 113 | 4/20/2024 |
0.0.12 | 109 | 4/17/2024 |
0.0.11 | 119 | 4/5/2024 |
0.0.10 | 122 | 3/26/2024 |
0.0.9 | 104 | 3/26/2024 |