ArkSavegameToolkitNet icon indicating copy to clipboard operation
ArkSavegameToolkitNet copied to clipboard

Check for "The Volcano" implementation ;)

Open Krucifixionador opened this issue 6 years ago • 0 comments

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

Krucifixionador avatar Apr 11 '18 02:04 Krucifixionador