0 of 0

File information

Last updated

Original upload

Created by

CompSciLauren

Uploaded by

CompSciLauren

Virus scan

Safe to use

121 comments

  1. mike10101010
    mike10101010
    • supporter
    • 0 kudos
    Hello there. I have the Experience Bars mod. When the screenshots take, the bars are present. Is there a way to remove those from the screenshots? 
  2. estherflails
    estherflails
    • member
    • 0 kudos
    Hello! There seems to be an issue between Daily Screenshot and Energy Count/Display Energy. The energy numbers show up on the screenshots in several places. It would be really great if they could be made compatible. Thank you, and thanks for sharing this great mod!
    1. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      Hi! Thanks for the kind words! I've tested this out but I'm having trouble reproducing the issue.

      It sounds like these are the mods you're referring to (let me know if this is incorrect):
      Energy Count
      Display Energy

      I tried running Daily Screenshot alongside:
      1. Energy Count mod (without Display Energy)
      2. Display Energy mod (without Energy Count)
      3. Both of the above mods at the same time

      My screenshots didn't include any energy numbers, though.

      I have a few questions:
      1. Can you attach an image with an example of what you're seeing?
      2. Are you on a Mac or Windows computer?
      3. Does this appear to happen with every screenshot so far or have you noticed if it only happens under certain conditions, by chance?

      Hoping to help get this figured out. Thanks for reporting the issue!
    2. estherflails
      estherflails
      • member
      • 0 kudos
      Hi! Yes, those are the mods I'm having an issue with. Here are some screenshots.
      They're kind of hard to notice tbh 😅 Screenshots taken with Energy Count mod but Display Energy looks about the same to me.
      I'm on Windows 10. It happens both on the daily farm screenshots and any manual screenshots where the map is big enough (ie. not the bus map). I also tested it with just these two mods and the screenshots still look like that so I have no idea why it doesn't seem to work for you.
    3. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      Ahh I see now, thanks for uploading the screenshots. Yeah, that is a bit more subtle than I was expecting haha. I looked more carefully, and I do have the same issue reproduced in my screenshots, I just didn't notice it before. Whoops! Okay, I've gotta go out of town for a few days, but when I get back I'll pick back up with this and see if I can find a solution. Worst case will be that those mods just won't be considered compatible with this one. But I'm optimistic we can figure something out. I'll let you know how it goes once I've had some time to look into this further.

      FYI, I keep track of progress on issues via GitHub, here's the link for this one: https://github.com/CompSciLauren/stardew-valley-daily-screenshot-mod/issues/100
    4. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      Okay, I finished looking into this. It's a problem that I can't fix on my end - the other mods need to add a safety check so that they don't draw on the screen when a screenshot is being taken.

      It looks like Display Energy is more likely to still be maintained, so I've submitted a fix for this on that mod author's GitHub repo where the code is kept for that mod. It's up to them to handle it at this point. If they add the fix and release a new version with it, then you can download their newer version and that will fix the problem. Here's where I've submitted the fix, for reference: https://github.com/dmarcoux/DisplayEnergy/pull/5

      Thanks again for reporting this issue!
    5. estherflails
      estherflails
      • member
      • 0 kudos
      It's great that you found the source of the issue, thank you for looking into it!
  3. Syuchinikurin
    Syuchinikurin
    • member
    • 6 kudos
    Hi! I really enjoy your mod and have created a Simplified Chinese translation for it.
    Thank you for your great work!  https://smapi.io/json/i18n/2a2ceb0edd8d4cfe93500951e5002fdc
    1. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      Hi, thanks for the kind words! Wow, I appreciate that! I have to travel for a few days, but I will look at this when I return. I should be able to add it to the mod sometime next week. Thank you so much for contributing the translations!
  4. FabLeKebab
    FabLeKebab
    • member
    • 1 kudos
    Hello,

    I’m reaching out to share the translation I’ve made for your mod Daily Screenshot into French.
    I’m sending you the translation file as an attachment and would be thrilled if you could upload it to NexusMods to make it available to a larger group of players.

    You can check out the translations here: https://github.com/FabLeKebab/ModTranslatesFR

    If you have any adjustments or specific requests, feel free to let me know.
    Thank you so much for your mod, and I hope it will bring even more enjoyment to the community in this new language.

    Best regards,
    Fabien

    I couldn't send you a private message, so I'm posting this here.
    1. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      Hi Fabien, thank you so much for the contribution! I've added the French translation file to the Daily Screenshot mod and released v3.2.0 which will include the French file by default. I also added you to the list of contributors on the mod's GitHub README here. Much appreciated!
  5. Khyraen
    Khyraen
    • member
    • 3 kudos
    Maybe I'm dense, but is there a way to ss your house and your farm? like have it take 2 ss? 

    cool mod. thanks.
    1. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      UPDATED comment:
      You can take 2 automatic daily screenshots with the following config.json example, for your farm and farmhouse:
      {
        "AuditoryEffects": true,
        "VisualEffects": true,
        "ScreenshotNotifications": true,
        "SnapshotRules": [
          {
            "Name": "Farm Picture",
            "ZoomLevel": 0.25,
            "Directory": "Default",
            "FileName": "Default",
            "Trigger": {
              "Days": "Daily",
              "Weather": "Any",
              "Location": "Farm",
              "Key": "None",
              "StartTime": 600,
              "EndTime": 2600
            }
          },
          {
            "Name": "Farmhouse Picture",
            "ZoomLevel": 0.25,
            "Directory": "Default",
            "FileName": "Default",
            "Trigger": {
              "Days": "Daily",
              "Weather": "Any",
              "Location": "Farmhouse",
              "Key": "None",
              "StartTime": 600,
              "EndTime": 2600
            }
          }
        ]
      }

      I was wrong in my original comment. I didn't think it worked, but I'm wondering if when I tested it originally I had edited my config incorrectly, so it just appeared not to work. I tried it again this morning when I was working on making this feature available, and the above example worked for me. Sorry I didn't catch that before, but hope this helps.

      Original comment:
      Hi! Sorry for the late reply, but to answer this question - you can't currently take 2 automatic screenshots daily, just one. But you can setup a second ruleset for manual screenshots. So either farm or house can have auto screenshots, and the other can have manual.

      I track new features/bug fixes on GitHub, and I've created a new Issue for allowing multiple auto-screenshots here: https://github.com/CompSciLauren/stardew-valley-daily-screenshot-mod/issues/87

      Until that gets worked though, here's an example of how you can setup the config for 1 auto and 1 manual. Note that the second ruleset location is "Farmhouse" but you could also just put "Any" since it's a manual screenshot anyway. Config:

      {
        "AuditoryEffects": true,
        "VisualEffects": true,
        "ScreenshotNotifications": true,
        "SnapshotRules": [
          {
            "Name": "Automatic Farm Picture",
            "ZoomLevel": 0.25,
            "Directory": "Default",
            "FileName": "Default",
            "Trigger": {
              "Days": "Daily",
              "Weather": "Any",
              "Location": "Farm",
              "Key": "None",
              "StartTime": 600,
              "EndTime": 2600
            }
          },
          {
            "Name": "Manual Keypress Picture",
            "ZoomLevel": 0.25,
            "Directory": "Default",
            "FileName": "Default",
            "Trigger": {
              "Days": "Daily",
              "Weather": "Any",
              "Location": "Farmhouse",
              "Key": "P",
              "StartTime": 600,
              "EndTime": 2600
            }
          }
        ]
      }
    2. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      I've updated my original comment on this thread with a working example of how to add two automatic screenshots for farm and farmhouse. I've also updated the GitHub Wiki with this example.
  6. uaxpasha
    uaxpasha
    • member
    • 0 kudos
    "Screenshots are sent to your StardewValley/Screenshots"
    Is it in steam folder?
    "Choose what time the screenshot gets taken"
    Where is this settings?
    1. Runzu87
      Runzu87
      • premium
      • 4 kudos
      If you are on Windows, you can bring up the run menu and put this in, copy-paste: %appdata%\StardewValley\Screenshots
    2. earlyexit
      earlyexit
      • member
      • 0 kudos
      thank you!!!
    3. SoniXperia
      SoniXperia
      • member
      • 0 kudos
      The folder location for it on linux is /.local/share/StardewValley/Screenshots for anyone looking for it on a linux device
  7. earlyexit
    earlyexit
    • member
    • 0 kudos
    Idk if im dumb or something but where do the screenshots get saved? 
    1. SilentErik
      SilentErik
      • member
      • 0 kudos
      You can find it by going to options and at the bottom under "Screenshot" click "Open Destination Folder"
  8. Vithor14
    Vithor14
    • member
    • 0 kudos
    some ui elements appear tiled on top of the screenshot, also some of these elements appear offset, like the watering alerts from ui info suite 2, is it possible to fix this in any way? maybe disabling the UI briefly before each screenshot, or hiding the UI layer?

    this screenshot is with ui info suite and experience bars

    also it would be very cool to be able to screenshot the grandpa shed from stardew valley expanded


    1. SilentErik
      SilentErik
      • member
      • 0 kudos
      Unfortunately I think it's a problem with screenshots in general, as it happens when taking screenshots naturally. Not sure if it's possible for this mod to fix that
  9. Facing an issue right now with several UI mods (NPC Map Locations Minimap and Experience Bars mod), in which the screenshots have said UI elements all over the image.

    Example Image
    1. CompSciLauren
      CompSciLauren
      • member
      • 11 kudos
      Thanks for reporting this issue, I'll look into it when I can. I've logged it on Gitlab for my own tracking purposes, here it is for reference: https://github.com/CompSciLauren/stardew-valley-daily-screenshot-mod/issues/92

      Do you know if this is happening for you even if you only use Daily Screenshot or is it just in combination with those other mods?

      (Side note, I tried to move this to the 'Bugs' tab on Nexus but the Nexus site had a problem and now I can't move this comment. The "Open Bug Report" button will take you to the Bugs tab but this issue won't be logged there due to the Nexus problem. Just as an FYI.)
    2. Quarlie
      Quarlie
      • member
      • 1 kudos
      It's generally happening with added Mod UIs, but not the vanilla ones.

      It seems to be pretty much the same issue that has already been reported for the "always on" mod in the Bug Reports on this Nexus Page, leading back to how the vanilla game handles map screenshots.

      I've already reported this issue with the suggested solution to said mod creators of NPC map locations (fixed in 3.0.2) and Experience Bars.
      It would definitly be optimal to get it fixed internally so it wouldn't occur for any mod, but unsure if it would be fixable like this.
    3. Ashrayne
      Ashrayne
      • supporter
      • 23 kudos
      Can confirm. Experiencing same issue as Quarlie with the Experience Bars mod. I took a screenshot via the in-game menu, and the experience bars do not appear, so this is something with this mod.
  10. iAzrael
    iAzrael
    • member
    • 0 kudos
    I don't know if this is intentional, but when I activate the location option for farmhouse and farm, it stops taking photos automatically, and I have to use the manual button, was it supposed to take automatic photos of the 2 locations?