Kiskocya

Member
Dec 2, 2019
276
646
Don't touch this file.
Have a look at www\mods.txt
In that file, change "status" to true, and "FPS Limit" to "30"

Like so:
Code:
{"name":"FPSLimit","status":true,"description":"An alternative way of limiting FPS for fast monitors, turn off FPS Sync in the ingame Settings if you want to enable this mod.","parameters":{"FPS Limit":"30"}},
 
  • Like
Reactions: SoraTenshi

SoraTenshi

Newbie
Feb 21, 2018
88
143
Don't touch this file.
Have a look at www\mods.txt
In that file, change "status" to true, and "FPS Limit" to "30"

Like so:
Code:
{"name":"FPSLimit","status":true,"description":"An alternative way of limiting FPS for fast monitors, turn off FPS Sync in the ingame Settings if you want to enable this mod.","parameters":{"FPS Limit":"30"}},
Thanks ^^
 

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
76
187
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
223
186
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,050
862
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
526
1,562
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.
 
4.60 star(s) 427 Votes