This is a .NET library for reading and writing save files related to the game Icarus.
There are no releases of this library at this time nor are any planned any time soon.
- Clone the repo, including submodules.
git clone --recursive https://github.com/CrystalFerrai/IcarusSaveLib.git - Open the file
IcarusSaveLib.slnin Visual Studio. - Right click the solution in the Solution Explorer panel and select "Restore NuGet Dependencies".
- Build the solution.
Currently this library only supports serialization of prospect save files via the ProspectSave class. Other save file types may be added in the future.
This is just one of my many free time projects. No support or documentation is offered for this library beyond this readme.