Jan 19, 2018
35
69
You did not, by any chance, copy the files of the current version into the game folder of an old version, right? Because that's how stuff breaks. Unpack the game and copy your save files over, not the other way around.

Edit: .rpgmvp is basically an archived version of stuff (similar to .zip) which contains the .png files.
I didn't, but I solved it by downloading the game again.
 

Ubtsha

Active Member
Jun 15, 2017
533
582
I'd like this too -- I'm new to the game, am having trouble getting started with a viable build
I still never understood well the slut gameplay style. Some patches ago, back in 0.6 I believe, you had to stack endurance and keep being defeated. As the plan is to get fucked without orgasming yourself and you needed high energy+energy regeneration for that.
 

HappyGoomba

Active Member
Mar 7, 2020
689
688
I have a question regarding edicts for anyone familiar.

In Prisoner Mode you gain Edict points 1-2 pts a day (alternating), but I was defeated in the waitress job and woke up the next day (15->16) with zero Edict points available when she woke up in the bar room.

Is not getting any Edict points the next day when you lose intended, or is it likely a bug? Thanks in advance.
When you're defeated in a side job, the day does not advance after the defeat scene. You still have to sleep.
 

HappyGoomba

Active Member
Mar 7, 2020
689
688
Is there a way to make Karryn's attack weaker or enemy have higher health? I have been trying to unlock the "light kick" skill but Karryn keeps on shotting almost everyone even when unarmed
Pay attention to the rock-paper-scissors nature of the attacks and choose the "worst" type of attack.
 
  • Like
Reactions: Beats9821

Roarie

Newbie
Feb 13, 2020
53
77
I see, so the day does not advance when defeated in a sidejob.

A second question regarding the bar.

Is it possible for Karryn to accept drinks from customers when she is currently set to "Don't Accept Drinks" (The menu shows "Allow Drinking" command, yet Karryn seems to accept drinks anyways).

I thought it was pretty weird that she accepts drinks when she doesn't allow them, is it a bug?

EDIT: She rejects drinks sometimes, so I guess she refuses SOME drinks. Hmm.

EDIT #2: Thanks guys. So many neat little details I was not aware of.
 
Last edited:

Neriel

Well-Known Member
Jan 19, 2018
1,017
1,053
I see, so the day does not advance when defeated in a sidejob.

A second question regarding the bar.

Is it possible for Karryn to accept drinks from customers when she is currently set to "Don't Accept Drinks" (The menu shows "Allow Drinking" command, yet Karryn seems to accept drinks anyways).

I thought it was pretty weird that she accepts drinks when she doesn't allow them, is it a bug?
Yes, she needs enough Willpower, to refuse to drink. So if you have not enough Willpower, she will accept a drink anyway, even if you have set it to deny.
 
  • Like
Reactions: Roarie and AlsoLime

VincentYamato

Member
Feb 12, 2018
237
44
Can i transfer my save from one version to another with no issue? i know i have to copy and paste the files on the save folder.
is there a way, a cheat code or whatever, to alter the order lvl or whatever is called? i got ot into getting karry really slutty and now im having problems in fights, and the other floors keep rebelling
 

fart1111

Member
Oct 31, 2019
274
592
I see, so the day does not advance when defeated in a sidejob.

A second question regarding the bar.

Is it possible for Karryn to accept drinks from customers when she is currently set to "Don't Accept Drinks" (The menu shows "Allow Drinking" command, yet Karryn seems to accept drinks anyways).

I thought it was pretty weird that she accepts drinks when she doesn't allow them, is it a bug?

EDIT: She rejects drinks sometimes, so I guess she refuses SOME drinks. Hmm.
It's a willpower check. Also if you have high mouth desire occasionally they can make out with you and force you to drink the alcohol in their mouth when kissing you.
 
Jan 8, 2020
23
32
How do edicts such as Thug stress relief and Bait the goblins work?
It's to reduce the normal atacks and increase the lewd atacks, if you are trying a pure run, not the best idea.
Been a while since I checked the files but I believe they affect the sidejobs too.
Mid-typing edit: Actually, I took a look and it seems like taking the Demean Goblins edict makes it so goblins can spank you during the receptionist sidejob(guess that explains why my Karryn was never spanked?). While the Bait Goblins edict lowers the cooldown for the goblins to get closer, if it succeeds. For the gloryhole job, it changes which enemy IDs are used. I didn't check every file/edict but with this you should be able to tell that they can change a few things here and there.
Code:
            if(Karryn.hasEdict(EDICT_DEMEAN_GOBLINS)) {
                skillArray.push(SKILL_ENEMY_SPANKING_SELECTOR_ID);
Code:
        if(Karryn.hasEdict(EDICT_BAIT_GOBLINS))
            chanceToReduceActionCooldownIfSuccessful += 0.25;
Code:
        //Goblins
        if(Karryn.hasEdict(EDICT_BAIT_GOBLINS)) {
            validEnemyTypes.push(82);
            validEnemyTypes.push(83);
        }
        else if(Karryn.hasEdict(EDICT_DEMEAN_GOBLINS)) {
            validEnemyTypes.push(81);
        }
PS: This code was from .7B so it's possible that things were changed.
 

madchef

Well-Known Member
Jan 10, 2020
1,131
1,985
I still never understood well the slut gameplay style. Some patches ago, back in 0.6 I believe, you had to stack endurance and keep being defeated. As the plan is to get fucked without orgasming yourself and you needed high energy+energy regeneration for that.
There are many orgasm related passives that gradually reduce energy damage from orgasming. Add to it passives that regenerate energy from internal ejaculations and a strong-minded Warden can orgasm all she wants and then get up leaving a pile of exhausted limp dicks behind.
 

Testarts

Newbie
Apr 17, 2020
17
17
SO i don't understand on new level once i am defeated i just can't go anywhere , there are npc everywhere and after punishment scene the fatigue kick in so hard i can't hope to win any battle How should i escape from this fucking level?
 

Ubtsha

Active Member
Jun 15, 2017
533
582
There are many orgasm related passives that gradually reduce energy damage from orgasming. Add to it passives that regenerate energy from internal ejaculations and a strong-minded Warden can orgasm all she wants and then get up leaving a pile of exhausted limp dicks behind.
So I need will too? Endurance and Will? So just getting fucked until you become the Sex Sayan?(orgasm resistance?)
 

ktosiek84

Newbie
Jun 13, 2019
96
103
SO i don't understand on new level once i am defeated i just can't go anywhere , there are npc everywhere and after punishment scene the fatigue kick in so hard i can't hope to win any battle How should i escape from this fucking level?
by using escape in battle ofc (called flee if i recall)
you can run throught enemies that block your path with that
 

HappyGoomba

Active Member
Mar 7, 2020
689
688
SO i don't understand on new level once i am defeated i just can't go anywhere , there are npc everywhere and after punishment scene the fatigue kick in so hard i can't hope to win any battle How should i escape from this fucking level?
Are you on the latest version? One of the changes made was to make it easier to escape after a defeat on 4th floor.
 

Kaliden

Newbie
Jun 29, 2017
16
52
now at v8.i...

Mega link:


Changelog:

v8.i


  • Fixed a bug where the hit to Order when a Level riots overnight isn't being reduced properly.
  • The Daily Report will also now be clear about how much Order got lost overnight from the riot triggering.
  • Fixed a bug where the level of one type of Hobo was 80 higher than intended. That's a strong Hobo.
  • Fixed a bug where the number of enemies in the Level 4 Defeated battle could be lower than intended.
  • Fixed minor bugs.
  • Fixed minor typos.
 
4.60 star(s) 439 Votes