zoomies

Well-Known Member
Jun 4, 2017
1,050
862
Is there a way to make it so that night mode doesn't disable the side jobs? I still want her to be able to walk around naked and be spotted, but I also want to be able to do the side jobs
not that i have ever seen. you would have to disable night mode to walk around naked and do side jos, but that also kills scandoulus state. you would probably have to rewrite a bunch of code. you can look in karryn js where night mode is triggered to confirm. best of luck!:)
 

Shirafune

Well-Known Member
Jun 6, 2017
1,979
2,913
Yes. The whole function pushes enemies to validEnemyTypes (like putting names in a Hat).
Then it randomly takes one enemy from validEnemyTypes. That Enemy is the Visitor you get.
If you only put Pervert goblin in validEnemyTypes, you only get pervert goblins.

What my mods i written earlier do was letting the Game draw one Enemy from the Hat but after it i compare it to a list.
If that random enemy is present in a pervert list, i return a pervert goblin, else we know that its a normal enemy and return normal goblin instead. Somehow that doesnt work on your end...
1675731721139.png
Done that and this is my thing now, attached my js so you can check if I did it correctly I suppose, thanks!
 

Shirafune

Well-Known Member
Jun 6, 2017
1,979
2,913
Only change whats inside of Game_Troop.prototype.receptionistBattle_validVisitorId

A thing to point out, if the only thing you want is pervert goblin (no normal goblin) you can change the last line and leave everything as is.
Original: return validEnemyTypes[Math.randomInt(validEnemyTypes.length)];
Changed:return ENEMY_ID_MALE_VISITOR_PERV_GOBLIN
If what you've attached is supposed to be correct file, then that does not work
1675733879708.png
Absolutely no idea what I'm fucking up, like really.
Apologies, no need to help me further, guess I'm beyond salvation
 

crastock

Newbie
Aug 28, 2022
17
2
Bathroom is Where The Heart Is
Proof of a warden who spent over 99 turns resting on the toilet.
Passive: Fatigue Gain -5%
Equip Effects: Reduce more fatigue while resting on the toilet Fatigue gain -15%

I am assuming you have to use the Rest command 99 times then total. Maybe the game keeps a counter/tracker of total 'Rests' in bathroom? Since I don't think it is feasible to do 99 rests in one sitting due to the Energy cost always jumping high up after every use.
I didn't get that form the description, i thought it was spending 99 turns in the bathroom in one sitting, but if it means just using the rest command then you would only have to use it 20 times since she spends 5 turns doing nothing with that command, therefore it would be "99 turns resting" in total.
 
Last edited:

RedAISkye

Active Member
Apr 10, 2017
959
2,173
Is there a way to make it so that night mode doesn't disable the side jobs? I still want her to be able to walk around naked and be spotted, but I also want to be able to do the side jobs
You kinda can with Aziien's RPGMV Cheat Menu by setting Night Mode to "False" when you want to do the side-jobs and to "True" when you want scandelous state, you'll still be naked regardless.
Screenshot.png

Try that one
That one works although there is always one human visitor when starting off but the rest are always goblins.
Screenshot 01.png Screenshot 02.png
 
Last edited:

sigdow

New Member
Aug 30, 2022
10
5
I don't understand. Can someone tell me how to get this achievement?
View attachment 2373364
There is a complete guide on steam for the masochist achievement if you want. Basically you need to take the masochist passive (+2) when you start the game, then unlock 10+ masochist passive and avoid the sadistic passive.
For endless wave, you have to finish the game in prisoner mode, and enter free play mode, then go to level 5 where you can try endless fight.
 
Last edited:
  • Thinking Face
Reactions: ayylm4a00

septimusand

Newbie
Sep 1, 2019
35
13
oh I do agree on that, just trying to make sense on why on earth would Karryn hace lovense integration,
Atleast with the gym it felt they were using part of all the empty space in the prison, a hope to a future expansion to showers, nursery, classroom, etc
also could add minigame for pool on the 4th floor and even the farm
 

adamant2113

New Member
Feb 10, 2022
8
0
Is there a way to change the max warden level per prison level cleared, and/or max level for each of the main stats? I seem to remember being able to do that in an earlier build of the game. I understand things will get unbalanced very quickly, but I wanted to test it out
 

adamant2113

New Member
Feb 10, 2022
8
0
Also, I found code for the Gym DLC in the js folder, including one file where the only code is 'const DLC_GYM = false;'. Does setting this to true do anything? is there any way to see that content as-is?
 

crastock

Newbie
Aug 28, 2022
17
2
Glorious Holes
3 Star Toilet,
Hardworking Human Restroom
The Toilet Next Door
Final Destination
Bathroom Is Where The Heart Is
Im trying to get the last title in your list, so i searched in this thread the name of the title, would you mind telling me what you did in order to get the tittle?
I dont really understand what the requirments are


Bathroom is Where The Heart Is
Proof of a warden who spent over 99 turns resting on the toilet.
Passive: Fatigue Gain -5%
Equip Effects: Reduce more fatigue while resting on the toilet Fatigue gain -15%
 

adamant2113

New Member
Feb 10, 2022
8
0
Here's the clean steam files, enjoy! ;)

Karryn's Prison v1.1.1f4 FULL - Download: ( )
PIXELDRAIN

Compatible Build for Unofficial CCMod - Download:
PIXELDRAIN

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






HideHud
PERO Cheat Menu + momozahara2_naatsui Cheats (Post removed by naatsui)
Goblins In Reception
+ Image Packs +
You don't have permission to view the spoiler content. Log in or register now.
emerladCoder_Krude Cheat Menu (Outdated, Built-in cheatmenu not affected)
Zenith Mods (Outdated)
Do you know if there's a way to install the mods from steam if we only have the KP install from the Mega download?
 

Pavel12354

New Member
Jul 31, 2018
10
1
How change enemy reinforcement that enemies bring after Karryn fall. Its in the same location, in RemtairyEnemyTroop?
 
4.60 star(s) 403 Votes