About this mod
ImGui based SKSE plugin to show an ingame clock. Comes with settings like showing the real time or changing the time format. Comes with a toggleable editor mod and position of the clock can be changed via drag and dropping in editor mode. Can be shown/hidden at any time.
- Requirements
- Permissions and credits
- Donations
Mark of Akatosh is a in-game clock HUD element coming with a bunch of extras like Show/Hide functionality, the ability to change between 12h/24h format and to show the real time, game time or both.
It also has an built-in editor that allows you to drag and drop the clock overlay to the position you want. No more editing MCMs or ini files until it fits.
There is also a C++ API for skse authors to implement controls for my mod and some papyrus functions to do the same.
You can load custom fonts with it. Just put the .ttf file into "Data/Interface/ImGuiIcons/Fonts" and put the name of it into the ``ingame-clock.toml``. Don't forget to set your font size since not every font might look good with the default setting in the config file.
Comes with 2 example mods to show what the mod's C++ API and the Papyrus functions can do.
Controls:
F11 - Toggle Editor Mode
F10 - Toggle Clock
Chaotic Clock:
randomly changes position, colour and size of the clock in a random short time.
Showcase:
Location Based Clock:
changes the colour of the clock based on whether you are in an interior or not
Showcase:
Requirements:
Skyrim SE version 1.6.1170+
may work with other 1.6 versions, i don't know.
will not work with 1.5.97 or VR
AddressLibrary
SKSE
ImGui Icons (for the font, completely optional and if not installed, it will use some default font)
Credits:
powerofthree for ImGui Icons and for Photo Mode, my mod wouldn't have been possible without their source
Ershin for Open Animation Replacer, my mod would not have been possible without their source either
Qudix and Shad0wshayd3 for their work on the commonlibsse-plugin-template
Everyone involved in making/maintaining Commonlib
Source:
Mark of Akatosh - GitHub
Chaotic Clock - GitHub