Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.2
Added support for Generic Mod Config Menu
Version 1.1.1
Removed a call to print to the console for debugging purposes
Fixed a few event handler nullability warnings
Version 1.1.0
Updated for Stardew Valley 1.6
Added the ability to set custom time intervals - a value of "1" in the config corresponds to the mod triggering every 10 in-game minutes
Version 1.0.4
Potentially fixed a bug that didn't allow the player to gain friendship points with NPCs from other mods
Version 1.0.3
Commented some code & added config option to customize the amount of friendship changed per 10 minutes
Version 1.0.2
Potentially fixed an error that was making the mod check for non-characters and their friendship values
Added an update key
Version 1.0.1
Added a config file to let users set radius for hanging out and for console messages about friendship gaining
Commented some code for future readability
Version 1.0.0
Created mod
This mod allows the user to gain friendship with villagers just by hanging out with them for a while
Download this mod and unzip it into Stardew Valley/Mods.
Run the game using SMAPI.
How to use Once installed, simply stand next to a villager (within 2 tiles by default), and you will start to gain a small amount of friendship with them (1 point every 10 in-game minutes by default). There is no limit to how long you can hang out with them. This won't allow you to gain friendships past the limit for any villager that are set in place
Config Options - This mod supports Generic Mod Config Menu, however it is not at all needed for this mod to function. "FriendshipRadius": The radius of tiles around you in which you will gain friendship with NPCs. This is NOT a circle radius, but rather a square centered on you. Default is "2"
"NotifyAboutFriendshipInConsole": If set to true, this will display a message in console every time you gain friendship with an NPC. Default is "false"
"TimeIntervalLengthInTenMinuteIncrements": How many 10-minute increments there are between friendship being added. A value of "1" means it triggers every 10 minutes, whereas a value of "2" means it triggers every 20 minutes. Must be between 1 and 26 inclusive. Default is "1"
"AmountOfFriendshipGainedPerTimeInterval": How many points of friendship are gained each time it's triggered. For reference, there are 250 points in a single heart. Must be at least 0 (even though that would be the same as nothing lol). Default is "1"
Compatibility
Works with Stardew Valley 1.6 on Linux/Mac/Windows.
Works in single player and multiplayer.
Shouldn't conflict with any other mods as far as I'm aware.