I'mWabbit

Member
Feb 10, 2018
110
54
mamaboiii, I need help with two things.
1. I tried to use the guide you made on removing passives so I can remove any masochist passives and it didn't work.
2. I also would like to know how to make karryn's vaginal sex skill do more damage. Ever since I've gotten to level 2 and 3 the damage on the move has been subpar. I wonder if it has anything to do with the enemies or her passives.
 

swpkmn

Member
Feb 19, 2020
490
332
mamaboiii, I need help with two things.
1. I tried to use the guide you made on removing passives so I can remove any masochist passives and it didn't work.
Might help if you post what specific passive(s) you were trying to remove, and maybe what you did thus far. That seems like a good first step for anyone to help you get things working.
 

I'mWabbit

Member
Feb 10, 2018
110
54
Might help if you post what specific passive(s) you were trying to remove, and maybe what you did thus far. That seems like a good first step for anyone to help you get things working.
Passives trying to remove: Excessive Confidence, Red Spank Marks.
What I did: followed the guide he made to remove passives and came up with this and it didn't work.
You don't have permission to view the spoiler content. Log in or register now.
 

mamaboiii

Active Member
Oct 13, 2018
520
1,525
Passives trying to remove: Excessive Confidence, Red Spank Marks.
What I did: followed the guide he made to remove passives and came up with this and it didn't work.
You don't have permission to view the spoiler content. Log in or register now.
Hmm, I'll probably have to revise the guide.
In the meantime, instead of this.forgetSkill(274); use actor.forgetPassive(274);.

mamaboiii, I need help with two things.
1. I tried to use the guide you made on removing passives so I can remove any masochist passives and it didn't work.
2. I also would like to know how to make karryn's vaginal sex skill do more damage. Ever since I've gotten to level 2 and 3 the damage on the move has been subpar. I wonder if it has anything to do with the enemies or her passives.
Regarding 2.: Normally you increase your damage by raising the respective skill level (by gaining passives), earn passives that can increase it in a different way and by leveling up that dexterity. Dex is pretty much the sex damage skill. Below you'll find the part for the vag sex skill in the code if you want to alter it.
You don't have permission to view the spoiler content. Log in or register now.

Sorry if I wasn't clear, I meant as in, is it possible to make it so that, even toys are inserted, it doesn't counted and losing her virginity?
Or would that be something too complicated?
Nah, that's easy ;)
You don't have permission to view the spoiler content. Log in or register now.
EDIT: Updated version for v1.1.0c here.
 
Last edited:

Ramen-

Active Member
Aug 28, 2018
727
1,325
How does the game run for you guys? Do you move fast and smooth through the levels or is it in slomotion? Are fights fast or is there a 1-5 second break between each action?
 

Vexstear

Member
Jan 7, 2019
102
124
Nah, that's easy ;)
You don't have permission to view the spoiler content. Log in or register now.
Thank you a lot! Now things will get a lot more fun!
EDIT: Actually, that causes a crash

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

EDIT 2: I might have figured out a way to make it work! Gonna confirm asap, what I'm doing is...

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

Nope, it did not work
 
Last edited:
  • Like
Reactions: TymiZy

mamaboiii

Active Member
Oct 13, 2018
520
1,525
Thank you a lot! Now things will get a lot more fun!
EDIT: Actually, that causes a crash

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

EDIT 2: I might have figured out a way to make it work! Gonna confirm asap, what I'm doing is...

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

Nope, it did not work
Okay.. That error should be totally unrelated. The only thing that comes to mind right now is that you maybe messed up the brackets or something. However, it's much more likely you edited something else that caused the error. But to make 100% sure here's an alternative that's safer in regards to brackets:
You don't have permission to view the spoiler content. Log in or register now.
 

Vexstear

