You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# SatisfactorySaveNet
2
2
I'm very happy to announce the first stable release of this component (v0.1.0).
3
-
**EDIT:** Still consider using versions starting from v0.1.4 due to some bugfixes.
4
3
By this I consider this software as **stable** and **correct**!
5
4
You can integrate it using [nuget.org](https://www.nuget.org/packages/SatisfactorySaveNet/).
6
5
@@ -10,7 +9,7 @@ This component currently allows reading all contained data of the *.sav file typ
10
9
11
10
It is planned to add writing capabilities if this project finds interested users.
12
11
13
-
Further, (external and promising looking) documentation of the save game format is available [here](https://github.com/moritz-h/satisfactory-3d-map/blob/master/docs/SATISFACTORY_SAVE.md).**Link fixed now sorry**
12
+
Further, (external and promising looking) documentation of the save game format is available [here](docs/SATISFACTORY_SAVE.md).
14
13
15
14
## How to use
16
15
```CSharp
@@ -39,4 +38,4 @@ ISaveFileSerializer Instance = new SaveFileSerializer(HeaderSerializer.Instance,
39
38
> You should have received a copy of the GNU General Public License
40
39
> along with this program. If not, see <https://www.gnu.org/licenses/>.
41
40
42
-
The source code of SatisfactorySaveNet itself is licensed under the GNU GPLv3.
41
+
The source code of SatisfactorySaveNet itself is licensed under the GNU GPLv3.
0 commit comments