SakeTami
Tinkerer
Tinkerer

patreon


Download Links for PQ version 3.91

Hello!

Below are the download links for Peasant's Quest v3.91. Since the full download is nearing the 5GB per day download limit of Mega free accounts, I've also added Mediafire download links.

As usual older savegames should be compatible with the new game version. Simply copy your old "save" folder to the new version. Usually found under <Game Folder>\www\save.

Installation instructions for Mac and walkthroughs can be found in the game folder. If you any further help, contact me or visit the Discord server (best chance for help): https://discord.gg/eaUjDUNZpS

Complete game

Choose these links if you are new to the game, or have a very old version (pre 3.81). Please copy the entire link to your browser (don't just click on it), that way you avoid having to supply the decryption key.

Windows

Mega: https://mega.nz/file/g8EllShJ#AK81c7pT7z93cX3Tgc8oZzm45cIF1_mhJ5jNSi7vDXU

Key:AK81c7pT7z93cX3Tgc8oZzm45cIF1_mhJ5jNSi7vDXU

MediaFire: https://www.mediafire.com/file_premium/0oesbg5nrzow6wh/Peasants_Quest_NYD391.zip/file

Linux

Mega: https://mega.nz/file/8xMwnChZ#AgG-ghBhMF3GlMugR2e-TPa8X9wg2siOnboNtupThfw

Key: AgG-ghBhMF3GlMugR2e-TPa8X9wg2siOnboNtupThfw

MediaFire: https://www.mediafire.com/file_premium/olu7o3hjx4tmckn/Peasants_Quest_NYD391_Linux.7z/file

Mac

Mega: https://mega.nz/file/NtEkTQbR#uWGpj8wTx3U-vbHSQxEUFegOnXVNuG7AyJ_du_nb4Yk

Key: uWGpj8wTx3U-vbHSQxEUFegOnXVNuG7AyJ_du_nb4Yk

Mediafire: https://www.mediafire.com/file_premium/6w7np75uh1091ls/Peasants_Quest_NYD391_MacOS.zip/file

Android

Will be made available on the Peasant's Quest Discord server as soon as possible. https://discord.gg/eaUjDUNZpS

Browser version

Will be available on www.tinkerer-games.com in a few days.

Partial game

These links only contain the core game files and the new images and animations. This is only for those who already have version 3.81 or newer installed. You will need to copy the images from your old "pictures" and "movies" folders to the v3.91 . DO NOT overwrite any files of the new game version. The movies folder can be found under "<Game Folder>\www\" while the pictures folder can be found under "<Game Folder>\www\img\"

Mac users need to browse to <Game Folder>\Game.app\Contents\Resources\app.nw

Windows

Mega: https://mega.nz/file/xs0lmAqL#uy0EairebkMdrHpfmjVu4AbRTAR3p80P4wrdJvCI_qM

key: uy0EairebkMdrHpfmjVu4AbRTAR3p80P4wrdJvCI_qM

Mediafire: https://www.mediafire.com/file_premium/x5ak1w2m3fjnz78/Peasants_Quest_NYD391_-_Partial.zip/file

Linux

Mega: https://mega.nz/file/A483lBLZ#-ii6hlnahaSDysZdUbBnm3wnHwl_uvDB7icEUaAj2so

Key: -ii6hlnahaSDysZdUbBnm3wnHwl_uvDB7icEUaAj2so

Mediafire: https://www.mediafire.com/file_premium/1p0vkv9hkz3v787/Peasants_Quest_NYD391_Linux_-_Partial.7z/file

Mac

Mega: https://mega.nz/file/F1dACTyQ#yGlMHI12vjMLnyO9TXg1dRWICcB18RXCOwTrEf_xAE0

Key:yGlMHI12vjMLnyO9TXg1dRWICcB18RXCOwTrEf_xAE0

Mediafire: https://www.mediafire.com/file_premium/oc3dtjo6tkodq2y/Peasants_Quest_NYD391_MacOS_-_Partial.zip/file

Have Fun!

Tinkerer

Comments

Make sure to flirt with her and buy her flowers as often as possible.

Tinkerer

Sorry to bother you guys but I am stuck With no progress with Madam Daiyu, all I con do with her is Trade , have I missed a quest? In the ripper Quest There is a house with a star on the door but I cannot gert in is there something I have to do? Can anyone Help?

Blue Zephyr

You can download the latest Android version via the Discord server. See the link in the post. You will need to copy your old save files to a PC before installing the latest version. Then copy them to the new game on your android device.

Tinkerer

Will see what I can do.

Tinkerer

i don't have newer version and still stuck at 0.75

Reinier Craig

How can i install Peasant after the game delete all the data on android tablet

Reinier Craig

In the old versions, when Erevi's daughter grew up, it was possible to add her to the party and go on adventures with her. Now, however, all conversations end in nothing. How can I re-enable the old mode?

Graziano Falcone

Is it possible to add a feature where we can see all the girls' pregnancy progress on one screen, without clicking on each portrait individually? It takes me forever to click through all that stuff.

htomm

Really enjoyed the update and the femdom scenes

bumbameuboi

read your walkthrough or what the npc tell you

Erik de Haan

Where’s the casks of wine for the castle?

Joe P

GoFile.io is also good for download

Loaderbot1313

Denis Popa posted this further below. Check if this works. 1. Check the Executable’s Permissions macOS often blocks executables that don’t have the correct permissions. Open Terminal and navigate to the app’s internal executable: cd /Applications/Game.app/Contents/MacOS ls -l If the main file (e.g., nwjs) shows no x (execute) permission: -rw-rw-rw- nwjs Fix it: chmod +x nwjs Try launching again: ./nwjs 2. Fix Permissions for Helper Processes If the app still closes instantly, check the Framework helpers. NW.js relies on additional binaries—if those lack execute permissions, the app fails. Navigate to the Helpers folder: cd "/Applications/Game.app/Contents/Frameworks/nwjs Framework.framework/Versions/91.0.4472.114/Helpers" ls -l If files like chrome_crashpad_handler are missing execute permission, fix them: chmod +x chrome_crashpad_handler Or apply to all helpers at once: chmod +x * For safety, make the whole NW.js Framework executable: chmod -R +x "/Applications/Game.app/Contents/Frameworks/nwjs Framework.framework" 3. Run the App Again Go back to the main binary and launch: cd "/Applications/Game.app/Contents/MacOS" ./nwjs 4. Handling NW.js GPU Crashes If the app no longer complains about permissions but now crashes with: GPU process launch failed: error_code=1003 FATAL: GPU process isn't usable. Goodbye. this means the NW.js runtime is too old for your macOS GPU/driver. Try launching with GPU disabled: ./nwjs --disable-gpu Or with more aggressive flags: ./nwjs --disable-gpu --ignore-gpu-blocklist --disable-gpu-compositing --in-process-gpu --no-sandbox - this worked for me

Tinkerer

Mr Tinkerer can you please give us(Mac user) a detailed procedure how to make work the last release step by step? Because the pdf "how to install peasant on MacOS" doesnt work...Thank you lot

Fabio87

The three-way scene between the protagonist, the goblin daughter, and Shakala is appearing to be missing in some images; the screen goes completely black.

Kurosaki Ichigo

Is it okay to delete all the previous version once i move the suggested file to the latest version?

Ali-Aiman

can anyone help me i lost my save game file for 3,71 please

rubal

I have the same problem and I have an Intel processor

Cedric

Also, I could not name Yvette's 6th child. She announced the baby's birth and forced his name "Percy." And the 6th child never appears at night on 3rd floor bed - I am assuming it's the right most corner one, because it's the only one that's empty. It might be a glitch or bug on my save but I thought it's worth mentioning here.

victrmrsc

I have done the download and used Unarchiver to download the file on a Mac. Just says can't open this file. Doesn't let me go to the permission requirement.

Michael Ryan

Tinkerer, thanks for the game! By the way, not sure if it was intentional or not, but Josephine doesn't look like she's in her pregnant state even though she is when she found the protagonist and Humphrey outside of Yvette's bedroom during the last part of the wedding. The picture in your post "Some info" shows exact moment of it. It happens again after the coup, when she sits on the throne. Well, now that I'm thinking she does not look pregnant most of the event scenes she's involved in other than the intercourse scenes.

victrmrsc

The Mannequin with the new Wedding Dress didn't render in until after selecting the tile where it should be

HighEnergy16

I downloaded the full game mac version and cant open it, I followed the steps described by "How to install Peasant’s Quest on a Mac" and used the xattr -d com.apple.quarantine command, but still get an error message that I am unable to open the application.

Cedric

I love these last two updates! Hope there will still be a little more content with Josephine, Yvette and Cathrine once MC takes command. Thanks Tinkerer!

Azmoz

God I love this game.

Nihtgenga

She is stuck at 18 days until after Ziva announces her pregnancy. Unless you've already gotten past "Cover Your Tracks"?

Archon

Caleah (swamp elf) has been stuck on day 18 pregnancy the entirety of my playthrough - like 50+ days. Is there a quest trigger to get this resolved or am I bugged?

MrQ

Check out the "How to install Peasants Quest on MacOS.pdf" file attached to the post. Try following those steps. Make sure to use the unarchiver.

Tinkerer

Why does Mac not open the game? It says "Can't open the file". Thank's for advice.

Simon

We've had snow for about 3 weeks now. Fed up with it already:-). Hopefully it'll be gone by May.

Tinkerer

Woohoo, will the full game link include rhe demon daughter scenes as well or is that still needing a separate file added in?

Matthew Mocias

...and we just got our first snow day too!? Perfect timing!

Gray Metal Fox

Thanx sir!!!

Robert M Kern


More Creators