You have to download "Generic Mod Config Menu" for the menus to show, but if you have that and it isn't showing then I'm unsure what's wrong, I haven't played Stardew in a while.
Just letting you know there are typos in content.jsonfor Willy's summer quests. The entry values don't match to link quests together. Example in bold below. The result is that the quest chain breaks after delivering 3 pufferfish.
{ "LogName": "Summer fish quest 1", "Action": "EditData", "Target": "Data/Quests", "Entries": { "24648018": "ItemDelivery/Summer fish: pufferfish/Willy would like you to bring him fish from each season as a test of your skill as a fisher. Bring Willy different fish that can be caught in summer./Give Willy 3 pufferfish of the same quality./Willy (O)128 3/2464019/1500/-1/false/Staying cool out there laddie? It's a scorcher this year. Next up is tuna, bring me 3 and I'll pay handsomely." }, "When": {"Normal fish quests": true}, }, { "LogName": "Summer fish quest 2", "Action": "EditData", "Target": "Data/Quests", "Entries": { "24648019": "ItemDelivery/Summer fish: tuna/Willy would like you to bring him fish from each season as a test of your skill as a fisher. Bring Willy different fish that can be caught in summer./Give Willy 3 tuna of the same quality./Willy (O)130 3/2464020/1500/-1/false/Next up is bream, bring me 6 and I'll pay handsomely." }
I was very excited to see the removal of garbage option but unfortunately, it doesn't seem to work on the farms. I started a run on the beach farm but it irritates me to no end that I catch 80% garbage there. I feel like it should be no different from the river farm in terms of fish probability...what is the point of dealing with the sandy map if you have to run all the way to the other beach to fish?? So I was going to use this mod to turn off the garbage when on the farm haha.....but I still catch only trash. Is there a way to make that option work while fishing on the farm? Or is it just not working for me for some reason?
Thanks!! I'm hopeful I can find something that allows me to properly fish on the beach farm!
hey! i was wondering if this was compatible with more new fish? i was going thru the future plan updates that said compatibility with sve and rsv. just a suggestion! if not, no worries ever <3
There's a set amount for each season, and if it functions properly (which it did when I tested, so fingers crossed) they shouldn't be repeatable. Same for the legendary fish quests.
Would it be possible to change it so Willy will accept fish of different quality? I'm running into him not taking the fish when I have three of the same fish but two silver and one gold.
In the next update (which'll also add SVE support, and might even go up tonight if all goes well) I'll add clarification to those quests that it has to be the same quality. Sorry I didn't think about it initially.
Yeah it's a game limitation, I could work around it by using special orders instead of quests, but they can't be made consecutive like quests can sadly.
Appreciate ya askin though! I added the clarification to those quests (and will hopefully remember for future quests too) in the update I'm uploading right now.
I love the concept of this mod, but when I load a save game with it installed I get a 'game: trigger action has no ID and will be ignored' message from SMAPI.
Log: https://smapi.io/log/17ae46b67b144314a545ea0ed95fcf3c I had a bit of a go at troubleshooting the code myself, but the content file is pretty unwieldy at 38k lines (its making visual studios syntax colouring feature lag lol)
An include statement or two would make it easier to manage. :)
I assume that error wasn't present before adding the mod? Have you tried making a new save and seeing if it happens then too? I tested it on my own machines with different mod setups and had no errors.
It wasn't present before I added the mod and it wasn't present after I took the mod away. I tried on both a new save game and an existing save game.
I didn't try it with no other mods installed at all, but I did try it on the default settings and it didn't give the error, but after I set up the config the error reappeared.
I tested a few of the mods I thought might conflict but none produced any error, you would have to check if it runs without an error without other mods. Disabling anything else related to fishing to check that first would be easier than disabling all of them. If you do find out which one is the issue, let me know and I'll add info about it to the description.
Edit: in the SMAPI console window with your save open; type patch export "Data/TriggerActions" and if you could upload the contents of that to Pastebin I can look through it and possibly find the issue.
22 comments
{
"LogName": "Summer fish quest 1",
"Action": "EditData",
"Target": "Data/Quests",
"Entries": {
"24648018": "ItemDelivery/Summer fish: pufferfish/Willy would like you to bring him fish from each season as a test of your skill as a fisher. Bring Willy different fish that can be caught in summer./Give Willy 3 pufferfish of the same quality./Willy (O)128 3/2464019/1500/-1/false/Staying cool out there laddie? It's a scorcher this year. Next up is tuna, bring me 3 and I'll pay handsomely."
},
"When": {"Normal fish quests": true},
},
{
"LogName": "Summer fish quest 2",
"Action": "EditData",
"Target": "Data/Quests",
"Entries": {
"24648019": "ItemDelivery/Summer fish: tuna/Willy would like you to bring him fish from each season as a test of your skill as a fisher. Bring Willy different fish that can be caught in summer./Give Willy 3 tuna of the same quality./Willy (O)130 3/2464020/1500/-1/false/Next up is bream, bring me 6 and I'll pay handsomely."
}
Thanks!! I'm hopeful I can find something that allows me to properly fish on the beach farm!
Appreciate ya askin though! I added the clarification to those quests (and will hopefully remember for future quests too) in the update I'm uploading right now.
I love the concept of this mod, but when I load a save game with it installed I get a 'game: trigger action has no ID and will be ignored' message from SMAPI.
Log:
https://smapi.io/log/17ae46b67b144314a545ea0ed95fcf3c
I had a bit of a go at troubleshooting the code myself, but the content file is pretty unwieldy at 38k lines (its making visual studios syntax colouring feature lag lol)
An include statement or two would make it easier to manage. :)
Cheers
I didn't try it with no other mods installed at all, but I did try it on the default settings and it didn't give the error, but after I set up the config the error reappeared.
I tested a few of the mods I thought might conflict but none produced any error, you would have to check if it runs without an error without other mods. Disabling anything else related to fishing to check that first would be easier than disabling all of them. If you do find out which one is the issue, let me know and I'll add info about it to the description.
I figured it out, uploading a new version now.Edit: in the SMAPI console window with your save open; type patch export "Data/TriggerActions" and if you could upload the contents of that to Pastebin I can look through it and possibly find the issue.