Download
(8 Kb)
Download
Updated: 05/13/14 01:45 PM
Pictures
File Info
Compatibility:
Live (1.0)
Updated:05/13/14 01:45 PM
Created:04/13/14 05:30 PM
Monthly downloads:145
Total downloads:24,363
Favorites:51
MD5:
Categories:RolePlay, Info, Plug-in Bars, Beta-version AddOns, Discontinued & Outdated
TamrielTime  Popular! (More than 5000 hits)
Version: 0.9.9.3
by: NWDD [More]

TamrielTime

Tamriel Time SHOWS GAME WORLD TIME AND DATE, NOT REAL LIFE.



Important
Status: Addon outdated, development on halt.


ToDo (By Priority):
  • Add Moon Phases (Need exact time before taking on this task)

Usage:
/tt
[TamrielTime] Help(v98):
/tta <menu|chat|off> (Sets Autohide: menu,chat or off)
/ttcolor <color> (FF00FF - changes ui color)
/ttfmt <format> ($W$D$ord,$M($dM)/$Y|$h:$m:$s|$h12$f12)
/ttrefresh <seconds> (after next update, clock updated <seconds>)
/tthour <hour> (sets clock hour)
/ttalarm ?h:m (? means repeat, hour/mins optional)
/ttalarms (lists alarms)

Date and Time Format Extended Documentation
To set a custom format:
/ttfmt <format_string>
where:
Lua Code:
  1. $W = {"Morndas", .. , "Sundas"} --Day of week
  2. $M = {"Morning Star" , .. , "Evening Star"} --Month
  3. $D, $dM, $Y = {1 , .. , 28-31}, {1, .. , 12}, {580, ..} --Day, month, year
  4. $ord = { "st" , "nd" , "rd" , "th" } --Day Ordinal suffix corresponding
  5. $h12, $h = {00, .. , 23} --Hour (12h and 24h format)
  6. $f12 = {"AM","PM"}
  7. $m, $s = {0, .., 60} --Minutes and Seconds
  8. $n = "\n" --Line Break



Alarm Extended Documentation
To set an Alarm:
/ttalarm [?][h]:[m]
To reset alarms:
/ttalarm
To list alarms:
/ttalarms


Special Thanks
  • LibAddonMenu (really awesome project)
  • fontStyles from ZAM Stats
  • LibMediaProvider (just picked the font names, since seems to be an overkill for this project)
  • Dracrono@Dracrono (EU Server) - For helping in finding zenimax online troll statement.
  • Equinox, for sending me a lot of moon screenshots
  • Taere, for covering some nights/day when I wasn't online
  • Dio - By chance I found his post mentionning an async function he found
  • Everyone who is giving feedback.
  • A passing stranger for Sunrise and Sunclock
  • Wikimedia, for the moonphase images, licensed under CC



