Mods / Alarm Clock

Category:
Author: DruidNight
Side: Client
Created: Apr 8th 2023 at 2:38 AM
Last modified: Feb 2nd at 1:40 AM
Downloads: 440
Follow Unfollow 9

Latest file for v1.19.3:
AlarmClock.zip 1-click install


Commands:

.alarm gta on/off - Turn game time alarm on and off.
.alarm rta on/off - Turn real time alarm on and off.
.alarm gt HH:MM AM/PM - Set game time alarm time.
.alarm rt HH:MM AM/PM - Set real time alarm time.
.alarm status - Shows the status of the alarms.

The alarms will not wake the player.  Still working on that part.

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.2.0 88 Feb 2nd at 1:40 AM Show AlarmClock.zip Install now
v1.1.5 103 Aug 18th 2023 at 2:17 AM Show AlarmClock.zip Install now

22 Comments (oldest first | newest first)

💬 Pervy_Sage, Mar 18th at 7:48 PM

No more missed milking times! Excellent mod! Thank you so much!

💬 DruidNightAuthor, Feb 2nd at 1:42 AM

You can now set the alarm times using am/pm. 

💬 DruidNightAuthor, Sep 6th 2023 at 3:40 PM

Make sure the mod is selected in your mod manager. If that doesn't work try reinstalling...

💬 ilm, Sep 3rd 2023 at 2:50 PM

.alarm command not found... OS: win10.

💬 DruidNightAuthor, Aug 18th 2023 at 2:17 AM

Updated to .net 7

💬 DruidNightAuthor, Jul 30th 2023 at 3:58 AM

Changed mod to run on client side only.

💬 DanaCraluminum, Jun 30th 2023 at 10:31 AM

DruidNight Do you have discord? I have a few working examples (my mods) how to wake up player by simulating keys on client side

💬 B0bb0, Jun 29th 2023 at 11:26 PM

One final question.  :)  Can you make it client-side only?

💬 B0bb0, Jun 29th 2023 at 6:49 PM

Confirmed!  Many thanks.

💬 DruidNightAuthor, Jun 29th 2023 at 6:31 PM

Ok, Found the problems and fixed them. Thanks for you help B0bb0!

💬 DruidNightAuthor, Jun 29th 2023 at 5:26 PM

I'll look into it.

💬 B0bb0, Jun 29th 2023 at 4:55 PM

Thank you for your effort.  This is a really helpful mod.

 

Hopefully you can recreate these two behaviors based on the following:

gta - off
rta - on

rt alarm set to 12:40 local time

---------------------------

config:

{
  "gametime": "00:00",
  "realtime": "6/29/2023 12:40:00 PM",
  "gastatus": 0,
  "rastatus": 1,
  "greset": 0,
  "rreset": 1,
  "dialogToggle": 0
}
 
---------------------------
'/alarm status' shows alarm set to 24:40
 
================================================
After adding mod, if you '/alarm status' before changing anything, you get an array OOB exception.
 
---------------------------
config:
{
  "gametime": "00:00",
  "realtime": "00:00",
  "gastatus": 0,
  "rastatus": 0,
  "greset": 0,
  "rreset": 0,
  "dialogToggle": 0
}
💬 B0bb0, Jun 29th 2023 at 3:11 PM

Sorry I was not clear.  When the alarm activates, a dialog pops up that takes focus of the mouse until you acknowledge it.  Like when you open the crafting menu.  If one were to be dancing around one or more mobs when the alarm activates, this could be bad.  If you can put a notification text link in the info log, it will not take mouse focus.  Then you could click on it to turn off the alarm.  Admittedly it is a little more cumbersome, but less disruptive I think.

EDIT:  Ah. You have addressed it already.  Excellent!  Thanks.

💬 DruidNightAuthor, Jun 28th 2023 at 5:13 PM

I'm not sure I understand what you are asking for. I've been thinking about making the dialog box have the ability to toggle on and off. Whould that help?

 

💬 B0bb0, Jun 28th 2023 at 3:17 PM

Hi, Would it be possible to have the modal dialogue be triggered from a text link in the info window?  Having the alarm dialogue popup and lock the interface could happen at a very inconvenient time, such as during combat or while fleeing a bear.  That way, you can turn off the alarm when it is safe.

💬 B0bb0, Jun 28th 2023 at 3:06 AM

Awesome.  I will give it a whirl.  Thanks!

💬 DruidNightAuthor, Jun 27th 2023 at 10:28 PM

You can now set a real time alarm as well as a game time alarm.

💬 DruidNightAuthor, Jun 26th 2023 at 9:12 PM

It will wake you imediatly.

I'm working on giving you a choice between real time and game time.  Coming soon as I have a chance to work on it.

💬 Michaloid, Jun 26th 2023 at 5:13 PM

Does the alarm awake you imediatly or just makes a sound and that's it?

💬 B0bb0, Jun 26th 2023 at 3:22 AM

Having the option to do one or both would be a nice function.  ahem, as someone who has sometimes lost track of what time it is IRL  :) 

💬 DruidNightAuthor, Jun 25th 2023 at 11:35 PM

Nah, It's game time.

💬 B0bb0, Jun 25th 2023 at 11:22 PM

Is the alarm for local time?  Not game time?

(edit comment delete)