[Program] [ArkOverlay] Easy to use Overlay for Ark Survival Evolved

Releasing on launch day, these forums are intended for modding ARK servers.
Post Reply
nova_lindgren
Posts: 1
Joined: Sun Aug 09, 2015 1:11 pm

[Program] [ArkOverlay] Easy to use Overlay for Ark Survival Evolved

Post by nova_lindgren » Sun Aug 09, 2015 1:58 pm

Hello!

I've create a simple overaly in C# to avoid Alt-Tab all the time since taming and other game mechanics can be a bit time consuming.

Since ArkOverlay doesn't hook into the game itself and is simply an window that is placed above Ark Survival Evolved there shouldn't be any risks of being banned just remember to run the game in borderless window mode.

Features
  • Bind a key to access the Overlay*
  • Map functionality, built with leaflet.js (Map Credits, here)
  • Change Opacity of the main overlay window and child windows**
  • Time, CPU Usage & Memory Usage
  • Built-in browser***
  • Crafting, Cooking, Engrams and Taming data****
* = Requires that you restart ArkOverlay
** = No restart required
*** = GeckoFX and Xulrunner
**** = The data directory contains all the data files, you can access them
with Notepad, Notepad++ or with Excel by putting sep=;
on the first line (don't forget to remove it when done editing).

Screenshots
imgur gallery

Known bugs
  • Setting a new key to access the overlay requires you to restart ArkOverlay
  • The overlay may be a bit slow on some graphic cards(working on this)
  • Data may be outdated (this will be fixed, read below)
Upcoming Features
  • Fetch data files from a server. Place all the data files on a http server and put the server address in ArkOverlays config.
  • Bandwidth stats
  • Beautify tables and browser
Requirements:
Requires .NET Framework 4.5
http://www.microsoft.com/en-us/download ... x?id=42643

Requires you to run Ark Survival Evolved in Borderless window

Installation
  • Unzip
  • Run ArkOverlay.exe
Download
https://www.dropbox.com/s/01zjmvbkvgk2w ... y.zip?dl=0

Post Reply