0 of 0

File information

Last updated

Original upload

Created by

psiber

Uploaded by

Spleentor

Virus scan

Safe to use

Tags for this mod

5 comments

  1. NLMeta
    NLMeta
    • premium
    • 2 kudos
    Getting this error in logs on latest.
    Warning in logs [Warning:  HarmonyX] AccessTools.GetTypesFromAssembly: assembly psiber.awesome.reminders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null => System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
      at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes(System.Reflection.Assembly,bool)
      at System.Reflection.Assembly.GetTypes () [0x00000] in <695d1cc93cca45069c528c15c9fdd749>:0 
      at HarmonyLib.AccessTools.GetTypesFromAssembly (System.Reflection.Assembly assembly) [0x0000d] in <78c1d5ebcc984a739a6da61ee5e07d42>:0
  2. sledgehannah
    sledgehannah
    • member
    • 0 kudos
    is there any way to make it so you can set your own reminders? Would love to be able to remind myself that a crop can be harvested on a certain day
  3. mmdm2
    mmdm2
    • member
    • 0 kudos
    Doesn't work for me, unfortunately. Once, it notified me of a birthday very late in the day but I had it installed for multiple in-game seasons and it only ever popped up that one time.
    1. Spleentor
      Spleentor
      • premium
      • 3 kudos
      Just checked and confirmed it's working with todays Flaming Winter update (checked against fishing event).

      It's tied to the first mouse event in the day.

      If you do nothing or use a controller it's entirely possible that the notifications would not populate.

      if (Input.GetMouseButtonDown(UNITY_LEFT_CLICK) || Input.GetMouseButtonDown(UNITY_RIGHT_CLICK) || Input.GetMouseButtonDown(UNITY_MIDDLE_CLICK)){
    2. mmdm2
      mmdm2
      • member
      • 0 kudos
      I do use a controller and cannot use a mouse, so I guess that's why it doesn't work for me. :(