proust09

Newbie
Dec 12, 2018
26
5
sorry for my english but, There is a guide that tells me how to unlock all endings?,
I want to know how many more times I have to finish the game
 

JaegerNimrod

Newbie
May 24, 2018
25
62
Freakin' amazing reply. Thanks. One more question, if you don't mind:

JavaScript:
    if($gameMap._mapId === MAP_ID_VISITOR_ROOM_BROKEN) {//<-- added lines here
        return 1;
    }
};
For this line, is it possible to reference an enemy type instead of a map location? I am completely unfamiliar with javascript so I don't know how to call the function that defines "enemy" so I can use something like

JavaScript:
     if(enemy.isGuardType) {
           return 1;
     }
like it does in the makePrefix function.
 

Mr.proxy

New Member
Dec 21, 2021
1
2
sorry in advance if this is in the wrong place put im trying to use ccmod but im running into trouble. im using v.9B right now to see what the mod adds and i cant get the gyaru mod working right. anyone run into this issue?
 

Dumb_Lizard

Newbie
Mar 31, 2018
79
221
Is there a way to edit karryn slut level?
I tried using saveeditonline . com to modify slut level and it doesnt work, site is useful for gold and Karryn's stats only.
Somebody in this thread recommended RMMV Toybox by Dreamsaviour and it works.
Although, expect your antivirus to act up about it, but the author seems trustworthy, he has patreon with many supporters for many years now
 
  • Like
Reactions: Sekkara and HyperV
Dec 30, 2017
43
65
I tried using saveeditonline . com to modify slut level and it doesnt work, site is useful for gold and Karryn's stats only.
Somebody in this thread recommended RMMV Toybox by Dreamsaviour and it works.
Although, expect your antivirus to act up about it, but the author seems trustworthy, he has patreon with many supporters for many years now
Work like a charm thanks (y)
 

leequangson

Member
Oct 27, 2018
234
189
The year is 2069. The world has developed into an utopia. Humans live in wealth and prosper. All basic needs are fulfilled, technology is blooming. People only care about entertainment. Porn has become the most profitable business ever in the history of mankind. F95zone has grown into F95 Corporation, controlling a big share of the adult entertainment market. Millions of H-games has been made to satisfied both men and women. Thousands of developers and studios have become millionaires. Among the successful one, there is a company called "Remtairy", and their latest and also the greatest hit of all time is "Karryn's Prison v1.0.6.9.69.420.abcdefghijustdontunderstandhowtheyfixbugsandupdateeveryday.192.168.0.1.xxx.zzz.www.f95zone.to.0.1337 Full"
 

Kal Von Fiend

Member
Aug 2, 2017
114
76
Changelog v1.0.1k full
Lowered the intensity of the screen flashes from 'See No Evil' 'Hear No Evil' and 'Second Wind' to reduce eye strain.

:cool:
 

zoomies

Well-Known Member
Jun 4, 2017
1,051
863
sorry in advance if this is in the wrong place put im trying to use ccmod but im running into trouble. im using v.9B right now to see what the mod adds and i cant get the gyaru mod working right. anyone run into this issue?
read back 1 page for your answer. been asked and answered about 100 times. please read and search before posting such a repetitive question......
 

mamaboiii

Active Member
Oct 13, 2018
538
1,591
Freakin' amazing reply. Thanks. One more question, if you don't mind:



For this line, is it possible to reference an enemy type instead of a map location? I am completely unfamiliar with javascript so I don't know how to call the function that defines "enemy" so I can use something like

JavaScript:
     if(enemy.isGuardType) {
           return 1;
     }
like it does in the makePrefix function.
The enemy in the makePrefix function is the same one that calls the getAttachPrefixChance function. So you can do exactly what you wanted to do above, but instead of enemy.isGuardType you'd use this.isGuardType.
 

Upisir

New Member
Oct 13, 2018
9
2
Please help!I just start playing the game.How to reach Subjugated LEVEL 1. I beat all prisoners and guards,but idon't know what next.
 

Krude

Newbie
Dec 21, 2021
31
106
Where the heck did you get that map? Doesn't look like it's in-game.

Did you really jsut draw up a color-coded map for the entire floor layout just for a throwaway post?
 

Krude

Newbie
Dec 21, 2021
31
106
That looks really nice! I'm looking forward to that.

I dunno anything about JS but i've been snipping together chunks of different code snippets from other people who modded the cheat menu in this thread to expand a bit on its abilities. I added the ability to mod edict points for example, that was a huge one missing. Modding clothing stage/durability, wetness and such.
Also converted it so you can throw it into the mod folder instead of messing with the plugins file that gets overwritten with every patch :p

I'll probably post it later, i'll have to look up the names of the people i'm borrowing from for credits first.
 
4.60 star(s) 440 Votes