Trying not to resort to UI Info Suite for a while as I'm wanting to enjoy the new content spoiler free. It's a lovely mod, but it'd be best in my case if this mod were updated... :(
I'm with you. I tried that url and it just way too confusing to make sense out of. It needs to be updated here if possible. The other site is just not user friendly.
You need to edit the config.json file, in the SearchItems list you can specify which items to look for and what the radius is for it. For example: "SearchItems": [ { "SearchString": "crow", "Radius": 8 }, { "SearchString": "Deluxe Scarecrow", "Radius": 16 }, { "SearchString": "sprinkler", "Radius": 1 } ]
Make sure the formatting is correct and it should work
I looked at your description in hoping to find a how to install this but nothing about that... It's not a file to just drop in the mods folder... so uh. how do i install this?
This may be a stupid question, but I'm new to modding, let alone modding Stardew Valley with SMAPI. I don't like the scarecrow radius popping up when the mouse hovers over them, but I'm not seeing any commands in SMAPI that would turn that off, and I'm not seeing it in the game's control menu. How do I turn it off?
Not sure if you already got the answer to this, but the default key should be L. If you go into your config files in your modding folder, you can change the toggle keys.
28 comments
https://github.com/Annosz/UIInfoSuite2/releases
How do i add sprinklers? i found the manifest but i dont know what to put on it.
For example:
"SearchItems": [
{
"SearchString": "crow",
"Radius": 8
},
{
"SearchString": "Deluxe Scarecrow",
"Radius": 16
},
{
"SearchString": "sprinkler",
"Radius": 1
}
]
Make sure the formatting is correct and it should work
It's not a file to just drop in the mods folder... so uh. how do i install this?
1. Install the latest version of SMAPI.
2. Unzip the mod folder into Stardew Valley/Mods.
3. Run the game using SMAPI.
edit: Fixed typo
Hope that helps :)