tlee0123

Newbie
Aug 9, 2016
25
6
Nah, it's good. Because you're right. I looked it up and Rem actually handles a 0 as base requirement as an error, which is reasonable, and basically changes it to 1. So if you want to change any base requirement to 0, you have to do one additional edit:
You don't have permission to view the spoiler content. Log in or register now.

I also edited my original post to include this information. Thanks for the feedback.
Unfortunately mate I still can't get the passives to activate after either the first battle or subsequent ones, I'm still using the same code that I posted before for the "RemtairyKarrynPassives.Js" code and the "RemtairyNewPassives.Js" code and have edited the "meetsPassiveReq" to look like this by changing the return value to ">= 0" and haven't changed any other files or bits of code other than those ones.

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

Using the above code still only causes the "Secret Curiosity" passive to activate (shown below). I created a backup of all the files and tried messing around with the values in the other lines in the "meetsPassiveReq" code but doing that just seems to lead to either all the passives activating after the first battle (also shown below), alot of them, or none at all. Can you please think of anything else that might need to be changed, I've tried messing around with any other bits of code that seem to be related to the passive requirements but can't get anything to work and this is too complex for my extremely limited understanding of this code, in previous versions I was able to do it very easily where it was more basic. I know this is really minor and thanks so much for the help so far but I'm genuinely stumped on what to do for this and am not sure if I'm just entering the code incorrectly.
 

madchef

Well-Known Member
Jan 10, 2020
1,122
1,964
Gotcha. Thanks guys.
Actually, there is a lv 4 Boss, the Great Yeti, but defeating him will not subjugate the floor in this version of the game, just like defeating the Lizzard Boss in ver. 0.7 did not put out anarchy on lv 3.
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
i mean in the mod the guy added condoms in cgs but they werent usable...is rem adding official condoms?
i think so for the strip club, it is coded in for condoms on the stage. there are also things for used/full condoms on the stage. pure speculation at this point on my end. to get the facts ask rem. this is from the not modded game in js karrynstripper.

