IllogicalMoodSwing Posted February 9, 2017 Share Posted February 9, 2017 Hello, wonderful modders! I've got some ideas for a mod that might bring a bit more purpose to choosing a pupper or kitter for your farm pet. While I can create some new sprites, I've had a go digging around in the game code and I can't even identify the event for filling the pet bowl :down: So, I've run straight to the forums in case someone wants to assist this newbie (or take over, that would be fine too). Basically, my idea is to create a mod that replaces the 'fill water bowl' action.Affects friendshipThis is pretty critical for increased functionality, otherwise the rest of the ideas are basically cosmeticCould increase hearts when bowl is filled, or lose friendship if forgottenReplacement sprite for full water bowl, will fill with 'food'Replacement object - will not use watering can but another new object spriteA new can sprite, or a recoloured fertiliser box mebbeNew recipePet food: combine eggs + fish + milkI would love to learn how to put this together, but the complexity might exceed my abilities and/or your patience. Wanna help? Link to comment Share on other sites More sharing options...
Meihyr Posted February 9, 2017 Share Posted February 9, 2017 I like the sounds of this. Not all that familliar with creating my own content for Stardew Valley but hopefully someone more experienced comes along. :) Link to comment Share on other sites More sharing options...
IllogicalMoodSwing Posted February 10, 2017 Author Share Posted February 10, 2017 Update: I found the 'fill bowl' event, but it's dependent on a tool and tool action. } if (t is WateringCan && (t as WateringCan).WaterLeft > 0 && this.getTileIndexAt(tileX, tileY, "Buildings") == 1938) this.setMapTileIndex(tileX, tileY, 1939, "Buildings", 0); return false; } This matches the 'empty' and 'full' bowl tile indexes from Farm.tbin. It could be worth exploring whether the 'tool' dependency could be replaced with an object (in this case, a cooked dish) - currently, the 'use' function of a dish can be either 'consume' or 'gift' depending on who/what is clicked, so maybe it can be rewritten for the bowl tile? I'll keep hunting, but I have no idea what I'm doing! Link to comment Share on other sites More sharing options...
midnightvoncorgstein Posted February 17, 2017 Share Posted February 17, 2017 I really like this idea! hope it goes well. :) Link to comment Share on other sites More sharing options...
Recommended Posts