ark-mod / ArkSavegameToolkitNet

Library for reading ARK Survival Evolved savegame files using C#.
MIT License
21 stars 27 forks source link

Check for "The Volcano" implementation ;) #5

Open Krucifixionador opened 6 years ago

Krucifixionador commented 6 years ago

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 ^^