0 of 0

File information

Last updated

Original upload

Created by

MaximillianRW

Uploaded by

MaximillianRW

Virus scan

Safe to use

51 comments

  1. Tirion37
    Tirion37
    • member
    • 0 kudos
    Hey, thanks for the mod. I checked the comments and just wanted to ask if the issue is only in multiplayer or if it happens in singleplayer too. I know you're working on the update, really appreciate it, and I paused my playthrough waiting for it. Any idea when it'll be ready?
    1. batbadbat97
      batbadbat97
      • member
      • 2 kudos
      Yeah for me it was caused by a modded location and removing this mod and add it back still makes it tried to warp me to that location in the morning, I had changed the config too and it didn't help. I'm in singleplayer and sadly had to remove the mod to continue my game. Other than that I'd no issues with it at all in vanilla locations
  2. Xionixs
    Xionixs
    • member
    • 0 kudos
    Has anyone tried it in multiplayer yet? I tried it but at 06:00 A.M. The screen goes black and the game freezes, the console gives an error


    H
    1. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      I think I know what caused the problem. I will be pushing a patch for this asap. Thanks for the report.

      EDIT: I just pushed a new version. Let me know if it solves the problem and/or other unexpected behaviors arise.
    2. ExplodedKid
      ExplodedKid
      • member
      • 0 kudos
      I have, but if any player stays up past six, the game completely freezes until everyone but the host leaves the game
    3. Kris1134
      Kris1134
      • member
      • 0 kudos
      I'm having the same issue still, the game just freezes until i leave and the hosts game crashes too a lot still.
    4. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      Sorry for the late reply, Christmas preparations are keeping me busier than expected.

      Can you follow the instructions in here and send a link to the full log after a crash/freezing? I will need both one guest and the host SMAPI logs, so I can track down what is breaking to try push a fix.

      Thanks in advance for the feedbacks.
    5. st6ar1
      st6ar1
      • member
      • 0 kudos
      我也是遇到同个问题,我和我朋友进行联机,他不需要睡觉也不会晕倒,我到了六点会跳出1/2等待朋友睡觉的提示,他不会提示,然后我无法自行关闭,只能朋友自行退出游戏才会恢复,如果他睡觉,就会黑屏然后存档(但鼠标会开始转圈)幸运的话可以跳转储存。因为我有时候不在线不在家,开着主游戏让朋友自行可以上我服务器,所以很需要这个mod,让我不在家,朋友也可以顺利的游玩,希望早日修复,感谢作者,希望您度过美好的圣诞~~
      奇怪的Google翻译

      I also encountered the same problem. When my friend and I were connected, he didn’t need to sleep and he wouldn’t faint. When I got to 6 o’clock, a prompt for 1/2 waiting for my friend to go to sleep would pop up, but he wouldn’t prompt me, and then I couldn’t close it myself. , it will only be restored if the friend quits the game on his own. If he goes to sleep, the screen will be black and then the game will be saved (but the mouse will start to circle). If you are lucky, you can jump to save. Because I sometimes am not online or at home, I open the main game so that my friends can access my server by themselves, so I really need this mod so that my friends can play smoothly even when I am not at home. I hope it will be repaired soon. Thank you to the author and I hope you enjoy the game. Wonderful Christmas~~
      Weird Google Translate
    6. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      Seems like it is a problem with the original StayUp code that I implemented. Since the original solution doesn't work, I am working on a new workaround.

      Thanks for all the feedbacks. I will update ASAP.
    7. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      Uploaded a new version with the related multiplayer issue hopefully fixed, according to tests made, and other functionalities.

      Let me know either way.

      Happy New Year to everyone.
    8. xGalaxy1
      xGalaxy1
      • member
      • 0 kudos
      [Night Owl Plus] This mod failed in the GameLoop.Saving event. Technical details:InvalidOperationException: Can't use Helper.Data.WriteSaveData when connected to a remote host. (Save files are stored on the main player's computer.)   at StardewModdingAPI.Framework.ModHelpers.DataHelper.WriteSaveData[TModel](String key, TModel model) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/DataHelper.cs:line 99   at NightOwlPlus.ModEntry.OnSaving(Object sender, SavingEventArgs e) in C:\Users\user\source\repos\NightOwlPlus\ModEntry.cs:line 548   at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/Events/ManagedEvent.cs:line 101

      The above is an error log. The Night Owl Plus module is trying to write save data when connecting to a remote host, but actually the save file should be stored on the main player's computer.
    9. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      @xGalaxy1 Are you sure you have the latest version installed? The last versions shouldn't try to save data if not running on master.

      I did extensive testing through the Year's Eve and this error seemed solved already in every case in the last ones.

      If you are using the latest version I will need more info about the game state (what were you doing and how connection was made) to try to find what is causing it.

      Thanks in advance for the feedback though.
    10. luthopul
      luthopul
      • member
      • 0 kudos
      I am running the latest version of the game and SMAPI and getting the same error. I was getting this error in the original Night Owl mod as well. I am playing in multiplayer mode (not hosting) but both of us are frozen without being able to press esc or e and can't exit unless owe close the game. We can somehow still click in the inventory bar though. 

      [Night Owl Plus] This mod failed in the GameLoop.Saving event. Technical details:
      InvalidOperationException: Can't use Helper.Data.WriteSaveData when connected to a remote host. (Save files are stored on the main player's computer.)
         at StardewModdingAPI.Framework.ModHelpers.DataHelper.WriteSaveData[TModel](String key, TModel model) in SMAPI\Framework\ModHelpers\DataHelper.cs:line 99
         at NightOwlPlus.ModEntry.OnSaving(Object sender, SavingEventArgs e) in C:\Users\user\source\repos\NightOwlPlus\ModEntry.cs:line 548
         at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
    11. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      @luthopul It is probably an issue with the new SMAPI 4.2. If you can, try to run the game with SMAPI 4.1.8 and see if it keeps happening. I have no way to test multiplayer currently.

      I will be releasing an updated version to SMAPI 4.2+ asap.
  3. catlover718
    catlover718
    • member
    • 0 kudos
    Love this mod, but my character gets stuck whenever they wake up if I dont go to bed before 5:50am and I have to restart the game
    1. lavendelaura
      lavendelaura
      • member
      • 0 kudos
      Hey, do you have CJB cheats installed? If you teleport to anywhere at 6am it will allow you to resume play as normal without having to restart your game. It's not perfect, but it's a workaround until the mod gets updated!
    2. catlover718
      catlover718
      • member
      • 0 kudos
      Oh, I didnt even think of that! Thanks :3
    3. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      I feel like it is a small problem with the new events in SMAPI 4.2. The game doesn't updated since last december.

      I will take a look once I have time and release an update to SMAPI 4.2+ asap.

      Thanks for the feedback.
  4. leafikino
    leafikino
    • member
    • 0 kudos
    Hey there, great mod, i really enjoyed being in charge of my bedtime seeing as though i'm 24 not 4 so loved the mod for that!! All of that being said, i'm having an issue with the warping back to where i was before it saved, it just makes me unable to move from the bed and doesn't teleport me back, I've also disabled the "take care of night music and light" and yet everytime the clock hits 2AM it's full on day outside and it really breaks the immersion. Hope this can be looked at, thank you <3
  5. Chatarroo
    Chatarroo
    • member
    • 0 kudos
    Hi, is this completely safe to install on an existing game? And is it safe to uninstall?
  6. ozpr
    ozpr
    • supporter
    • 0 kudos
    Is there a way to not be exhausted the next day after staying up? I have unselected the exhaustion in the config menu, but I am still exhausted the next day.
    1. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      Just tested and mod works as intended.

      What the exhaustion option in the cofig menu does is to turn on or off the feature to add the Exhaust condition on day turning at 6AM. If you are already exhausted before 6AM the mod doesn't change anything. Staying awaken doesn't count as sleeping in any case.

      If you want something to take out exhaustion, or prevent it, without sleeping or taking medicine you will be better installing another exhaustion mod.
  7. ThatKingKai
    ThatKingKai
    • supporter
    • 11 kudos
    Woops, nevermind
  8. mp2636620325
    mp2636620325
    • member
    • 0 kudos
    If it is able to operate normally on mobile devices?
    1. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      It requires one of the latest SMAPI to run. If you can install SMAPI in your mobile, so maybe it will operate normally.
  9. Phoenix45789
    Phoenix45789
    • member
    • 0 kudos
    The mod makes the inside of all PIFs and modded buildings act as night time at all times. Could this be easily fixed? It kind of messes with a lot of vibes inside. :P
    1. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      I am sorry, but have no idea what PIFs are. I will take a look about the modded buildings, but I am pretty sure I didn't touch any building function with this mod (I even tried at first to make it night inside vanilla buildings from 1:50AM to 6AM but failed, and maybe something could be sliped when I cleaned the code).
    2. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      I am uploading a fix right now that may correct this issue on my end. If it doesn't correct on yours, let me know which mods you are using so I can check if I can do something about it on my side.

      Preferably follow the instructions and send a parsed log through https://smapi.io/log
    3. Phoenix45789
      Phoenix45789
      • member
      • 0 kudos
      That fixed it, Thank you!
  10. Bladeheart111x
    Bladeheart111x
    • member
    • 1 kudos
    you forgot to update the manifest in the recent fix
    1. MaximillianRW
      MaximillianRW
      • member
      • 6 kudos
      Thanks for the heads up. It was the CP file that I forgot to update the version.

      I removed the wrong versioned one and it is fixed on the new upload.