mamaboiii

Active Member
Oct 13, 2018
530
1,571
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
730
1,344
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
530
1,571
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
681
672
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
55
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
530
1,571
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
118
116
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

Engaged Member
Jun 6, 2017
2,047
2,994
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
530
1,571
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)
 

Shirafune

Engaged Member
Jun 6, 2017
2,047
2,994
The only virginity loss that has any in game effect is losing it to a dildo.
Yeah I meant something like an event with an actual NPC, like maybe idk.. rewarding the big goblin for helping? or maybe something like rewarding the ex-warden or idk, something else than inmates or guards
 

sotiryo

Member
Jun 10, 2017
131
258
Yeah I meant something like an event with an actual NPC, like maybe idk.. rewarding the big goblin for helping? or maybe something like rewarding the ex-warden or idk, something else than inmates or guards
As of now technically no, you CAN lose your virginity to Tonkin (but only in his boss fight), if you really tried but that'd require a massive amount of work to learn the sexual skills or keep desire low enough to make sure that no other "actions" are available to him in a gangbang and even then it's kind of a coin toss if he just jacks off or fucks Karryn. Also If your talking about Tonkin he's an orc not a goblin, although it'd be pretty funny if they revealed he was a mutant goblin.
 
  • Like
Reactions: Rize and Shirafune
Jan 23, 2018
124
72
As of now technically no, you CAN lose your virginity to Tonkin (but only in his boss fight), if you really tried but that'd require a massive amount of work to learn the sexual skills or keep desire low enough to make sure that no other "actions" are available to him in a gangbang and even then it's kind of a coin toss if he just jacks off or fucks Karryn. Also If your talking about Tonkin he's an orc not a goblin, although it'd be pretty funny if they revealed he was a mutant goblin.
I little while back a managed to lose my virginity to Tonkin completely by accident. That was about a year ago, I've tried to redo it on my current game but have been having a a lot of trouble with it.
 
4.60 star(s) 428 Votes