View Single Post
11/27/14, 03:54 AM   #8
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by rkuhnjr View Post
So in short there is a lot of overhead to putting something together like that.
Jep

Originally Posted by rkuhnjr View Post
Im a c++/C# dev by trade and im off next week so I could probably tinker with it if you are that interested but again you would have to trust me enough to install a service (thats how i would build it for complete automation) that i build on to your machine. Of course i would have to learn the ESO api a bit more to make sure its even feasible but since there are addons for research time im guessing somewhere that is exposed.
I was struggling with myself, if I really want to do that.
This was my first idea:
The addon HouseofWinters-TextureViewer has a JSON library included (MIT License).
This may works with System.Web.Script.Serialization.JavaScriptSerializer to read the saved variable.
The GetTimestamp function returns seconds since 01.01.1970 UTC. This can be converted to DateTime easily.

In order to get rid of an executable, there may be a "build.ps1" powershell script, which uses MSBuild.
I'm not sure, if this is too complicate for users.
  Reply With Quote