This repo started as a direct copy of parts of the https://github.com/miragedmuk/ASV repo. ASV uses ArkSavegameToolkit from https://github.com/DodoCooker/ArkSavegameToolkit and ArkSavegameToolkit is a .NET port of https://github.com/Qowyn/ark-savegame-toolkit
- C# library for reading ARK: Survival Ascended save files
- Support for save version 14+ (UE5.5 structure)
- Parallel processing for improved performance
- Cross-platform support
# Restore dependencies
dotnet restore
# Build library
dotnet build
# Run tests
dotnet testThe project uses GitHub Actions for continuous integration:
- Build and Test: Builds and tests on Ubuntu
- Code Coverage: Generates coverage reports
- Release Artifacts: Creates nuget packages that will eventually be released to nuget.org
See .github/workflows/build-and-test.yml for details.