I'm not sure tbh, I can't seem to replicate the problem. I've rebuilt and re-uploaded the mod that I recorded the above video with. If you're still having problems with V1.03 I'll need some more specifics I guess, is it straight up not working for any crops? Just new crops? Just parsnips?
Interesting. I haven't been able to get xp from any crops at all so far. I've had the mod installed since I started fresh from a brand new file. *Edit* I FIGURED IT OUT! If you right click, you don't get xp for harvesting crops, if you left click, xp happens. Hope that helps.
lol weird, you guys right click with the Scythe? never occurred to me for some reason. I'll have a look to see if I can fix.
ThatNorthernMonkey updated [SMAPI] Harvest With Scythe with a new update entry: Changed: didPlayerJustLeftClick() to didPlayerJustClickAtAll() Read the rest of this update entry...
That should do it I had the entire thing enclosed around an if( Game1.didPlayerJustLeftClick() )... switched it to Game1.didPlayerJustClickAtAll() which now works for clicking. Wonder if using a gamepad has issues hrrmmm testing. Edit: doesn't work with a gamepad for this reason. Checking for a fix.
ThatNorthernMonkey updated [SMAPI] Harvest With Scythe with a new update entry: Fixed: now gain XP with both mouse and gamepad Read the rest of this update entry...
All sorted. Thank you lots for working out what the problem was - it would have probably evaded me for a while
Many thanks for the fix, would have never occurred me on which click is used, as I tend to sit back and use a controller. Guessing that the control setup treats the 'A' button as right click.
Awesome mod! Question though, would it be possible to reduce/adjust the range of the scythe? I keep accidentally harvesting things I don't want to be harvested. (Easiest solution is probably to just plant those things elsewhere, but.)
Hello ThatNorthernMonkey, I'd like to say that I really enjoy this mod! It makes farming so much easier and convenient. However, even with the new update, I still cannot seem to earn exp for my farming skill and I can't seem to figure out why,
Can you give me some more info on the current state of your save? And other things... gamepad or mouse? which button do you use to harvest on gamepad, which mouse button for mouse? which crops? where? (farm / greenhouse / modded location?) any particular crop or just all of them? 100% you're using the latest version I released? If you know how, could you put your save folder in a zip file and attach it to a post, I can test it myself and work out the problem
I download new version, but I can't still get exp.. TT Do not you fix yet? I plant crops in farm use new save use left, right click both tested crops [blueberry, pasnip, potato]
Can you guys give me your save files if you know how please? hard to debug as things are working alright otherwise
https://www.dropbox.com/s/1mtmyrv5tqzz9vi/backup.zip?dl=0 < Here! (tested blueberry existing save) https://www.dropbox.com/s/wgrice5ytj2u5qx/a_119043877.zip?dl=0 < (tested pasnip, potato new save) I really love this mod. I wish fix this bug.
https://mega.nz/#!vVlHBZRA!CJHZYI8sIxsUWEs1O85sgWxQChcefZ0u7kMH3TuxTUk Blueberries, Tomatoes, Corn and Parsnips didn't work for me. I don't know about the others as I haven't tried it yet. I simply use left clicking on mouse to harvest.
You guys are right, and I can see why. Working on a fix, but for the time being anything on a trellis (like beans, hops) or any berries / plants that regrow after harvest there is no XP. Should be fixed soon Thanks for drawing my attention to this.
ThatNorthernMonkey updated [SMAPI] Harvest With Scythe with a new update entry: Fixed bug stopping XP gain with crops that regrow. Read the rest of this update entry...