ArkSavegameToolkitNet
ArkSavegameToolkitNet copied to clipboard
Library for reading ARK Survival Evolved savegame files using C#.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [log4net](https://github.com/apache/logging-log4net) from 2.0.8 to 2.0.10. Release notes Sourced from log4net's releases. Address CVE-2018-1285 and improve netstandard 2.0 support Apache log4net 2.0.10 improves netstandard2.0 support thanks to community member @NicholasNoise....
Lat 0, Long 0 is at X -850000, Y -780000 Lat 1, Long 1 is at X -833000, Y -764000 X Scale (Longitude Divisor) is 17000 Y Scale (Latitude Divisor)...
2nd attempt at a pull request following review by brcaswell. Various changes based on his recommendations against my last failed PR.
The dinos stats that are higher than 127 are going back to -128. Happen on servers with a max wild level of 400-500 or more. I already fixed that issue...
relates to issue\bug #7 - Adds `GetSByte` and `GetSBytes` methods to `ArkArchive` - Modify `GetByte` and `GetBytes` to return `byte` and `byte[]` in `ArkArchive` - Handle usages of `GetByte` based...
It's not really an issue but the Ragnarok map still doesn't have the desert section. Maybe we could update the jpeg file. [Link to the incomplete map file](https://github.com/ark-mod/ArkSavegameToolkitNet/blob/master/ArkSavegameToolkitNet.Domain/Resources/Ragnarok_Topographic_Map.jpg) Something like...
The Volcano map image: https://i.imgur.com/Q1pHflC.jpg Add this in ArkLocation.cs: volcano = MapResources.topo_map_TheVolcano; ............. { "TheVolcano", Tuple.Create(volcano.Width, volcano.Height, -1.8f, -1.3f, 99.3f, 100.9f) }, .............. volcano?.Dispose(); I already tried to compile it...