bricanyl

Newbie
Oct 9, 2018
25
16
Hi, could anyone explain how the gym works to me, please? I mean, I kinda get it for the general part, observe and correct trying to make them perfect, but I can't get any H scene at all (except making them hard in theyr pants)
You need Karryn to have a high enough slut level and desires.
 

mach323

Member
Jan 9, 2019
102
167
alright has any one figured out how the game chooses what enemeis go in a troop. i have been looking for hours and its hard to understand this code.
 

tyrrandae

Member
Aug 7, 2017
249
197
Does anyone know of a way to edit Sadism/Masochism skill levels? I want my Sadism skill level to be as low as possible. Or really, I just want to make it so Karryn doesn't have sadistic dialogue, as it seems her dialogue changes depending on whether she's sadistic or masochistic.
Yes edit the 2 functions in RemtairyKarrynPassives.js

Game_Actor.prototype.calculateMasochismSkillLvl found on line 5442
and
Game_Actor.prototype.calculateSadismSkillLvl found on line 5468

Should be pretty easy to change.
 

xenohunter11

Newbie
Aug 10, 2020
53
30
does anyone have any idea how to fix the pero cheat mod and momozahara2 cheat mod cause i try every other cheat mod and non of them work when i use the command to open a browser menu.

before this update it work and i can use those mod but now the latest kinda broke all of them any fixed?
 

Vail Wolfe

Newbie
Jul 23, 2019
49
16
Made a quick dirty mod for it. You'll see a new Cheat setting called "No Riots, Yes Jobs...".
If you're still interested at knowing what to tweak without all the additional things like adding it to the cheat page, take a look at the code (scroll all the way down).
To use it, simply drag and drop in into your www/mods folder.
Excuse me sir,
1686114323914.jpeg

Thankyou very much!!! I wish u Best of luck for life!
 

ClawMan_V3

New Member
Jan 16, 2018
13
1
Yes edit the 2 functions in RemtairyKarrynPassives.js

Game_Actor.prototype.calculateMasochismSkillLvl found on line 5442
and
Game_Actor.prototype.calculateSadismSkillLvl found on line 5468

Should be pretty easy to change.
What edits do I make and where? I'm completely clueless on this. Also, will changing these functions affect a loaded save file? Makes me wonder how that all works or if it's something completely out of my league of understanding.
 

coredemonicas

New Member
Mar 28, 2022
4
0
A request for someone is a bit more code savvy than me... with the gym DLC having barriers blocking you from being able to do all of the actions based on prerequisite passives... is there a way to remove those prereqs so even a fresh game could do them immediately? As in first time you enter the gym without any experiences prior... you're able to do everything. I've tried coding this in... it's been less than successful.
 

tyrrandae

Member
Aug 7, 2017
249
197
What edits do I make and where? I'm completely clueless on this. Also, will changing these functions affect a loaded save file? Makes me wonder how that all works or if it's something completely out of my league of understanding.
Well.....if you just want sadism as low as possible, you just edit the last line to be
JavaScript:
this._baseSadismLvl = 0;
this will make it 0 rather than whatever levels you would gain from passives. THis just effects base level though. YOu will still get in combat sadism levels, you would need to edit that out elsewhere.
 

tyrrandae

Member
Aug 7, 2017
249
197
A request for someone is a bit more code savvy than me... with the gym DLC having barriers blocking you from being able to do all of the actions based on prerequisite passives... is there a way to remove those prereqs so even a fresh game could do them immediately? As in first time you enter the gym without any experiences prior... you're able to do everything. I've tried coding this in... it's been less than successful.
Yes you need to edit any showeval functions and remove the dependancies from them.

there are a lot.

as an example change

JavaScript:
// Cock Pet
Game_Actor.prototype.showEval_trainerCockPet = function() {
    return this.showEval_trainerSexSkills() && this.showEval_karrynCockPettingSkill();
to

JavaScript:
// Cock Pet
Game_Actor.prototype.showEval_trainerCockPet = function() {
    return true;
 
  • Like
Reactions: NunHentai

camper88

Member
Feb 14, 2023
327
352
So I tried to run game by using nwjs v0.77 on linux, and I got these errors, follow by my game's texture being crashed and can't render
You don't have permission to view the spoiler content. Log in or register now.
Anyhelp about this please?
You should install this for your distro for nwjs to run properly.
 
Last edited:

retardo

Member
Sep 17, 2017
410
1,220
You ever heard of a thing called writer's block? You don't want artists forcing content. You want them to write when they feel inspired. The reality is Rem needs no justification for breaks or pauses or deciding to move onto different content. For less than the price of a dinner out with company, or a pair of jeans you have been gifted a ridiculous amount of content.


Something tells me you weren't going to buy anything anyways :KEK:
Writer's block is fine. Releasing what should be a free update to add more content to the floors as paid DLC is not. You DO need justification to leave a game unfinished though beyond "I don't feel like it."
 

mach323

Member
Jan 9, 2019
102
167
i have been at this for 4 days and i refuse to give up modding shouldnt be this big of a pain in the ass
 

Bawunga

Active Member
Dec 19, 2019
618
1,670
May I know what the cut-in animation does in the game?
Just makes the cut-in animations loop instead of playing once. The sound effects only play once though which makes it kind of pointless IMO (and as a complete aside, the sex sounds in KP are really, really weak, be neat to get a mod which replaced them with better ones).
 
  • Like
Reactions: camper88

rarbs

Member
Apr 25, 2018
105
43
Hey can someone help me with this code?

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

I'm trying to make it so that the bolded+underlined code does not apply in certain situations (to be more specific during side job "battles" as they lead to failed to load hat_1.png error), but have no idea how to do so.

I've checked that removing the line makes it work during scenes that lead to a loading error

thx
 
4.60 star(s) 442 Votes