Nellyg

Active Member
Oct 27, 2018
903
576
Stuck in the quest "getting a girlfriend" anybody can help???
After 7 days when you have given Redd his medicine, I think it happens before you go to Goblin mountain. Redd and you talk (just keep talking to him to trigger) and you say you will bring your girlfriend.
If you gave Heather 500 gold and said she owes you a favour, call on her after 10.00pm
 

Mikey Mike

Engaged Member
Feb 18, 2018
2,024
2,997
Great, I started a new game with R17, and got this fatal error just right after getting the quest prompt to "Talk to Vincent".

Farmer's dream error 2-4-2020.png
 

fabulous007

Active Member
Dec 30, 2019
680
1,128
Oh wait, how do I even make money? I remember in the very old version I had I could sell fences or something, but in the current version I can't sell anything to any shop. I have so many fences lol.
 

Nellyg

Active Member
Oct 27, 2018
903
576
Great, I started a new game with R17, and got this fatal error just right after getting the quest prompt to "Talk to Vincent".

View attachment 541129
Did it happen first thing in the morning ? In R15 the weather seemed to cause it, I save every night and so far in R17 hasn't happened, though it hasn't rained either

Oh wait, how do I even make money? I remember in the very old version I had I could sell fences or something, but in the current version I can't sell anything to any shop. I have so many fences lol.
Remember the market area when you were looking for your chickens, well now a girl is standing there early in the morning she wants to open a market
If you let Darius teach you (Master) he'll teach you how to build a tent, you can sell food at the marker but not fences
 
  • Like
Reactions: fabulous007

Mikey Mike

Engaged Member
Feb 18, 2018
2,024
2,997
R17 is a veritable shit-show, and a lot of the changes the dev made increased the grind and fatal errors. :poop: If you don't craft the tent before the elder's chest disappears, then you have no way to make money?! You can no longer make money crafting fence. Seems the vegetables cost as much or more to grow than they earn. I want to like this game but not sure that I want to continue playing it. :rolleyes: If you think I'm being overly sensitive, then prove me wrong especially the dev!
 

tang1

New Member
Oct 22, 2018
8
4
Great, I started a new game with R17, and got this fatal error just right after getting the quest prompt to "Talk to Vincent".

View attachment 541129
I prepared hotfix for it.
Find file Farmer's Dreams R17\www\js\plugins\OrangeWeather.js
go to line 301 and modify next two functions:

Code:
MVC.reader($, 'maxWeatherStrength', function(){
    let tmp = undefined
    switch (this.weather) {
      case $.WeatherTypes.RAIN :
        tmp = $.Param.rainStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.SNOW :
        tmp = $.Param.snowStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.STORM :
        tmp = $.Param.stormStrengthByMonth[OrangeTimeSystem.month];
      default :
        return 0;
    }
    if (tmp === undefined)
        return 0;
    return tmp.max;
  });

  MVC.reader($, 'minWeatherStrength', function(){
    let tmp = undefined
    switch (this.weather) {
      case $.WeatherTypes.RAIN :
        tmp = $.Param.rainStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.SNOW :
        tmp = $.Param.snowStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.STORM :
        tmp = $.Param.stormStrengthByMonth[OrangeTimeSystem.month];
      default :
        return 0;
    }
    if (tmp === undefined)
        return 0;
    return tmp.min;
  });
 

Mikey Mike

Engaged Member
Feb 18, 2018
2,024
2,997
Hi
anyone who can help on mouse steering in R17? Characters in R15 were nice to handle, but R17 sucks!
I use the arrow keys on the keyboard, but pretty much a waste of time with all the errors and unexpected game changes. I guess I'll wait for the dev to post an update or not.
 

Mikey Mike

Engaged Member
Feb 18, 2018
2,024
2,997
I prepared hotfix for it.
Find file Farmer's Dreams R17\www\js\plugins\OrangeWeather.js
go to line 301 and modify next two functions:

Code:
MVC.reader($, 'maxWeatherStrength', function(){
    let tmp = undefined
    switch (this.weather) {
      case $.WeatherTypes.RAIN :
        tmp = $.Param.rainStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.SNOW :
        tmp = $.Param.snowStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.STORM :
        tmp = $.Param.stormStrengthByMonth[OrangeTimeSystem.month];
      default :
        return 0;
    }
    if (tmp === undefined)
        return 0;
    return tmp.max;
  });

  MVC.reader($, 'minWeatherStrength', function(){
    let tmp = undefined
    switch (this.weather) {
      case $.WeatherTypes.RAIN :
        tmp = $.Param.rainStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.SNOW :
        tmp = $.Param.snowStrengthByMonth[OrangeTimeSystem.month];
      case $.WeatherTypes.STORM :
        tmp = $.Param.stormStrengthByMonth[OrangeTimeSystem.month];
      default :
        return 0;
    }
    if (tmp === undefined)
        return 0;
    return tmp.min;
  });
Thanks for the help, but getting the error that 'console' is undefined (Microsoft JScript runtime error) and won't allow me to open the file. Hopefully, the dev will post an update with fixes soon. Thanks again.
 

Big Mountain

Member
Nov 4, 2017
474
337
R17 is a veritable shit-show, and a lot of the changes the dev made increased the grind and fatal errors. :poop: If you don't craft the tent before the elder's chest disappears, then you have no way to make money?! You can no longer make money crafting fence. Seems the vegetables cost as much or more to grow than they earn. I want to like this game but not sure that I want to continue playing it. :rolleyes: If you think I'm being overly sensitive, then prove me wrong especially the dev!
i can only speak to one of your valid points
to make a profit from farming you should only plant tomatoes and corn
because with those you have extra harvests
and after you finish the quest with your market tent you make loads of money


and i have a problem too
i want to catch the big waryfish and i even got the sinker lure but once i find one ( and even that is very rare)
it always gets away after one miss
and i have now tried it for the last 2 hours
i know the quest is marked hard but it shouldnt be this hard
 
Last edited:
3.10 star(s) 41 Votes