Member
Jan 7, 2019
102
124
Okay.. That error should be totally unrelated. The only thing that comes to mind right now is that you maybe messed up the brackets or something. However, it's much more likely you edited something else that caused the error. But to make 100% sure here's an alternative that's safer in regards to brackets:
You don't have permission to view the spoiler content. Log in or register now.
I swear I did at least a triple check on the brackets, but you never know... I'll test on a clean game later for science. lol
For this last tip, I didn't get the broken hymen passive, but I think that, as it counts on her Profile under "Sex", she becomes Non-virgin
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
The cheats are applied in many different files, depending on what they do. Basically in the functions that calculates how often enemies act there is a line that checks if you're in easy mode and the cheat is active and then changes stuff. So there is no easy way to enable all cheats in non-secretary mode, but you can delete the checks individually.
You'll find the lines easily if you search for cheat in the following files (the names are pretty clear what cheat is meant):
  • RemtairyCombat.js: double & triple physical dmg
  • RemtairyEnemy.js: always act
  • RemtairyKarryn.js: 1/2 & 1/3 stamina regen, no evasion, half exp
  • RemtairyMisc.js: double & triple sex dmg
  • RemtairyPrison.js: -5 & -10 control, instant riots
  • YEP_X_Autosave.js: disable autosave
Just replace the Prison.easyMode() part with true to remove the secretary-difficulty requirement for that particular cheat. (If you have some experience in programming you can make nicer edits, but the outcome is the same)
You don't have permission to view the spoiler content. Log in or register now.
many thanx sir!!
 

HappyGoomba

Active Member
Mar 7, 2020
649
591
Sorry if I wasn't clear, I meant as in, is it possible to make it so that, even toys are inserted, it doesn't counted and losing her virginity?
Or would that be something too complicated?
That shouldn't be too complicated. You'd need to find the code for the dildo insertion. I would assume that in there is something like if(this.IsVirgin) {this.loseVirginity(dildo)}. You just need to find that and comment it out.
 
  • Like
Reactions: Vexstear

I'mWabbit

Member
Feb 10, 2018
110
54
Hmm, I'll probably have to revise the guide.
In the meantime, instead of this.forgetSkill(274); use actor.forgetPassive(274);.


Regarding 2.: Normally you increase your damage by raising the respective skill level (by gaining passives), earn passives that can increase it in a different way and by leveling up that dexterity. Dex is pretty much the sex damage skill. Below you'll find the part for the vag sex skill in the code if you want to alter it.
You don't have permission to view the spoiler content. Log in or register now.



Nah, that's easy ;)
You don't have permission to view the spoiler content. Log in or register now.
Making the change to actor.forgetpassive helped get rid of "Red Spank Marks" passive, but attempting that with the "Excessive Confidence" passive cause karryn to be naked, and remove enemies from the game.

I also tried to mess with vag sex damage but it was still low. I'll just go ahead and cheat dexterity instead.
EDIT: Yep, cheating Dexterity helped immensely.
EDIT2: Forgot to mention that this was the code I used.

actor.forgetpassive(762);
actor._recordCockinessGainedValue = 0;
 
Last edited:

mamaboiii

Active Member
Oct 13, 2018
520
1,525
I swear I did at least a triple check on the brackets, but you never know... I'll test on a clean game later for science. lol
For this last tip, I didn't get the broken hymen passive, but I think that, as it counts on her Profile under "Sex", she becomes Non-virgin
Okay, if you want to also keep the virgin status look here:
You don't have permission to view the spoiler content. Log in or register now.
 

tetrayrok

Member
Apr 2, 2021
111
108
JavaScript:
// this becomes
Game_Actor.prototype.addToPussyToyInsertedRecord = function(enemy) {
    this._recordPussyToyInsertedCount++;
    this._tempRecordPussyToyInsertedCount++;
    this._todayPussyToyInsertedCount++;
    
    this._recordTotalToysInsertedCount++;
    this._tempRecordTotalToysInsertedCount++;
    this._todayTotalToysInsertedCount++;
    
    if(this._firstPussySexWantedID === -1 && !this._firstPussySexWasToy && enemy) {
        this._firstPussySexWasToy = true;
        this._firstPussySexWasToyDate = Prison.date;
        this._firstPussySexWasToyName = enemy.name();
        this._firstPussySexWasToyMapID = $gameMap._mapId;
        if(enemy.isWanted) {
            this._firstPussySexWasToyWantedID = enemy.getWantedId();
        }
        else {
            this._firstPussySexWasToyWantedID = $gameParty.addNewWanted(enemy);
        }
        BattleManager._logWindow.displayRemLine(TextManager.actorLostPussyVirginity);
        
        this.removeState(STATE_IS_VIRGIN_ID);
    }
};

