ArkSavegameToolkitNet
ArkSavegameToolkitNet copied to clipboard
Check for "The Volcano" implementation ;)
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 with these proportions and it works correctly ^^