Added link to C++ parser on GitHub
imported>76561198054818918 (Removed incorrect numDysonSpheres element.) |
imported>76561198054818918 (Added link to C++ parser on GitHub) |
||
Line 1: | Line 1: | ||
This page defines the Dyson Sphere Program save file format .dsv. On Windows by default save files are stored in <code>%USERPROFILE%\Documents\Dyson Sphere Program\Save\</code>. | This page defines the Dyson Sphere Program save file format .dsv. On Windows by default save files are stored in <code>%USERPROFILE%\Documents\Dyson Sphere Program\Save\</code>. | ||
A save file parser in C++ written to the specification below is available on GitHub: [https://github.com/GreyHak/dsp-save-parser github.com/GreyHak/dsp-save-parser]. | |||
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> |