// this:
Game_Actor.prototype.addToPussyToyInsertedRecord = function(enemy) {
    this._recordPussyToyInsertedCount++;
    this._tempRecordPussyToyInsertedCount++;
    this._todayPussyToyInsertedCount++;
    
    this._recordTotalToysInsertedCount++;
    this._tempRecordTotalToysInsertedCount++;
    this._todayTotalToysInsertedCount++;
    
    /*
    if(this._firstPussySexWantedID === -1 && !this._firstPussySexWasToy && enemy) {
        this._firstPussySexWasToy = true;
        this._firstPussySexWasToyDate = Prison.date;
        this._firstPussySexWasToyName = enemy.name();
        this._firstPussySexWasToyMapID = $gameMap._mapId;
        if(enemy.isWanted) {
            this._firstPussySexWasToyWantedID = enemy.getWantedId();
        }
        else {
            this._firstPussySexWasToyWantedID = $gameParty.addNewWanted(enemy);
        }
        BattleManager._logWindow.displayRemLine(TextManager.actorLostPussyVirginity);
        
        this.removeState(STATE_IS_VIRGIN_ID);
    }
    */
};
If you're going to invalidate the whole if block, just comment the whole block out.
None of the code in the whole block is going to run anyways.
 

Shirafune

Well-Known Member
Jun 6, 2017
1,980
2,915
Is there any better way to lose virginity than to a random guard/thug? Like the huge goblin or maybe that former warden, no idea, just anyone but a random enemy xD?
 

mamaboiii

Active Member
Oct 13, 2018
520
1,525
JavaScript:
// this becomes
Game_Actor.prototype.addToPussyToyInsertedRecord = function(enemy) {
    this._recordPussyToyInsertedCount++;
    this._tempRecordPussyToyInsertedCount++;
    this._todayPussyToyInsertedCount++;
   
    this._recordTotalToysInsertedCount++;
    this._tempRecordTotalToysInsertedCount++;
    this._todayTotalToysInsertedCount++;
   
    if(this._firstPussySexWantedID === -1 && !this._firstPussySexWasToy && enemy) {
        this._firstPussySexWasToy = true;
        this._firstPussySexWasToyDate = Prison.date;
        this._firstPussySexWasToyName = enemy.name();
        this._firstPussySexWasToyMapID = $gameMap._mapId;
        if(enemy.isWanted) {
            this._firstPussySexWasToyWantedID = enemy.getWantedId();
        }
        else {
            this._firstPussySexWasToyWantedID = $gameParty.addNewWanted(enemy);
        }
        BattleManager._logWindow.displayRemLine(TextManager.actorLostPussyVirginity);
       
        this.removeState(STATE_IS_VIRGIN_ID);
    }
};

// this:
Game_Actor.prototype.addToPussyToyInsertedRecord = function(enemy) {
    this._recordPussyToyInsertedCount++;
    this._tempRecordPussyToyInsertedCount++;
    this._todayPussyToyInsertedCount++;
   
    this._recordTotalToysInsertedCount++;
    this._tempRecordTotalToysInsertedCount++;
    this._todayTotalToysInsertedCount++;
   
    /*
    if(this._firstPussySexWantedID === -1 && !this._firstPussySexWasToy && enemy) {
        this._firstPussySexWasToy = true;
        this._firstPussySexWasToyDate = Prison.date;
        this._firstPussySexWasToyName = enemy.name();
        this._firstPussySexWasToyMapID = $gameMap._mapId;
        if(enemy.isWanted) {
            this._firstPussySexWasToyWantedID = enemy.getWantedId();
        }
        else {
            this._firstPussySexWasToyWantedID = $gameParty.addNewWanted(enemy);
        }
        BattleManager._logWindow.displayRemLine(TextManager.actorLostPussyVirginity);
       
        this.removeState(STATE_IS_VIRGIN_ID);
    }
    */
};
If you're going to invalidate the whole if block, just comment the whole block out.
None of the code in the whole block is going to run anyways.
Yeah, sure. Commenting is the usual method, but there is literally an infinite number of ways to do this. I like to change things up here and there. I mean, the method with the lowest effort would be to just remove the negating ! in the if condition and be done.
(This would however create some funny business with saves in which she lost vorginity to toys)
 
4.60 star(s) 403 Votes