//Ejaculation
Game_Actor.prototype.postDamage_ejaculation_stripperBattle = function(target, area, semen) {
if(area == CUM_INTO_CONDOM) {
this._recordStripClubCondomEjaculationCount++;
this._playthroughRecordStripClubCondomEjaculationCount++;

this._stripper_stageCondomCount++;
this.addState(STATE_STAGE_CONDOM_COUNTER_ID);
this.setStateCounter(STATE_STAGE_CONDOM_COUNTER_ID, this._stripper_stageCondomCount);
}
 

manormansion69

New Member
Oct 9, 2020
7
2
So is there any news on what the stripper job will give you. I.E. Bar waitress gives more income from bar, Receptionists gives order and bathroom gives staff efficiency.

Second, how viable would it be for "pure" Karryn?

Is there even a way to do the bathroom "job" without being a slut?
 
Last edited:

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
Unfortunately mate I still can't get the passives to activate after either the first battle or subsequent ones, I'm still using the same code that I posted before for the "RemtairyKarrynPassives.Js" code and the "RemtairyNewPassives.Js" code and have edited the "meetsPassiveReq" to look like this by changing the return value to ">= 0" and haven't changed any other files or bits of code other than those ones.

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

Using the above code still only causes the "Secret Curiosity" passive to activate (shown below). I created a backup of all the files and tried messing around with the values in the other lines in the "meetsPassiveReq" code but doing that just seems to lead to either all the passives activating after the first battle (also shown below), alot of them, or none at all. Can you please think of anything else that might need to be changed, I've tried messing around with any other bits of code that seem to be related to the passive requirements but can't get anything to work and this is too complex for my extremely limited understanding of this code, in previous versions I was able to do it very easily where it was more basic. I know this is really minor and thanks so much for the help so far but I'm genuinely stumped on what to do for this and am not sure if I'm just entering the code incorrectly.
i have been using this advice to get sex skills faster, if that is what you are after. https://f95zone.to/threads/karryns-prison-v0-7b-p-remtairy.33777/post-5720590
after the first fight you get the sex skill passives you want karryn to have. they unlock after modding with the secret curiosity passive. this might not be exactly what you are after, but it does work. the current line number is to start edits is 709
 
Last edited:
  • Like
Reactions: tlee0123

mamaboiii

Active Member
Oct 13, 2018
523
1,555
Unfortunately mate I still can't get the passives to activate after either the first battle or subsequent ones, I'm still using the same code that I posted before for the "RemtairyKarrynPassives.Js" code and the "RemtairyNewPassives.Js" code and have edited the "meetsPassiveReq" to look like this by changing the return value to ">= 0" and haven't changed any other files or bits of code other than those ones.

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

Using the above code still only causes the "Secret Curiosity" passive to activate (shown below). I created a backup of all the files and tried messing around with the values in the other lines in the "meetsPassiveReq" code but doing that just seems to lead to either all the passives activating after the first battle (also shown below), alot of them, or none at all. Can you please think of anything else that might need to be changed, I've tried messing around with any other bits of code that seem to be related to the passive requirements but can't get anything to work and this is too complex for my extremely limited understanding of this code, in previous versions I was able to do it very easily where it was more basic. I know this is really minor and thanks so much for the help so far but I'm genuinely stumped on what to do for this and am not sure if I'm just entering the code incorrectly.
Well, I just verified that it works for me just fine. Yay, troubleshooting:
You don't have permission to view the spoiler content. Log in or register now.
 

tlee0123

Newbie
Aug 9, 2016
25
6
i have been using this advice to get sex skills faster, if that is what you are after. https://f95zone.to/threads/karryns-prison-v0-7b-p-remtairy.33777/post-5720590
after the first fight you get the sex skill passives you want karryn to have. they unlock after modding with the secret curiosity passive. this might not be exactly what you are after, but it does work. the current line number is to start edits is 709
Well, I just verified that it works for me just fine. Yay, troubleshooting:
You don't have permission to view the spoiler content. Log in or register now.
I genuinely don't know how I didn't think about this before but I got it to work by just changing the passives to active after you get the "Secret Curosity" passive (shown below in screenshot).

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



Thanks very much zoomies for that post it gave me the idea, doing this will unlock all the passives you want upon completing the next battle after learning the "Secret Curiosity" passive by editing lines for the passives in "RemtairyNewPassives.Js" and just removing "meetsPassiveReq" and replacing it and will even unlock the passives from higher tiers in that battle too.

Thank you very much mamaboiii for all your help and patience I really appreciate it, I'll fuck around with a new clean install anyway so I don't have to do such a janky workaround and try to get it to work!
 

Petrine12

Newbie
May 26, 2020
39
42
Bleh. Failed to lose virginity to toy. I was doing so well and then got ganked after masturbation and their free first round took virginity.

Do nerds use toys mid footjob? And if I somehow meet dildo requirement without starting a footjob, will they prioritize toy or vaginal sex? Trying to decide how much I actually care about that title because starting over just to get fucked (literally) by weird priorities would be frustrating.
 

souldead341

Engaged Member
Oct 16, 2017
2,174
2,237
Bleh. Failed to lose virginity to toy. I was doing so well and then got ganked after masturbation and their free first round took virginity.

Do nerds use toys mid footjob? And if I somehow meet dildo requirement without starting a footjob, will they prioritize toy or vaginal sex? Trying to decide how much I actually care about that title because starting over just to get fucked (literally) by weird priorities would be frustrating.
AFAIK the nerd actively getting the footjob won't (or is highly unlikely to use a toy) while other nerds in the fight will. Though as a note, you can manually backup your save so if you're trying for something specific you can use that backup to avoid whatever caused you to mess up your target. Just copy and paste your save in the www/save folder somewhere and there's your backup Though, of course, depending how you feel about "cheating" the planned difficulty of the game.
 

juanleonp

Newbie
May 21, 2019
54
43
Bleh. Failed to lose virginity to toy. I was doing so well and then got ganked after masturbation and their free first round took virginity.

Do nerds use toys mid footjob? And if I somehow meet dildo requirement without starting a footjob, will they prioritize toy or vaginal sex? Trying to decide how much I actually care about that title because starting over just to get fucked (literally) by weird priorities would be frustrating.
You just need to keep high pussy desire in front of the nerds and low the cock desire, without cock desire no penis will be used on karryn and no footjob neither, just clit toy and dildo.
Sorry for the bad english i hope you understood me.
 

ilmoq2

New Member
Oct 7, 2017
3
1
anyone encountered cash from battle?
when i see the cash message it seems always related to YEP_AutoPassiveStates.js something about .contain is not a function etc.
 
Jul 17, 2020
139
156
looks like condom belt
i think so for the strip club, it is coded in for condoms on the stage. there are also things for used/full condoms on the stage. pure speculation at this point on my end. to get the facts ask rem. this is from the not modded game in js karrynstripper.

//Ejaculation
Game_Actor.prototype.postDamage_ejaculation_stripperBattle = function(target, area, semen) {
if(area == CUM_INTO_CONDOM) {
this._recordStripClubCondomEjaculationCount++;
this._playthroughRecordStripClubCondomEjaculationCount++;

this._stripper_stageCondomCount++;
this.addState(STATE_STAGE_CONDOM_COUNTER_ID);
this.setStateCounter(STATE_STAGE_CONDOM_COUNTER_ID, this._stripper_stageCondomCount);
}
 

zoomies

Well-Known Member
Jun 4, 2017
1,050
862
Yes, I am, and thanks!
I didn't know if Remtairy will enable the Workshop after the game is released on Steam. If so, I will do an English version :)
will your mod work with the ccmod? i have been playing your current mod (not translated), i like the livestream idea!
 
4.60 star(s) 423 Votes