Emperor_Arcturus

Well-Known Member
Jul 18, 2017
1,479
1,273
388
So I played the game for a fair bit, playing on Secretary mode because I just want to enjoy the content (although after playing it a bit I wonder if that would not be easier on a higher difficulty...), I've got the first two levels cleared and I'm working on the third. I had just resubdued level 2 and gone to bed when I was hit with a game over Bad End 1 upon waking up. Is there a time limit or something? The first two levels are stable and idk what the hell happened, but I don't like it.
I'll note that I lost a number of fights on purpose to push for content that seems so far to be only really accessible if you lose (and boy does it take a loooong time to lose on Secretary difficulty).


Yeah I figured as much. Unfortunate, running down every case insensitive case is just not something I'm going to do.
The only end is if your control reaches 0, you might not have been paying attention enough at the time, or you encountered a bug.
 

bigguy_foryou

Well-Known Member
Jun 8, 2018
1,188
1,124
326
The only end is if your control reaches 0, you might not have been paying attention enough at the time, or you encountered a bug.
Perhaps I didn't understand the system. I never paid attention to control I just assumed that if the two opened floors were green then everything was at least "ok". I think I backed the save up shortly before it happened so I'll see if I can do something, though I'm tempted to just restart on warden mode.
 

Brololol

Member
Oct 19, 2017
376
380
231
to get NG+ I have to lose game, right? But isn't New game + by transfering all the perks/titles makes game harder every time? like I've got to level 3 and can't get the boss, keep trying and more I try more the slut Karryn gets.
 

solamlo

New Member
Apr 9, 2020
14
9
83
to get NG+ I have to lose game, right? But isn't New game + by transfering all the perks/titles makes game harder every time? like I've got to level 3 and can't get the boss, keep trying and more I try more the slut Karryn gets.
You may reset the perks but the titles will always be there.
 

Nadore

Newbie
Mar 26, 2017
49
1,072
376
September 1st, 2020: Sachinama Art & Progress Report

Hi everyone, Sachinama here with this week's Progress Report and nice to meet you, SubscribeStar!
First, thank you to all the users who played the alpha build v6! We are very excited by the response we've received.
I've been drawing the Defeated Battle Level 3 for a week. Rem has almost finished coding the battle. Now I will be working on completing the CG. We've got some hotter scenes in the next update for you! Enjoy!



1598941123666.png

1598941143480.png
 

Dreamatrix

Active Member
Aug 11, 2019
562
289
231
to get NG+ I have to lose game, right? But isn't New game + by transfering all the perks/titles makes game harder every time? like I've got to level 3 and can't get the boss, keep trying and more I try more the slut Karryn gets.
2 Methods- [Players who do not want spoiler should avoid reading ESPECIALLY 2nd Method]
You don't have permission to view the spoiler content. Log in or register now.

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

If those who got read 2nd Method, my Warden lv is only 36, Slut Lv 182(184 passives) and 58 Corruption, 26 titles. Day 75 after 1 NG+. I think there are others who are better than me with more passives. Currently the Passive/Title Guide is not fully updated as some are missing from it and some of the names are different or changed.
 
Last edited:

Killknight

Newbie
May 11, 2020
41
18
50
How to go bankrupt?
I am losing so much order on Lvl3 and only inmates gives 7 order is the gym inmates, with sexual acts they give 5 to 6, but I didn't unlocked the sex skills yet, and I am not a big fan of loosing.
Is charm built worthy for it?
 

curiousben

Newbie
Sep 21, 2016
30
17
171
Because I didn't see it in the mod guide, this is what I changed to make it so that Karryn started every battle with the Horny status:

In www/js/plugins/Remtairy.KarrynPassives there is a Pre-battle passives section that looks like this:
You don't have permission to view the spoiler content. Log in or register now.

I added a horny check to it so it looks like this:
You don't have permission to view the spoiler content. Log in or register now.

If you want to be horny for the entire fight, you'll have to scroll up in the passives a little bit, Horny duration is two sections earlier, you just need to change the baseAdd to a larger number to get more turns.

This will also make you horny at the beginning of the waitress and receptionist jobs, but you'll have to go to Remtairy.KarrynWaitress and Remtairy.KarrynReceptionist respectively and change the horny durations there from
Code:
this._hornyTimeLimit = -1;
to
Code:
this._hornyTimeLimit = 3600;
(Or whatever the longest duration shift is converted into seconds)
 

KentaMenta

Newbie
Apr 14, 2019
26
14
35
Along with the gangbang scene at the bar, is there any other scene in the receptionist job apart from that 'goblin wants lickity lick Karryn Pussy'?. There was one naked guy who pop up at the counter with his dicks up asking for some favour from her but then the 'Accept Request' button was not active.
 

ADAS20

Newbie
May 12, 2020
68
91
58
Along with the gangbang scene at the bar, is there any other scene in the receptionist job apart from that 'goblin wants lickity lick Karryn Pussy'?. There was one naked guy who pop up at the counter with his dicks up asking for some favour from her but then the 'Accept Request' button was not active.
Your desires need to be up for that. I think the dude can grab your tits and kiss you, Karryn can give a handjob and blowjob.
 
  • Like
Reactions: KentaMenta

Shinobikun

Member
Oct 5, 2017
147
336
251
Yeah I figured as much. Unfortunate, running down every case insensitive case is just not something I'm going to do.
Here is a small script I wrote. It takes every file and copies it with the copy starting with a lowercase letter if the original starts with a uppercase letter, or the other way around. I ran it in the /www/ folder. It will double your game size, but it'll take care of pretty much all missing files.

There is one file which has a upper/lowercase mistake in the middle of its name, which i don't remember the name of, so you'll have to track it down yourself. (It happens immediately during fights, look at the console by pressing F12). So far I have not run into any other missing files.

Bash:
#!/usr/bin/env bash

for file in $(find . -type f -print)
do
    filename="$(basename -- $file)"
    path="$(dirname -- $file)"
    head="${filename::1}"
    rest="${filename:1}"
    if [[ $head =~ [[:upper:]] ]]
    then
        ** -v "$file" "$path/${head,,}$rest"
    else
        ** -v "$file" "$path/${head^^}$rest"
    fi
done
 

minin

Member
Mar 2, 2019
138
94
159
so can someone tell me how to make the desires go to 100% again? having them at 125% feels wrong lol
 
4.60 star(s) 496 Votes