TheGodEmpress
Member
- Feb 25, 2021
- 254
- 208
- 91
100% worth itevery few months, but the content in each update so far has been well worth the wait
100% worth itevery few months, but the content in each update so far has been well worth the wait
Yeah, at least the intro if nothing else (before leaving the continent for the islands).So is this game worth playing if you are not in bestiality?
It's still worth trying out as it's less grindy than most lewd games and less word incontinent than most VNs pretending they're games, but as the story progresses more and more bestiality-related quests appear. At the moment, it seems like settling down on a funny little farm is the Quest.So is this game worth playing if you are not in bestiality?
I BELIEVE all beastility can be avoided.So is this game worth playing if you are not in bestiality?
Yes, nearly all of the bestiality scenes (at least all scenes involving Claire herself) are completely optional and avoidable, and just straight up locked if you dont have a high enough depravity stat.So is this game worth playing if you are not in bestiality?
Depravity, at least as of right now, opens up the ranch quest/storyline, and i believe at least 30 is needed, and it also is a requirement for nearly all scenes involving the rangers guild and the monastery questlines.Havent played in a while. So depravity is a good stat now? I used to do no depravity "virgin" playthroughs, as that seemed like the obvious bad stat in a power run, but now it provides stat increases? Is the baseline requirement to use the tents? And im not quite sure how skill tree works, but Animal empathy seems a weird top end skill for a stat called "depravity"
I actually didn't specify it. Apologies. The ranger questline can be done until it's end with 0 depravity, it's the CG scenes that require it.Uh, no.
Unless Ive missed a major overhaul in the way quests work since version 19, the entirety of the ranger questline, up to the point where you get the permanent boost increase can be done with 0 depravity, provided you take the solutions that dont pimp you out to wild animals.
Im not sure what the monastery is - if its the cult of fertility, that one offers a clearly distinct defiance vs depravity path.
For the skilltree: do you need to have the 4 skills before you can get the signature one, which is awarded after finishing a questline? As in, have animal empathy without depravity points.
As an aside - is there an updated version of the walkthrough?
...you..uh... simply pay off the debtok how do i pay off the debt? i can't go to other cities without paying off the debt. help.
ey! funny seeing you here...you..uh... simply pay off the debt
ay found how to pay the debt off. just beat em up in the bar....you..uh... simply pay off the debt
How-to DIY port RPGM MV games to linux:unfortunately there is no longer a linux version.![]()
touch Game.sh
echo "./nw && exit 0" >> Game.sh
chmod +x Game.sh
Interesting: it's remarkably similar to how to make a RPGM MV game run on MacHow-to DIY port RPGM MV games to linux:
- download Windows version of the game
- unpack it into any desired location
- delete everything except the www folder and package.json file
- go to
You must be registered to see the linkssite and download latest "normal" Linux distribution- unpack all the contents of nwjs archive into the game location
- open a terminal in the game location and input the following to create a startup script file:
Code:touch Game.sh echo "./nw && exit 0" >> Game.sh chmod +x Game.sh
- launch the game by double-clicking on the Game.sh file you've just created
- ???
- PROFIT!