- Jun 21, 2019
- 115
- 115
Can't you bloody read?Anyone have walkthrough
I posted it right above you.
Can't you bloody read?Anyone have walkthrough
Not just a lot of tweaking but a complete overhaul. Simulation of sadomasochistic leanings is simply misrepresented here. I am just not sure if this has been done on purpose for comedic effect or if it's a side effect of depicting sexual encounters as RPG-style battles, whereby satisfying your opponent's lust is equal to defeating them, while orgasming yourself depletes your vital stats and may lead to losing.Sadism needs a lot of tweaking. I feel like it should be something you actively work toward. As is you end up a sadist in any build.
Maybe instead of being tied to defeating enemies you only gain points when using stronger/different attacks than the base three? Idk. It just seems wrong as currently implemented.
Need help with the code to get all passives and titles, can this work even when its beyond day 2?Took me a lot of time to grind most of the sutff then i gave up on it and created some cheat saves. Enjoy!, may this help you guys
RPGMaker Cheat Menu and Code for getting all passives at the second day
and the files below from v7A.f : save1 first day with all titles, save24 second day with all passives but no titles, save23 second day with all passives and titles
did not include any money cheats to it if you wish to cheat on that as well i would recommendYou must be registered to see the linkswhich is usefull for most of the rpg games
PS: I edited the amount of edicts so don't be suprised with the number of it ^^
which stance is that? I dont find it anywhere.Just unlock the "analyze" stance, (i don't remember how it's called) and spam it (switch it with attack so it doesn't drain ur energy) , also use the weaker attack against enemy (with respective attack each), thus you will do less damage to them, pray to not get a critical
This onewhich stance is that? I dont find it anywhere.
did you used the anal skill or you just passively endured? I wonder if that makes a diference...That is one of the goofiest things in this game, sex-wise. Enthusiatic engagement in sex should not make one sadistic. My Warden has just increased her Sadism by surrendering on Level 2 and getting gang buttfucked in the Toilets by 8 inmates, including a double-barrel slime.
View attachment 938223
Well I can share how i did it but the issue is even though the code i borrowed from that fella works, it does not give all of them,Need help with the code to get all passives and titles, can this work even when its beyond day 2?
Tried to activate it, but nothing happens. I am not experienced with code so I would appreciate an example of how its supposed to look like when you copy/paste the codes into the plugin at the designated area where the instructions described. Thank you.
this one for example was not included in among the many passivesThat is one of the goofiest things in this game, sex-wise. Enthusiatic engagement in sex should not make one sadistic. My Warden has just increased her Sadism by surrendering on Level 2 and getting gang buttfucked in the Toilets by 8 inmates, including a double-barrel slime.
View attachment 938223
The toilet job on the second floor will be available next month and for the mid fight masturbation Karryn needs to have (if I'm not wrong) level 2 of masturbation, which you get by masturbating a lot on Karryn's room when she is aroused, and be aroused.How to get toilet job and masturbate fight.?
Yea, my Karryn actively pursued anal fun, because she's such a buttslut devoted to anal-only lifestyle. In that scene the sceeenshot of which I posted, my goal was to have her intestines drowned in cum to earn that other passive, the Semen Storehouse Anus. By fucking back with the butt I was making an assfucker cum quicker, so his other buddies could plunge their rods in and donate their spunk instead of cumming outside while watching and masturbating. It probably makes difference if you just put up with it or if you put it up there yourself, but being assertive is not equal to being sadistic. She also actively tosses salads, mainly because this position allows anal, while for some weird reason handjob and blowjob positions will deny use of her asspussy. Should active rimming count as sadistic too? I do not know if it's a purposeful limitation of freedom of moves on the dev's part or if it's a design flaw, but combined with the fact that Karryn's partners 'tie' to her as if their cocks had dog's knots, it often shoehorns the player to a particular scene/activity. Why not implement 'disengage' or 'change position' actions? This could open new, exciting possibilities.did you used the anal skill or you just passively endured? I wonder if that makes a diference...
Oookay, i don't know how i could not think of this before, you could get all of the passives on day one, even before, at the intro XD, so here's what to do:Well I can share how i did it but the issue is even though the code i borrowed from that fella works, it does not give all of them,
this one for example was not included in among the many passives
anyways to what you asked of me;
View attachment 938526
This is where i put it and it should be like this for it to work;
View attachment 938528
Of course if you leave the line there you will get the passives over and over and over again which might cause bugs and everything so print the line there past one day, check to see if you got the passives, if you got it save it and close the game and remove the code you added, i tried to see if the already there passives will stack, they do and mess things up a bit, i would advise you to this for a clean start save otherwise the passives are gonna stack,
Or if you don't wanna deal with all this and fine with the v7A.f passives go for the save23 on the save.rar that i shared
RemtairyPrison.js |
Game_Party.prototype.setDifficultyToEasy = function() { |
Game_Party.prototype.setDifficultyToEasy = function() { $gameActors.actor(ACTOR_KARRYN_ID)._storedEdictPoints = 3; //$gameActors.actor(ACTOR_KARRYN_ID).setAsp(3); //this.exitOffice_EdictsStorage(); //this.increaseIncome(1000); this._difficulty = DIFFICULTY_EASY; $gameSwitches.setValue(SWITCH_EASY_MODE_ID, true); $gameSwitches.setValue(SWITCH_NORMAL_MODE_ID, false); $gameSwitches.setValue(SWITCH_HARD_MODE_ID, false); Karryn.learnSkill(EDICT_SECRETARY_MODE_ONE); Karryn.learnSkill(EDICT_SECRETARY_MODE_TWO); if(true) { for(let i = PASSIVES_LIST_START_ID; i <= PASSIVES_LIST_END_ID; i++) { $gameActors.actor(ACTOR_KARRYN_ID).setCharacterCreatorPassive(i); } for(let i = PASSIVES_LIST_TWO_START_ID; i <= PASSIVES_LIST_TWO_END_ID; i++) { $gameActors.actor(ACTOR_KARRYN_ID).setCharacterCreatorPassive(i); } } this.income; this.expense; this.recalculateBaseOrderChange(); }; |
You might wanna put on some items for sex resist, that should allow you to masturbate in peaceI have a problem with masturbation. The option is somehow rarely available. Once I could apply this, then Karryn got an orgasm and then it didn't work anymore, or I chose an action and the enemys are turn and then make sex. Then it's no longer available. It would be better if masturbation was available longer or earlier.