Download
(5 Kb)
Download
Updated: 03/02/16 03:54 PM
Compatibility:
Live (1.0)
Updated:03/02/16 03:54 PM
Created:04/05/14 04:39 AM
Monthly downloads:16
Total downloads:1,731
Favorites:2
MD5:
Another Date Displayer
Version: 0.3
by: Shurta [More]
This mod diplays the time and the "Tamrielic date" in the bottom-right corner, and in the world map menu.
Only in french.

0.3:
* Fix leap year and day calculation
* Add Moon appearance

0.2:
* Fixed a problem with the text alignment
* The text is now movable on the screen
* Added holidays / daedric invocation days
* Added Constellations
0.3:
* Fix leap year and day calculation
* Add Moon appearance

0.2:
* Fixed a problem with the text alignment
* The text is now movable on the screen
* Added holidays / daedric invocation days
* Added Constellations
Archived Files (1)
File Name
Version
Size
Uploader
Date
0.2
4kB
Shurta
04/20/14 02:52 AM


Post A Reply Comment Options
Unread 06/11/14, 11:08 AM  
t3l01v

Forum posts: 0
File comments: 8
Uploads: 0
I have a question....
Could this be modified to reflect the date and time according to a custom calendar? For example, our roleplay guild has a custom calendar with our own holidays. Months have different numbers of days, and each day is 12 real hours long, using GMT.
Report comment to moderator  
Reply With Quote
Unread 04/20/14, 03:51 PM  
SkOODaT
 
SkOODaT's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 169
Uploads: 11
Originally Posted by Shurta
Hello, an english version is scheduled but not immediatly.
Ive attempted to translate everything to English im sure its not all correct tho lol

Code:
ESOCalendar.lua

month = { "Morning Star", "Sun's Dawn", "First Seed", "Rain's Hand", "Second Seed", "Mid Year", "Sun's Height", "Last Seed", "Heartfire", "Frostfall", "Sun's Dusk", "Evening Star" }
constellation = { "The Ritual", "The lover", "The Lord", "The Mage", "The Shadow", "The Steed", "The Apprentis", "The Warrior", "The Lady", "The Tower", "The Atronach", "The Theif" }

	daedric_days[0101] = "Clavicus Vile"
	daedric_days[1301] = "Meridia"
	daedric_days[0202] = "Sheogorath"
	daedric_days[1602] = "Blood"
	daedric_days[0503] = "Hermaeus Mora"
	daedric_days[2103] = "Azura"
	daedric_days[0904] = "Peryite"
	daedric_days[0905] = "Namira"
	daedric_days[0506] = "Hircine"
	daedric_days[1007] = "Vaernima"
	daedric_days[0809] = "Nocturne"
	daedric_days[0810] = "Malacath"
	daedric_days[1310] = "Mephala"
	daedric_days[0211] = "Boethia"
	daedric_days[2011] = "Mehrunes Dagon"
	daedric_days[2012] = "Molag Bal"
	
	-- init holidays array
    holidays[0101] = "Festival of the New Life"
    holidays[0201] = "Day of Cleaning"
    holidays[1201] = "Ovank'a"
    holidays[1501] = "Prayer of Southern Lights"
    holidays[1601] = "Day of Lights "
    holidays[1801] = "Day Reveil"
    holidays[0802] = "Day Out"
    holidays[1602] = "Day of Hearts"
    holidays[2802] = "Aduros Nau"
    holidays[0703] = "Premiere Semaille"
    holidays[0903] = "Day of Waiting"
    holidays[2103] = "Hogithum"
    holidays[2503] = "Flower Day"
    holidays[2603] = "Festival of Weapons"
    holidays[0104] = "Garden Festival"
    holidays[2004] = "Day of Shame"
    holidays[2804] = "Feast of Fools"
    holidays[0705] = "Second Semaille"
    holidays[0905] = "Marukh Day"
    holidays[2005] = "Fire Festival"
    holidays[3005] = "Day of Fishing"
    holidays[0106] = "Drigh R'Zimb"
    holidays[1606] = "Feast of the Mid- Year"
    holidays[2306] = "Day of Dance"
    holidays[1007] = "Merchants Festival"
    holidays[1207] = "Divad Etep't"
    holidays[2007] = "Day of The Sun"
    holidays[2907] = "Night Burning"
    holidays[0208] = "Maiden Katrika"
    holidays[1108] = "Koomu Alazer'i"
    holidays[1408] = "Festival of the Tiger"
    holidays[2108] = "Day of Appreciation"
    holidays[2708] = "End of Harvest"
    holidays[0609] = "Khurat"
    holidays[0809] = "Legends and Candles"
    holidays[1209] = "Riglametha"
    holidays[1909] = "Children's Day"
    holidays[0510] = "Dirij Tereur"
    holidays[1310] = "Witches Festival"
    holidays[3010] = "Feast of the Emperor"
    holidays[0311] = "Snake Dance"
    holidays[0811] = "Moon Festival"
    holidays[1811] = "Hel Anseilak"
    holidays[2011] = "Festival of Warriors"
    holidays[1512] = "Prayer of the Winds of the North"
    holidays[1812] = "Do Baranth"
    holidays[2012] = "Chil'a"
    holidays[2512] = "Saturalia"
    holidays[3012] = "Festival of Ancient Life"

ESOCalendarWorldMap.lua

ESOCalendarWMDate:SetText(string.format("%s, The %d Of %s 2E%d - Constellation %s (%02d/%02d/%04d)", day[current_inweek_day], current_day, month[current_month], ig_year,

holiday = string.format("Festival/Sacred Day: %s", check_holiday)

daedric_day = string.format("Daedra Day Of Invocation: %s", check_holiday)
temp till thier is an English version but people are going to half to figure out on their own where this all goes lol
Report comment to moderator  
Reply With Quote
Unread 04/06/14, 10:15 PM  
Shurta
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
Hello, an english version is scheduled but not immediatly.
Report comment to moderator  
Reply With Quote
Unread 04/05/14, 05:44 AM  
Gnrl Kitty
 
Gnrl Kitty's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
"Only in french."
If the description is in English, why can't you make an English version?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: