0 of 0

File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

20 comments

  1. Nom0ri
    Nom0ri
    • premium
    • 80 kudos
    I decided to adopt this mod, since it's one I always used for myself. Here's the new version: Sprinkler Mod Redux
    1. mobaidaren
      mobaidaren
      • member
      • 0 kudos
      wow!!!thank u so much
  2. ToibiOibi
    ToibiOibi
    • member
    • 0 kudos
    There's no config file, I've looked for it everywhere
    1. saltyyuuri
      saltyyuuri
      • member
      • 0 kudos
      when the mod gets an update (cause it stopped working after the new sdv update) the config i found that works is to use an extra mod (like scarecrows as sprinkler) and then the configuration is in the mod files (scarecrow as sprinkler mod's files to be exact) . it opens as a notes tab, you can rewrite the radius there (and dont forget to save it or its not gonna work)

      i like using the scarecrow mod since you can adjust the radius to the scarecrow's ''surveilliance'' radius; then you know exactly how many scarecrows you need:)
    2. Athelinda
      Athelinda
      • supporter
      • 4 kudos
      aedenthorn has retired from SDV modding so will not be updating this mod or any of their others. If we are lucky, another modder may update them, but there is no guarantee. (All their mods are opensource and can be found on github).
  3. saltyyuuri
    saltyyuuri
    • member
    • 0 kudos
    the mod sadly doesnt workm anymore with the new update :( 
  4. flutt3rish
    flutt3rish
    • member
    • 0 kudos
    how do u change the radius?
  5. francis163
    francis163
    • premium
    • 5 kudos
    I've gotten this working just fine on my side for a regular Scarecrow when placed in the "normal," way, but I'm not having any luck when using Immersive Scarecrows and placing it between tiles. 

    From what I vaguely understand, to make immersive work, it replaces the bigcraftable scarecrow with a debris object? So are the two incompatible or is it a naming issue I need to work around?
    1. NightshadeArabs
      NightshadeArabs
      • premium
      • 0 kudos
      I came here to say this. If I place a scarecrow on the floor of my greenhouse it works as expected (hit enter and it is a sprinkler) if I place it immersive style on the tilled tiles, it is just a scarecrow.
  6. ch0opera
    ch0opera
    • member
    • 37 kudos
    I want to make a content pack for this Sprinkler Mod with a JA or DGA object. Will that work? 

    All of ths example objects are from the base game as far as I can see. I'm sorta leaning toward trying it and seeing what happens, but I'd really appreciate a heads-up if it'd be a wasted effort ;)
    1. OrcishBloodpainter
      OrcishBloodpainter
      • member
      • 1 kudos
      I was able to use a custom JA object. (I used GIMP to change the color of the iridium sprinkler sprite to red and called it a "Ruby Sprinkler.") The object had to be a big craftable to place in the world. I don't have sufficient experience to know whether there is a way to make an object placeable if it isn't a big craftable. Short answer: JA objects will work. I haven't worked with DGA objects, so I cannot advise you there. 
  7. trashcan9
    trashcan9
    • premium
    • 8 kudos
    How does this mod interact with pressure nozzles and enrichers?
  8. skymeowo7
    skymeowo7
    • member
    • 2 kudos
    just posting this comment for ease of use
    1 find the  config.json file inside your mods folder 
    2 right click and select open with then select note pad 
    3 it will show up the text that was mentioned above 
    4 change the numbers after Sprinkler  Quality Sprinkler and Iridium Sprinkler  to your desired radius

    0 is regular sprinkler with only 4 plots sprayed, 1 is quality sprinkler with one block on all side sprayed and so on
  9. marcelaakemi
    marcelaakemi
    • member
    • 1 kudos
    how to customize sprinklers with game objects?
    1. Delta77777777
      Delta77777777
      • member
      • 25 kudos
      After you run the mod in game once, a file called "config.json" will appear under: \Stardew Valley\Mods\SprinklerMod\config.json
      Open this file and add the items you want to turn into sprinklers inside it, then save the changes. Here's an example of a Scarecrow with a sprinkler radius of 7 I added:

      {
        "EnableMod": true,
        "SprinkleButton": "MouseRight",
        "SprinkleAllButton": "Enter",
        "SprinklerRadii": {
      "Sprinkler": 0,
      "Quality Sprinkler": 1,
      "Iridium Sprinkler": 3,
      "Scarecrow": 7,
        }
      }

      You add items and their intended radii here. I also changed the "Iridium Sprinkler" radius to 3.
      It's that simple, but you must know what the item is called first.

      Aedenthorn gave a couple examples of how you can structure the item reference in the description. Either by name or number work fine, but again, you must know the name or number first.
      Both of these reference the same item, so you would use one or the other, but not both at the same time.
      "Solid Gold Lewis": 5
      "164": 5

      It would be nice if this mod came with a list.txt with all the items listed inside. I hope this helps.
    2. aedenthorn
      aedenthorn
      • premium
      • 1,550 kudos
      You can also create a content pack like this one:

      https://www.nexusmods.com/stardewvalley/mods/15412/

      Object names and indexes are in the game's content files. You can unpack them as explained on the wiki.
    3. Delta77777777
      Delta77777777
      • member
      • 25 kudos
      Very nice!
      Unpacking things can be tricky for newcomers though, even with instructions, so that is why I brought up .txt list etc.
      Anyways, thanks for everything.
  10. dioxyde0
    dioxyde0
    • supporter
    • 4 kudos
    does this work with line sprinklers?