Everyone here was like that at some point. Don't sweat it my dude, I recommend turning on cheats in settings (that way you won't get disrupted by hunger and can restart after you die), going into free roam and fighting random enemies with different class types for hiro. Find which one works best for you and practice combat/techniques with that class. I think that despite there being a full option containing a "story" for patrons, the free roam gets way more attention and development. There's lots of little side-quests you can do for the madame in the brothel regarding bounty-hunting and others you can do for different characters. You can also explore the bad endings (there's lots of them lol) mainly ending in you being turned into a bitch by the mystical beasts of the game. Or if that's not your thing you can complete the small story in free roam, defeat the dragon thing and level up your character so you can beat any enemy and then you can fuck em' all (if you wanna know how to do this just google it and a discussion will probably show up on itch.io) ,Unfortunately that's all the game really holds at the moment. You can wait a few weeks and come back when there's more updates or find similar games on reddit and stuff.I wish there was a linear storyline & the fight was more simpler . I have no idea what I am doing or where I am going or how the story is progressing
I'm so happy that jester looks like Magilou from tales of berseria. Too bad it doesnt have a flat chest, but its like a dream coming true.New encounter in the works: Jester
Majalis does not release the poll numbers. We can only assume judging by the upcoming releases what won or is winning.
Got ya. I didn't know that, thanks.Majalis does not release the poll numbers. We can only assume judging by the upcoming releases what won or is winning.
As Buhdaa said you can't see the poll numbers, you only get to vote on what you want, then later when the polling is over they will post what won.Got ya. I didn't know that, thanks.
Thanks, It's all a big black box for us outside the patron updates. We appreciate the insights.As Buhdaa said you can't see the poll numbers, you only get to vote on what you want, then later when the polling is over they will post what won.
Play another game if you dont like the MC to be a cute sub.Wanted to know if now there was a way for the protagonist to actually win a fight in the current version. I remember playing a pretty old build and most of the encounters where almost impossible to win resulting in the mc getting raped.
Don't hate it but I'd like to have my character doing the fucking.
The simplest way is going warrior, 8 str then 5 Per 1 magic, 1 charisma, max END and Agility. Take orcblood and get the stat bonus sabatons, boots and helm. Then you're like 10 in all melee stats so you just use your maxed blitz and def when you need. Note this build is good for virgin run but you can hit the deck if you want dick.Should I put the two skills into same area? no clue where to put points or which class to choose. Any tips.
So I've spent days trying to figure out how to compile this game from the developer's repo (I actually was given access to the developer's private repo that is up to date, but I'm too embarrassed to ask him for help with running/compiling the game) and Java keeps constantly fucking me over. If you could help me out I will love you forever.I found myself that the absolutely best way to get latest versions is to periodically git pull from the official repoYou must be registered to see the linksand build the game myself with gradle.
By all means you are not depending on anyone this way.
All you have to do is install git, gradle and then do this.
Edit settings.gradle and remove `android` out of it.
Edit build.gradle and remove sections for `android` as well.
Run gradlew or gradlew.bat, that depends on your OS.
After that run gradle build.
Go to `desktop` folder and from there execute gradle run.
That's it.
All operations are to be performed in shell, terminal or commandline.
![]()
1) I have no idea what might have changed in their build workflow since more than a year ago.So I've spent days trying to figure out how to compile this game from the developer's repo (I actually was given access to the developer's private repo that is up to date, but I'm too embarrassed to ask him for help with running/compiling the game) and Java keeps constantly fucking me over. If you could help me out I will love you forever.
I've deleted the android stuff from settings.gradle and build.gradle. But when I run gradlew.bat it throws an exception and says gradle could not determine my Java version (java 11).
I've tried using the latest version of gradle and also tried using the version of gradle that the project uses which if you go to "repo\gradle\wrapper\gradle-wrapper.properties" says is gradle-4.1-all, but both versions give me the error. I've also tried changing that gradle-wrapper.properties file and set it to use the latest version of gradle instead of 4.1 but still the same error.
Just curious but do you remember what version of Java you were using when you last built it, or do you know what might be wrong? I don't really want to uninstall Java then install an older version if I don't have to, since doing that and changing the environment variables is a pain. Any help would be greatly appreciated.
THANK YOU! I LOVE YOU! i just needed java 8 i guess, but your instructions for building the game worked!!!1) I have no idea what might have changed in their build workflow since more than a year ago.
2) Assuming that the bat file is invoked from the console (i recommend running via Powershell) it helps to make sure that JAVA_HOME environment variable is visible to it. No idea how to check that out on win, but a simple search will let you get that info.
3) It was java 8 i guess.
UPD: gci env: should display all env vars available to the PowelShell