Krude

Newbie
Dec 21, 2021
31
106
what the condition to start the bar orgy event?
To enter a "bar battle", get dead drunk (which means your acohol value is at least 80% of your max stamina, you can see / modify your alcohol value with the cheat menu i posted earlier) and then get harrassed by one of the customers.
 

Nemesis Navro

Newbie
Dec 1, 2018
39
60
I've found the reason behind the unselectable unarmed specialist skills (using head strike, arm slash and leg thrust while unarmed).

So, in skills.json there's only one instance of each skill (besides the edicts), meaning they're designed only for the halberd. This is further proven by the fact the custom requirement checks only if you have a halberd or not. If you do, it's shown, if you don't, it doesn't and the empty counterpart shows up.

The easy way to solve this is to just add "|| user.showEval_headStrike" (without quotes) right after <Custom Requirement>\nvalue = user.customReq_karrynHalberdAttackSkills() and before ";" . But the problem then is that it doesn't have an appropriate animation for kicking (you hit the target just fine, but Karryn just stands there).
I tried to change the animationId within that instance but she still does nothing so I tried to make a new skill entirely but that failed because I don't have the experience to do that (just adding a new skill doesn't do anything, can't get it to even show up).

Any clues how we might solve this?

Hell, bring it up to the dev so we can get another letter (I don't have a legitimate copy so Idk if I should do it) so they fix this bug.
 
Last edited:

Kiri4896

New Member
Dec 26, 2021
2
0
Hi, how many ending there is and how to get them... I just beat everything up careful and got the empress end and also lost all order and get the bad end


I m curious is there any special end.. This is a very good game tbh... I hope there are alot more then just 2 ending....
 

Yukihirou

Well-Known Member
Feb 4, 2018
1,355
1,229
Last edited:

DrakeWasHere2

Active Member
Jun 8, 2017
616
1,074
There is any cheat for control and order?
Not that I know of. But you can probably do the same using online RPG save file editor to give you lots of money and then get the edicts you want for better control of prison. (Cheat Mode)

Alternatively if you go that route. Once you cheat in a lot of money, just do the edicts that do Control + and if you want to stop rioters from spamming all the time depending on difficulty mode, all you got to do is make sure you can do the third floor stage one, after clearing it -> The Rioting Issue > Riot Suppression Training for Guards. (Make sure you already did Anti Goblin Squads and you might need to train guards against Rogues too, I don't remember, but the added +s on those for control was what I was really going for ahead of time during Warden mode.)

I don't want to know what Asi- Prisoner Mode looks like. Warden mode is enough of headache with random riots all over place. Riot Suppression really helps, long as you don't go bankrupt.

Of course you can also go that route fairly but... If you probably notice the more order you have, lesser money you get.

Kudos to any that can beat Warden or higher without exploiting save/cheating. I was forced into it personally when I got to the final area, loss. Then next I see is riot after riot and my Order dangerously getting low to gameover rate when trying to balance clearing a floor, resting to recover stamina, then dealing with another riot on another floor later. ;/ (So more or less be strong enough to go straight to final boss after 4th boss on Warden and higher modes.)

Also the Secretary side job can help restore Order. But... It really becomes admissible with riots going on all over place. If you ever in pinch, I think sending them to proper room gives bit of order? Not sure how that works, I notice it often go up a bit after Secretary side job.
 

mamaboiii

Active Member
Oct 13, 2018
568
1,678
I've found the reason behind the unselectable unarmed specialist skills (using head strike, arm slash and leg thrust while unarmed).

So, in skills.json there's only one instance of each skill (besides the edicts), meaning they're designed only for the halberd. This is further proven by the fact the custom requirement checks only if you have a halberd or not. If you do, it's shown, if you don't, it doesn't and the empty counterpart shows up.

The easy way to solve this is to just add "|| user.showEval_emptyHeadStrike" (without quotes) right after <Custom Requirement>\nvalue = user.customReq_karrynHalberdAttackSkills() and before ";" . But the problem then is that it doesn't have an appropriate animation for kicking (you hit the target just fine, but Karryn just stands there).
I tried to change the animationId within that instance but she still does nothing so I tried to make a new skill entirely but that failed because I don't have the experience to do that (just adding a new skill doesn't do anything, can't get it to even show up).

Any clues how we might solve this?

Hell, bring it up to the dev so we can get another letter (I don't have a legitimate copy so Idk if I should do it) so they fix this bug.
It's not a bug, it's a feature. You even mentioned that the code explicitly checks for the halberd, that should've been a clear indication. The skills are meant to be used only with a halberd. Unarmed combat is supposed to be a limiting factor. You can't smack someone's head with the blunt side of a halberd without one. Or slash arms without a sharp edge.

EDIT: I forgot the unarmed specialist edicts, because I never used them before. You're right, that's not working as intended.
 
Last edited:

Krude

Newbie
Dec 21, 2021
31
106
That's a lot of words just to say "use the cheat menu and set order and control to whatever you want" :^)

Maybe i should add some key words to my post for the search engine...
 
  • Like
Reactions: Deathpacito

Yukihirou

Well-Known Member
Feb 4, 2018
1,355
1,229
That's a lot of words just to say "use the cheat menu and set order and control to whatever you want" :^)

Maybe i should add some key words to my post for the search engine...
I never cheat in my game, but damn isn't your mod helpful, I will use it after I clear Prisoner again.
 

777palmface

New Member
Nov 10, 2020
14
15
It's not a bug, it's a feature. You even mentioned that the code explicitly checks for the halberd, that should've been a clear indication. The skills are meant to be used only with a halberd. Unarmed combat is supposed to be a limiting factor. You can't smack someone's head with the blunt side of a halberd without one. Or slash arms without a sharp edge.

There are specialization edicts (unlocked from research) which allow you to use these skills without halberd.
 

Lewd Dragons

Newbie
Jul 22, 2021
46
42
Been having fun with this game but some things are just not fair (yeah I know, it says so on the store page).

In some regards, it reminds me of old RPGs but at the same time, I remember how those old RPGs made owning a strategy guide a must. If there is one big pet peeve, its money generation. I'm only on floor 3 and I know there may be other things later but the only viable strategy seems to be letting order drop, live off of subsidies until you get Karryn's stat edicts unlocked, then taking down the boss.

If there is some better way (and no, beating up the guards at times only nets me 40g) to get cash, let me know.
 

Krude

Newbie
Dec 21, 2021
31
106
Put in some more work on the Cheat Menu and uploaded a new version.

You don't have permission to view the spoiler content. Log in or register now.

The gist of it is: editing the Emperor's gifts, your accessories and even your titles is much easier.
Also added a way to sorta edit your stats. Editing them directly doesn't help, because they get dynamically calculated from your stat level experience, accessories, title bonuses, fatigue modifier etc.
So instead i added a way to increase your stat experience. Boost your experience, and the next time you end a fight your stat will increase! Probably won't work for decreasing stats, though.

I might take a look at skills / passives next, but I can't promise anything since i'm not a coder and there's no work yet that i can piggyback off.


edit: oh by the way, i found out there's an in-game menu to edit switches and variables that you can call when the Cheat Menu is installed! Try to press F9 in-game. ;)
 

Juandeagle

Newbie
Nov 27, 2018
40
64
No one said you should read 1000+ pages to find what you are looking for. If you did the thing I did in the attached picture you would've known there is a similar hidden level just like you described but it is used by devs to test stuff. But I'm not going tell you how to find it, find it yourself. There are also 6 pages of people asking if there is a gallery mode and others explaining it doesn't have and why it doesn't make any sense in this game. You could obtain this godly information by yourself if you use the thing in the attached picture.
I already know about the test room please don't patronize me I know about MV cheat and RPG ace cheat system this isn't my first hentai RPG game. There's literally no reason why a gallery wouldn't work as how I literally explained how one COULD work as well as the test map is basically what I described but requires using cheats to enter as well as not including ways to quickly end the battles to end scenes quickly and the endless mode being something that could be used for more specific enemies. A gallery does not necessarily need to be perfect with every little option and detail available just a way to easily access scenes.

so have you actually looked at the cg's for the game? just curious
Yes, I know the CGs are just many base images with faces laid ontop of faceless poses, it's nothing new. Many games use similar systems and for one game I've even taken the cgs and separated all of them into separate PSD files for each scene so that details, clothing, poses can be changed by hiding and showing layers. But even for other games that use similar systems a lot of them still have galleries even if they're not perfect, but at the very least it still lets people more easily access scenes without needing to use cheats or have to go through a bunch of ingame hoops to reach the scene the want as long as they beat the game and at the end of the day it is a hentai game, some people just want to get to the art.

I'm sorry that people have commented on wanting a gallery so many times but it's really no reason to be mean to people who just might want to post a quick comment without engaging deeply with the small community that has cemented itself with this game. Especially when there were others who were more than willing to just reply with something helpful. I would understand being fed up with people constantly asking questions about the mods but my original comment was just saying "I hope they add a gallery it would make things easier"
 
4.60 star(s) 455 Votes