5CAR3CR0W

Member
Oct 3, 2017
144
100
Anyone has any guide for edicts, you cant experiment on the game because it has autosave. Which edicts are worth it?, and how can you lower the cost of the prison and make money without riots every day
in the first page of this thread, go to "modding guide" post. there is a link to a post explaining how you can add "manual save" to any difficulty. that post is part of a reply chain. if you go back 3-4 replies prior, you'll find the explanation how to disable autosave. do both. then experiment to your heart's content

there should be other helpful links in the modding guide as well regarding tweaking money or adding new edict points. you can always add RPGMV Cheat plug in to add/subtract money
 

pr0nt0

Newbie
Dec 7, 2018
18
7
Not sure what I did but the game slowed down (especially the animations) to a point it's unplayable. tried a newer version with no luck. Anyone know a fix besides just starting over?
 

Todeswunsch

Member
Donor
Mar 12, 2018
124
38
Not sure what I did but the game slowed down (especially the animations) to a point it's unplayable. tried a newer version with no luck. Anyone know a fix besides just starting over?
I think is a ram handling issue (cuz i relly dont know). I have a server running on my pc using 16 gb of ram and when i plays this game for a long session is starting to use more and more ram until it start to slow down, i tested closing the server and then it went fast again.
 

dimasbtwe

Member
Oct 11, 2020
115
28
v9B.f Changelog

  • Running out of stamina during the Stripper side job while dancing on stage results in defeat now.
  • Slightly increased pleasure damage taken from enemies talking or staring.
  • Decreased Charm exp gained during Stripper side job.
  • Fixed a bug with Passive display name.
  • Minor typos corrected.
  • Minor bugs fixed.
v9B.g Changelog

  • Fixed a battle message bug that caused Karryn's messages to show a [1] before it.

What happen if karryn defeat in stripshow? Do we get scene like waitress job?
 
  • Like
Reactions: odynson and tornoi

otoboke

Member
Nov 6, 2019
384
740
Don't you, guys, think stripper job is kinda illogical? Looks like that if Karyn doing everything right, then no one of the viewers will stay to the private dance. Or she just have to start it too early and most of audience will leave unsatisfied.
 
  • Like
Reactions: Scorpioguy99

Regelious

Member
Aug 17, 2018
255
2,695


v9B.h Changelog


  • The final dance during the Stripper side job before time runs out will process correctly.
  • Slimes no longer ignore Karryn's Deny External Ejaculation.
  • Karryn can no longer counterattack werewolves doing nothing, or enemies who are attempting to disarm her.
  • Right after Karryn beats a boss and automatically goes to bed, she would get normal sleep quality even if she was aroused.
  • The post battle result screen will now tell you if you've unlocked so many Passives that it fit all of them in one screen.
  • Minor bugs fixed.
  • Minor typos corrected.
 

mar003008

New Member
Jun 7, 2020
1
0
i got the problem the save after i install the Pregnant.
if i start the new save it wont happen.
can anyone help me pls?

1633885551752.png
 

Hydrofront

