K_dreamer

Newbie
Jan 30, 2021
28
8
13
how to get water for the crops...i have used all the water given to me in the start and can't seem to water the plants
Follow the east road out of the village untill you find the well. Face it and press action (i am not sure whether you must have equipped the tank or not, try and see)
 

Domrepper

New Member
Aug 14, 2018
6
1
13
Hi. I like this Game very much. I´m on Day 67 and have over 200000 Gold. Most Quests are made.

I play R21.1. Where can i find Selena´s Cave ? Is this available?
 

Twelvemonkey

Well-Known Member
Oct 12, 2018
1,017
1,278
313
i played love seasons and they didn't contain any ntr, close but no i think. So, how far the ntr works on this one?
 

Dracodadark

Member
Dec 1, 2017
325
419
190
where is the park? im supposed to meet Heather, Alma and cant remember and I have no clue where the park is?
 

BabayMonsta

Member
Oct 17, 2018
113
275
238
How do you plant seeds???
I bought potato seeds inshop. prepared the dirt with the tool. but how do i plant?
 

BabayMonsta

Member
Oct 17, 2018
113
275
238
Hold the seeds, stand onto/over the hole and press shift. Then face and water it.
thanks. i figured out why it didn't work. apparently if you switch the use button for items (i switch it in options from shift to e) it doesnt affect planting for some f-ing reason.
 

Asuya

Newbie
Aug 4, 2017
89
187
249
Hello guys, someone knows if the dev plans to continue the path with darius (did i do all the "ntr" scenes i found 4 all with darius?)
 
  • Like
Reactions: Anaskm07

Miabellas

Newbie
Sep 23, 2019
62
99
70
Does anyone know if the developer planned to add gay content at some point and didn't?

Playing throught this game, i see so many scene oportunities for the many scenearios within it (like helping the female thief please the bandits for example). I wonder how difficult it would be to add custom dialogue and h-scenes like that, can it be done with mods?
 

fsck

Member
Aug 3, 2017
415
487
254
You don't have permission to view the spoiler content. Log in or register now.

I stumbled onto this game pretty recently and wanted to share my experience getting it running on linux. I used the dd, mkfs.vfat and mount approach.

Set up & mount a fat32 img:
Bash:
dd if=/dev/zero of=test.img count=1000 bs=1M
mkfs.vfat test.img
mkdir ~/mnt
sudo mount -t vfat test.img ~/mnt -o rw,uid=$(id -u),gid=$(id -g)
Get the nwjs linux runtime from:
I got which is the newest version currently.

Extract it somewhere.

Copy/Move the www/ directory and package.json file from Farmer's Dreams to where you extracted the nwjs runtime. Then move the nwjs-v0.52.2-linux-x64 directory to ~/mnt

cd into ~/mnt/nwjs-v0.52.2-linux-x64 and run ./nw

NOTES:
  • I should note that I'm using the compressed version of Farmer's Dreams R21.1. Which is why I only created a 1GB test.img file. Adjust the dd parameters accordingly if you need a larger file.
  • I also ran into a couple of errors which were trivial to fix in www/js/plugins/PKD_VNSaveSys_build.js. Unfortunately I didn't make a note of the specific code changes :( so I'm just attaching my PKD_VNSaveSys_build.js file here. Only use it if you run into errors yourself.
  • I also have not progressed very far in the game, so there may be more errors I haven't yet encountered.
  • While this will probably work just fine with wine instead of using the nwjs linux runtime, I'm running this on a 7 year old laptop and cannot really afford the performance penalty.

Should also be possible to get it running on macs using this approach, but I haven't tested that at all.

EDIT: Had uploaded wrong file before. Uploaded fixed file now.
 
Last edited:
3.00 star(s) 42 Votes