Help!
If you want to help, just send feedback, things that are much appreciated:
  • Feature Requests
  • Bug reports(please, include version number you're using /tt )
  • Information about time (, examples: )
    • 14/04/14 - 8:33 AM GMT+1+DST(1) - Almost Exact Noon
    • 04/15/14 - 11:50 UTC - Almost Exact Noon

Contact Me!
If you want to contact me just comment, send me a private message, or mail ingame to Gindar@NWDD (EU Server).


0.9.9.2
* Alarm Sounds
* Time setter in panel

0.9.9
* Font, style and size selectors

0.9.8.3
* Updated Time per day, should be way more precise.

0.9.8.2
* Fixed small bug with hour selector at settings

0.9.8.1
* Forgot to actually apply 582
* Fixed a small sync bug with alpha

0.9.8
* Recoded whole autohide thing, menu hide should be a bit less efficient.
* Added chat autohide.
* Changed a bit settings, and commands.
* Uploaded new screenshot.
* Fix: ESO Started at 582
* Fix: Colors going berserk

0.9.7
* Improved time cycle, added easy /ttfix.
* Optional autohide when menu is closed (/ttautohide)
* Save positions
* /ttdefault -> Resets everything to default values
* Settings menu(libaddonmenu)
* Added autoresize
* Added 24h% for a possible future sundial
* Started library breakout (please, do not use library until it works fine)

0.9.6
* Now async
* Removed xml dependencies
* Added ordinal, newline to format
* Added custom color /ttcolor
* Fixed ttfix didn't update after update
* Current deviation 2 hours/day aprox.

0.9.5
* Much more CPU-friendly
* Adjusted time to noon (8:37 real local time), lets see how much deviates per day.

0.9.4
* In-game Time Improved

0.9.3
* Fixed White Square Top Left
* Added support for 12-hour format $h12 $f12

0.9.2
* Added Alarms
* Added Fixable Time
* Added Log Messages

0.9.1
* Added Format Support
* Time and Date Working
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
0.9.9.2
8kB
NWDD
04/19/14 08:10 AM


Post A Reply Comment Options
Unread 04/14/14, 10:59 AM  
NWDD
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Originally Posted by DrGerm
Offering the way I just formatted it:

/ttfmt $W, $D day of $M, year $Y in the 2nd Era [$h12:$m:$s $f12]

Comes out as two lines:

Sundas, 20 day of First Seed, year 580 in the
2nd Era [12:02:45 PM]

Couple things:

1. Would like a way to make the day ($D) an ordinal (I think that's the right term? i.e. 20th or 3rd or 21st.

2. Also would like a way to define where the line breaks, or make it all on one line or something?

Thanks! VERY cool addon!

BTW, as I type this, says it's noon but it's clearly nighttime still. But I know you're on it getting things calibrated
Thanks for the feedback

This ingame noon I hope to have a better calibration based on 2-day deviation (provided I don't miss it again xD).

1. I've added $ord to get "st","nd","rd" (will upload a bit after next ESO noon)
2. I'm Working on getting it in one line, but I'll try add $n to add line breaks.

EDIT: I wasn't able to update time, since It's raining everywhere T_T
Last edited by NWDD : 04/14/14 at 12:02 PM.
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 03:05 PM  
xevoran
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 19
Uploads: 2
persistent screen location

Thank you for this add-on!!! I downloaded it as soon as I found out about it! :-)

One local change I made was to make the location persistent so that you can place it anywhere on your screen and it stays there even after relogging.

I like to place it just above my chat window. :-)
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 03:06 PM  
JadeKnightblazer

Forum posts: 24
File comments: 38
Uploads: 0
Good update, however have a new issue.

I try to keep my time as in: Day hour(12):min am/pm

And the problem I am getting is a huge void space on the right hand side of the drag-able collision box.


If I try to drag the clock to the top right corner of my screen, I have about 2 inches void on the right.

This also occurs when trying to drag it to the bottom of the screen, about 1 and 1/3 inches void.

Over all the text box is too big / does not adjust based on how big the text is inside. The older version before this did not have this issue.
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 04:09 PM  
NWDD
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Originally Posted by JadeKnightblazer
Good update, however have a new issue.

I try to keep my time as in: Day hour(12):min am/pm

And the problem I am getting is a huge void space on the right hand side of the drag-able collision box.


If I try to drag the clock to the top right corner of my screen, I have about 2 inches void on the right.

This also occurs when trying to drag it to the bottom of the screen, about 1 and 1/3 inches void.

Over all the text box is too big / does not adjust based on how big the text is inside. The older version before this did not have this issue.
Right now I'm focusing on this for 0.9.7

Originally Posted by xevoran
Thank you for this add-on!!! I downloaded it as soon as I found out about it! :-)

One local change I made was to make the location persistent so that you can place it anywhere on your screen and it stays there even after relogging.

I like to place it just above my chat window. :-)
Was looking for a while how to attach the position in an async fashion.
Just found out :SetHandler

Already added, will release in 0.9.7 (sometime 15/04)
Last edited by NWDD : 04/14/14 at 09:54 PM.
Report comment to moderator  
Reply With Quote
Unread 04/14/14, 10:48 PM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
Cool!

I'd love the option to hide it except when menus are brought up.
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 05:29 AM  
NWDD
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Originally Posted by pinstripesc
Cool!

I'd love the option to hide it except when menus are brought up.
Do you mean to autohide when you hide ui? or to show only when options and similar things are shown?

NVM: A bit of testing showed that already hides when you hide ui, autohide when menus not up done (will be in v0.9.7).
Last edited by NWDD : 04/15/14 at 06:51 AM.
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 11:02 AM  
wolfschlitzen