New Member
May 14, 2019
9
8
Is there some similar parameter to how many shifts(or rep, because I dunno what it's based of) is required before the minimum shift time goes up? I mean, if not 5 mins, I can settle for ten. But 20 and upwards is a bloody torture. And I also want that title.

In RemtairyKarrynWaitress.js, around line 140, add the following 3 lines at the top of the setWaitressBattleTimeLimit function, so it looks like this
Code:
Game_Party.prototype.setWaitressBattleTimeLimit = function(minutes) {
    this._waitressBattle_timeLimit = 300;  // number of seconds
    this._waitressBattle_baseFatigueGain = 2;
    return

   if(minutes === 15) {
      this._waitressBattle_timeLimit = 900;
      this._waitressBattle_baseFatigueGain = 2;
   .....
Then, no matter what amount you pick when starting, it'll end up being 300 seconds. If you want the options to accurately reflect the actual amount of time, you'd have to also edit Map007.json in the data folder, line ~19. Starts with '{"id":14,"name":"Bartender"...'. It's a bit more involved.

If you still want to be able to have longer times actually use longer times, I invite you to fiddle with that function on your own - should be pretty straightforward.
 
  • Like
Reactions: HumblestRanger

shadee1

Newbie
Apr 10, 2018
29
53
Not gonna lie. I am disappointed in how there is no real way to play a dominatrix build. Like I get that it probably wouldn't mesh with the idea of a woman's prideful downfall. But My counter point is, why even include sadistic passives if you're never going to be allowed to be truly sadistic?

And for that matter. I often don't get a lot of the corruption edicts. Like sure experimenting on people is illegal and all that jazz. But then what? It's corrupt to actually make the guards pay for their own equipment and meals? It's corrupt to make people actually work? Like jeeze.

Plus I am sad that we are nearing the end and we don't have any real jobs where Karryn would arguably be on top. All the other jobs just feel too submissive.

Aside from that the game is fun, it's just yeah kinda wish you could actually play a dominatrix Karryn.
 

name002

Newbie
Sep 22, 2018
54
29
Not gonna lie. I am disappointed in how there is no real way to play a dominatrix build. Like I get that it probably wouldn't mesh with the idea of a woman's prideful downfall. But My counter point is, why even include sadistic passives if you're never going to be allowed to be truly sadistic?

And for that matter. I often don't get a lot of the corruption edicts. Like sure experimenting on people is illegal and all that jazz. But then what? It's corrupt to actually make the guards pay for their own equipment and meals? It's corrupt to make people actually work? Like jeeze.

Plus I am sad that we are nearing the end and we don't have any real jobs where Karryn would arguably be on top. All the other jobs just feel too submissive.

Aside from that the game is fun, it's just yeah kinda wish you could actually play a dominatrix Karryn.
Honestly, exactly this.
why even bother to put in sadistic passives if you don't even bother to flesh out the dominant path (if there is one to begin with)

and also it's not like people will play this game for the femdom anyway.
 
  • Like
Reactions: deversari

shadee1

Newbie
Apr 10, 2018
29
53
Honestly, exactly this.
why even bother to put in sadistic passives if you don't even bother to flesh out the dominant path (if there is one to begin with)

and also it's not like people will play this game for the femdom anyway.
Yep. Like I wouldn't mind playing a maschositic slut, and the game is very much geared towards, it's biased towards it even. There is only real way it wants you to play.

So I just have to wonder, why no one in the supporters have actually brought these points up. Just saying if they aren't going to have any intention of allowing you to play a sadistic dominatrix, then don't bloody tease it with sadistic passives that imply you would be able to.
 
Sep 21, 2021
200
361
In RemtairyKarrynWaitress.js, around line 140, add the following 3 lines at the top of the setWaitressBattleTimeLimit function, so it looks like this
Code:
Game_Party.prototype.setWaitressBattleTimeLimit = function(minutes) {
    this._waitressBattle_timeLimit = 300;  // number of seconds
    this._waitressBattle_baseFatigueGain = 2;
    return

   if(minutes === 15) {
      this._waitressBattle_timeLimit = 900;
      this._waitressBattle_baseFatigueGain = 2;
   .....
Then, no matter what amount you pick when starting, it'll end up being 300 seconds. If you want the options to accurately reflect the actual amount of time, you'd have to also edit Map007.json in the data folder, line ~19. Starts with '{"id":14,"name":"Bartender"...'. It's a bit more involved.

If you still want to be able to have longer times actually use longer times, I invite you to fiddle with that function on your own - should be pretty straightforward.
Thanks mate, that's exactly what I was looking for.
 
Sep 21, 2021
200
361
Not gonna lie. I am disappointed in how there is no real way to play a dominatrix build. Like I get that it probably wouldn't mesh with the idea of a woman's prideful downfall. But My counter point is, why even include sadistic passives if you're never going to be allowed to be truly sadistic?

And for that matter. I often don't get a lot of the corruption edicts. Like sure experimenting on people is illegal and all that jazz. But then what? It's corrupt to actually make the guards pay for their own equipment and meals? It's corrupt to make people actually work? Like jeeze.

Plus I am sad that we are nearing the end and we don't have any real jobs where Karryn would arguably be on top. All the other jobs just feel too submissive.

Aside from that the game is fun, it's just yeah kinda wish you could actually play a dominatrix Karryn.
I also have no bloody idea how getting an opportunity to help at the reception counts as being corrupt. Like, come on, I can understand bar waitress or other similar jobs which have no relation to prison activities, but in this case Karryn, the benevolent boss she is, actually helps in maintaining the prison functioning directly, because the prison receptionists are just that incompetent at their job. And to restore the order, too. Just how, HOW is that corrupt? If nothing else, it's the polar opposite to being corrupt.
 

ronadan

Member
Jul 2, 2017
167
358
So I just have to wonder, why no one in the supporters have actually brought these points up.
ummm it has been discussed in the past, tho never took the center stage. everyone here knows Rem didn't explore the sadist/masochist feature that well, especially the sadist part. other than sexual skills having certain characteristics for it (example: titjob being sadistic), it doesn't have that much impact. I'm not calling it wrong but considering the story structure (stubborn virgin transforms into a shameless slut), maybe it was better to never implement such a system. in its current form, the system lacks any real significance in the game mechanics. it doesn't affect dialogue, it doesn't affect edicts, it doesn't affect fighting gameplay.

it's possible to add more to it (like becoming a factor in determining enemy sexual preferences), but anything more than that will be a good chunk of work. even adding additional dialogue for high sadism/masochism will take a lot of time. it depends on what they want to do after the strip club

I also have no bloody idea how getting an opportunity to help at the reception counts as being corrupt
the job itself? idk I don't think it adds any corruption, just like waitress job. the WAY u do it? that's for sure important.

I'm not totally against what u guys say, but keep in mind we're playing a fantasy game filled with unrealistic conditions. the whole prison has rioted and they just send in a single woman while guards do nothing. for some unknown reason the prison still stands when countless prisoners of multiple different races band together, the prison has an actual bar with waitresses (where guards and prisoners drink together), goblins roam around when people are visiting, etc. just don't think too much about it I guess
 
4.60 star(s) 427 Votes