lilbro

Newbie
Feb 27, 2018
36
16
How do you unlock the scene where Kate makes the really evil looking face? I unlocked it one when I first played this game years ago, and that was the cut off. I've never been able to get that scene again since.
 

niarrhhh

Member
Mar 13, 2020
115
69
From characters/nurse/nurse.rpy:55-56:
Python:
             if quest.kate_wicked == "costume" and not quest.kate_wicked["own_costume"]:
                 self.alternative_locations["school_ground_floor_west"] = "standing"
Which is also exactly the condition for the box appearing (locations/school/ground_floor_west/ground_floor_west.rpy:119-120), so the box should never be there without the nurse. Unfortunately, if you're also in some phase of another quest (like "Venting Frustration") which blocks the nurse from appearing, that will take precedence. (See lines 66-77 in nurse.rpy.)

For simplicity's sake, the quickest way around the bug is probably to stick a return after the above two lines (but still under the if). For verisimilitude's sake, they're probably just going to have to rewrite that part of the quest to handle the "nurse is unavailable" case.
that would be lifesaving actually, thanks a lot!!

however, where can you find the nurse.rpy file? i seem to be lacking the characters folder, i've checked the game's root folder and all other folders i could find, but no subfolder named "characters"

i'm probably missing something simple, but i don't have much experience messing with renpy files or just python programming in general...
 
Mar 3, 2020
112
344
however, where can you find the nurse.rpy file? i seem to be lacking the characters folder, i've checked the game's root folder and all other folders i could find, but no subfolder named "characters"
Sorry, I forget most people don't habitually unpack and decompile Ren'Py games before playing them. It's inside the archive 1000_base_game.rpa, so you'll have to use a tool to get at it. I use something I found on GitHub, but this tool might work for you. You don't have to repack the files once you've made the change.

That said, I am not good at giving advice for non-programmers to follow, and cannot reasonably help you further. If you are completely unacquainted with programming you will probably not have a good time.
 

niarrhhh

Member
Mar 13, 2020
115
69
Sorry, I forget most people don't habitually unpack and decompile Ren'Py games before playing them. It's inside the archive 1000_base_game.rpa, so you'll have to use a tool to get at it. I use something I found on GitHub, but this tool might work for you. You don't have to repack the files once you've made the change.

That said, I am not good at giving advice for non-programmers to follow, and cannot reasonably help you further. If you are completely unacquainted with programming you will probably not have a good time.
which editor you're using? i'm trying to use notepad++ but for rpyc files it all comes janky, i even configured for it to identify rpy and rpyc as python scripts

this is what it looks like:
1706413504985.png
though, i know you've pointed out it was the nurse.rpy file, but in the folder i can only find the rpyc version

file path and content looks like this:
1706413553315.png
nevertheless, thanks again for the help!

EDIT:
nevermind, i forgot i have to decompile the rpyc files lol
 

trexslayer

New Member
Jun 26, 2023
1
0
Hey I was playing and I finally got Kate's sock but the option in twisted desire is still greyed out, is this a bug or am I missing something
 

JohnL14

Member
May 17, 2017
132
132
Looking at the previews I'd love to play this game, but the informations I usually look before I even consider playing a porn game are kinda weird in this game.
A game being produced for at least 4 years (looking at the date this thread was created) having only 400mb in total... is just too weird in my opinion. It even has the "animated" tag, but the animations usually takes a huge amount of space.

Does this game have very few sex scenes and the gameplay is 99% collecting stuff or what? The scenes are really animated?
 

Dogorti

Engaged Member
Jan 23, 2021
2,889
11,537
Looking at the previews I'd love to play this game, but the informations I usually look before I even consider playing a porn game are kinda weird in this game.
A game being produced for at least 4 years (looking at the date this thread was created) having only 400mb in total... is just too weird in my opinion. It even has the "animated" tag, but the animations usually takes a huge amount of space.

Does this game have very few sex scenes and the gameplay is 99% collecting stuff or what? The scenes are really animated?
It is a hand drawn game. Therefore, most of the scenes of the characters speaking are already created sprites, there is no need to create many renders or things like that, as happens in 3D games.

There is always some sexual scene per update, but the truth is that it is not the strong point of the game, the game is good if you are interested in the characters but if you are only looking for sex it is not your thing tbh.

and the game is updated monthly (mostly)
 

XulOnTuesday

Member
Aug 7, 2022
207
249
Looking at the previews I'd love to play this game, but the informations I usually look before I even consider playing a porn game are kinda weird in this game.
A game being produced for at least 4 years (looking at the date this thread was created) having only 400mb in total... is just too weird in my opinion. It even has the "animated" tag, but the animations usually takes a huge amount of space.

Does this game have very few sex scenes and the gameplay is 99% collecting stuff or what? The scenes are really animated?
This game uses "live" renders (paperdolls), so an animation weighs little more than an image. Additionally, the artstyle uses flat colors, which compress quite well. Frankly, it's a little weird that most other games on f95 don't attempt this, but I suppose most creators are artists before programmers.
 

Noelle Silva

Member
Jul 18, 2019
226
829
Looking at the previews I'd love to play this game, but the informations I usually look before I even consider playing a porn game are kinda weird in this game.
A game being produced for at least 4 years (looking at the date this thread was created) having only 400mb in total... is just too weird in my opinion. It even has the "animated" tag, but the animations usually takes a huge amount of space.

Does this game have very few sex scenes and the gameplay is 99% collecting stuff or what? The scenes are really animated?
The "information you usually look for" is not a reliable way to judge games:

- 2D art have less data than 3D renders.
- Some games are more compressed / better optimized than others. For example Summertime Saga is only 1gb and it came out 7 years ago. What a Legend is 3gb despite having less content.
- You shouldn't judge a game by its file size, instead use the changelogs and amount of updates to determine how much content the game has
 
3.70 star(s) 183 Votes