Forum posts: 0
File comments: 5
Uploads: 0
Moon Cycle

Do you intend to add a moon cycle check to this?
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 11:35 AM  
NWDD
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Re: Moon Cycle

Originally Posted by wolfschlitzen
Do you intend to add a moon cycle check to this?
Yes, after I get time fully working, for now getting the exact per-day cycle is top priority.
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 01:25 PM  
wolfschlitzen

Forum posts: 0
File comments: 5
Uploads: 0
Re: Re: Moon Cycle

Originally Posted by NWDD
Originally Posted by wolfschlitzen
Do you intend to add a moon cycle check to this?
Yes, after I get time fully working, for now getting the exact per-day cycle is top priority.
Cool, hopefully things will continue without too many complications for you.
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 01:50 PM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
Originally Posted by NWDD
Originally Posted by pinstripesc
Cool!

I'd love the option to hide it except when menus are brought up.
Do you mean to autohide when you hide ui? or to show only when options and similar things are shown?

NVM: A bit of testing showed that already hides when you hide ui, autohide when menus not up done (will be in v0.9.7).
Awesome
Report comment to moderator  
Reply With Quote
Unread 04/15/14, 08:03 PM  
pinstripesc

Forum posts: 16
File comments: 156
Uploads: 0
Nice hide option outside menu, liking it!
Last edited by pinstripesc : 04/15/14 at 08:03 PM.
Report comment to moderator  
Reply With Quote
Unread 04/16/14, 01:00 AM  
JasTheRevenge

Forum posts: 0
File comments: 2
Uploads: 0
For some reason, the $h12:$m format is not working for me and ends up displaying something along the lines of 1612:00 PM, with the 12 after the hour being static.

Also, I noticed that the /ttfix option does not move the clock forward for me. Regardless of what I put in, it only shifted between 2 different time 16:xxPM and 04:xxAM. For example, I tried typing /ttfix 3 to move the clock forward 3 hours, which shifted it to 04:xxAM. As a test, I followed that up with /ttfix 4 which just left the clock sitting at 04:xxAM. It wasn't until I typed /ttfix 8 that it switched of that time, but it went straight back to 16:xxPM.
Last edited by JasTheRevenge : 04/16/14 at 01:15 AM.
Report comment to moderator  
Reply With Quote
Unread 04/16/14, 01:53 AM  
NWDD
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 19
Uploads: 1
Originally Posted by JasTheRevenge
For some reason, the $h12:$m format is not working for me and ends up displaying something along the lines of 1612:00 PM, with the 12 after the hour being static.

Also, I noticed that the /ttfix option does not move the clock forward for me. Regardless of what I put in, it only shifted between 2 different time 16:xxPM and 04:xxAM. For example, I tried typing /ttfix 3 to move the clock forward 3 hours, which shifted it to 04:xxAM. As a test, I followed that up with /ttfix 4 which just left the clock sitting at 04:xxAM. It wasn't until I typed /ttfix 8 that it switched of that time, but it went straight back to 16:xxPM.
Forgot to change description, now ttfix takes an absolute value (before this it was relative and some people reported that usage was too confusing).
Could you check that you can change current hour by going to the settings panel?

With $h12 actually, $h is being replaced before 12.

Uploaded dirty fix.

Was thinking about starting using the new date format system (fully compatible with current formats), but I've decided to add libTT (when It's done) to a much more powerful addon.
Last edited by NWDD : 04/16/14 at 03:07 AM.
Report comment to moderator  
Reply With Quote
Unread 04/16/14, 03:34 AM  
JasTheRevenge

Forum posts: 0
File comments: 2
Uploads: 0
Changing it in the setting works perfectly. I'm so used to using functions in the chat window that I didn't think to look there. Also, formating the $h12 there seems to have resolved that issue as well.
Report comment to moderator  
Reply With Quote
Unread 04/16/14, 07:55 AM  
Qwynn
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
There seems to be an issue with custom colours. I attempted to change it, and now everytime I /reloadui or log out and then back in, the colour changes to something random!
Report comment to moderator  
Edit/Delete Message Reply With Quote
Post A Reply



Category Jump: