Yup20

Newbie
Feb 27, 2021
56
12
I had a slightly older version which ran perfectly but i eventually broke it and now this newer version crashes on startup and idk why
 

NotNehhhvick

New Member
Sep 4, 2023
9
5
I had a slightly older version which ran perfectly but i eventually broke it and now this newer version crashes on startup and idk why
You probably haven't installed the dummy launcher. Also there's yet another steam version update that released recently with updated art so I'd assume there will be another pirated version out soon as well.
 
  • Like
Reactions: Yup20

Yup20

Newbie
Feb 27, 2021
56
12
You probably haven't installed the dummy launcher. Also there's yet another steam version update that released recently with updated art so I'd assume there will be another pirated version out soon as well.
I didnt know thats what the dummy loader was. Thanks a bunch
 
Jul 5, 2021
5
2
Hey modders, what file in the ccmod folder should I drag and drop in the vortex mod screen? I tried dropping the zip file and the unzipped file both but vortex returns an invalid mod folder error?
 

RedAISkye

Well-Known Member
Apr 10, 2017
1,108
2,561
Here's the clean steam files, enjoy! ;)

Karryn's Prison v1.2.8.5 FULL - Download: ( | Old build)
PIXELDRAIN
Dummy Steam Loader - Download: (Startup Crash Fix - You can also just stop Steam before starting the game)
PIXELDRAIN
You don't have permission to view the spoiler content. Log in or register now.

Mods - Download: ( )
Note: Accessing discord links requires you to join .





(Banned by Steam)
HideHud
PERO Cheat Menu + momozahara2_naatsui Cheats (Post removed by naatsui)
emerladCoder_Krude Cheat Menu

Goblins In Reception (Post removed by naatsui)

+ Image Packs +
You don't have permission to view the spoiler content. Log in or register now.
Zenith Mods (Outdated)
v1.2.8.5 FULL with DLCs Uploaded!
 
Jul 28, 2018
495
303
Is there a changelog/patchnotes anywhere?
I didn't see a changelog poking around Steam and Discord. The Discord does have an announcement:

Remtairy Discord said:
The most comprehensive CG renewal update has just dropped on Steam!!!!! The Map CG has just been renewed with all new variations!! Yes, that Map CG, you know, the CG that is on the screen whenever Karryn is not in a battle? Turns out that one was actually the oldest CG, older than the combat CGs and since it's also the first CG and the CG that you see the most, Sachinama grinded out WEEKS on drawing and making new variations so you better go to Ci-en and drop Sachinama your likes and thank yous and I love yous!

Enough words, go restart your Steam and look at the Map CG yourself!
 

Litshadow

Newbie
Sep 6, 2022
19
26
Accessory effects are all over the place, some can be found in RemtairyKarrynPassives.js and some can be found in RemtairyKarryn.js

The effect you are looking to edit is in RemtairyKarryn.js search for RING_PEARL_ID and find this following code
And edit both marked lines

JavaScript:
if(fromDesireRegen) {
        if(this.isEquippingThisAccessory(RING_PEARL_ID)) {
            if(this.isUsingThisTitle(TITLE_ID_ASPIRING_HERO)) rawValue *= 0.67;
            else rawValue *= 0.34; //CHANGE THIS TO  else rawValue *= 0 FOR 100% REDUCTION
        }
        if(this.isEquippingThisAccessory(RING_PURITY_ID)) {
            if(this.isUsingThisTitle(TITLE_ID_ASPIRING_HERO)) rawValue *= 0.6;
            else rawValue *= 0.8;
        }
    }
    else if(rawValue > 0 && !fromWillpowerSkill) {
        rawValue *= this.gainPussyDesirePassiveMultipler();
        if(this.isEquippingThisAccessory(RING_PEARL_ID)) {
            if(this.isUsingThisTitle(TITLE_ID_ASPIRING_HERO)) rawValue *= 0.67;
            else rawValue *= 0.34; //CHANGE THIS TO  else rawValue *= 0 FOR 100% REDUCTION
        }
        if(this.isEquippingThisAccessory(RING_PURITY_ID)) {
            if(this.isUsingThisTitle(TITLE_ID_ASPIRING_HERO)) rawValue *= 0.6;
            else rawValue *= 0.8;
        }
    }
Please could you tell me where I can go to edit the base stat values of accessories? Editing accessories from RemtairyKarryn.js changes all the accessory's values, including the values that you might not want changed. I would like to raise the Pet Resist, Sex Resist, Talk and Sight Resist of the [Ring] Scorpion, [Ring] Gold Glass and [Ring] Midi respectively, without altering their Cock, Mouth and Butt requirements.
 
4.60 star(s) 455 Votes