Which scene do you like in the game?


  • Total voters
    8,608

EyeWish1

Member
May 29, 2024
149
402
141
2.3G of script? I was curious to see what changes you would've done. OK I see it's the game not just the script it's self.
Yes, it's the whole game. There are about 18 script files so I thought it would be easier to just store the whole game.
 

5mithers

Member
Aug 3, 2019
418
450
206
Thank you. I would fix it in the next update =)
Elsa94, playing through the 0.20 update img2 still cannot be unlocked in the gallery via normal playthrough. There is no code referencing it still.


Code:
NudistCollege-0.20-pc/game$ grep seen_image *.rpy | sed 's/^.*if\ //' | sort -h
not renpy.seen_image("img1"):
not renpy.seen_image("img10"):
not renpy.seen_image("img11"):
not renpy.seen_image("img12"):
not renpy.seen_image("img13"):
not renpy.seen_image("img14"):
not renpy.seen_image("img15"):
not renpy.seen_image("img16"):
not renpy.seen_image("img17"):
not renpy.seen_image("img18"):
not renpy.seen_image("img19"):
not renpy.seen_image("img20"):  # Still no reference to img2
not renpy.seen_image("img21"):
not renpy.seen_image("img22"):
not renpy.seen_image("img22"):
not renpy.seen_image("img23"):
not renpy.seen_image("img23"):
not renpy.seen_image("img24"):
not renpy.seen_image("img25"):
not renpy.seen_image("img26"):
not renpy.seen_image("img27"):
not renpy.seen_image("img28"):
not renpy.seen_image("img29"):
not renpy.seen_image("img3"):
not renpy.seen_image("img30"):
not renpy.seen_image("img31"):
not renpy.seen_image("img32"):
not renpy.seen_image("img33"):
not renpy.seen_image("img34"):
not renpy.seen_image("img35"):
not renpy.seen_image("img36"):
not renpy.seen_image("img37"):
not renpy.seen_image("img38"):
not renpy.seen_image("img4"):
not renpy.seen_image("img41"):
not renpy.seen_image("img48"):
not renpy.seen_image("img49"):
not renpy.seen_image("img5"):
not renpy.seen_image("img50"):
not renpy.seen_image("img51"):
not renpy.seen_image("img52"):
not renpy.seen_image("img53"):
not renpy.seen_image("img54"):
not renpy.seen_image("img55"):
not renpy.seen_image("img56"):
not renpy.seen_image("img57"):
not renpy.seen_image("img58"):
not renpy.seen_image("img59"):
not renpy.seen_image("img6"):
not renpy.seen_image("img60"):
not renpy.seen_image("img61"):
not renpy.seen_image("img62"):
not renpy.seen_image("img63"):
not renpy.seen_image("img64"):
not renpy.seen_image("img65"):
not renpy.seen_image("img66"):
not renpy.seen_image("img67"):
not renpy.seen_image("img68"):
not renpy.seen_image("img69"):
not renpy.seen_image("img7"):
not renpy.seen_image("img70"):
not renpy.seen_image("img71"):
not renpy.seen_image("img72"):
not renpy.seen_image("img73"):
not renpy.seen_image("img74"):
not renpy.seen_image("img75"):
not renpy.seen_image("img76"):
not renpy.seen_image("img77"):
not renpy.seen_image("img78"):
not renpy.seen_image("img79"):
not renpy.seen_image("img8"):
not renpy.seen_image("img80"):
not renpy.seen_image("img81"):
not renpy.seen_image("img82"):
not renpy.seen_image("img83"):
not renpy.seen_image("img84"):
not renpy.seen_image("img85"):
not renpy.seen_image("img86"):
not renpy.seen_image("img87"):
not renpy.seen_image("img88"):
not renpy.seen_image("img89"):
not renpy.seen_image("img9"):
not renpy.seen_image(img):
 

Elsa94

Active Member
Game Developer
Jan 12, 2022
718
1,828
267
Elsa94, playing through the 0.20 update img2 still cannot be unlocked in the gallery via normal playthrough. There is no code referencing it still.


Code:
NudistCollege-0.20-pc/game$ grep seen_image *.rpy | sed 's/^.*if\ //' | sort -h
not renpy.seen_image("img1"):
not renpy.seen_image("img10"):
not renpy.seen_image("img11"):
not renpy.seen_image("img12"):
not renpy.seen_image("img13"):
not renpy.seen_image("img14"):
not renpy.seen_image("img15"):
not renpy.seen_image("img16"):
not renpy.seen_image("img17"):
not renpy.seen_image("img18"):
not renpy.seen_image("img19"):
not renpy.seen_image("img20"):  # Still no reference to img2
not renpy.seen_image("img21"):
not renpy.seen_image("img22"):
not renpy.seen_image("img22"):
not renpy.seen_image("img23"):
not renpy.seen_image("img23"):
not renpy.seen_image("img24"):
not renpy.seen_image("img25"):
not renpy.seen_image("img26"):
not renpy.seen_image("img27"):
not renpy.seen_image("img28"):
not renpy.seen_image("img29"):
not renpy.seen_image("img3"):
not renpy.seen_image("img30"):
not renpy.seen_image("img31"):
not renpy.seen_image("img32"):
not renpy.seen_image("img33"):
not renpy.seen_image("img34"):
not renpy.seen_image("img35"):
not renpy.seen_image("img36"):
not renpy.seen_image("img37"):
not renpy.seen_image("img38"):
not renpy.seen_image("img4"):
not renpy.seen_image("img41"):
not renpy.seen_image("img48"):
not renpy.seen_image("img49"):
not renpy.seen_image("img5"):
not renpy.seen_image("img50"):
not renpy.seen_image("img51"):
not renpy.seen_image("img52"):
not renpy.seen_image("img53"):
not renpy.seen_image("img54"):
not renpy.seen_image("img55"):
not renpy.seen_image("img56"):
not renpy.seen_image("img57"):
not renpy.seen_image("img58"):
not renpy.seen_image("img59"):
not renpy.seen_image("img6"):
not renpy.seen_image("img60"):
not renpy.seen_image("img61"):
not renpy.seen_image("img62"):
not renpy.seen_image("img63"):
not renpy.seen_image("img64"):
not renpy.seen_image("img65"):
not renpy.seen_image("img66"):
not renpy.seen_image("img67"):
not renpy.seen_image("img68"):
not renpy.seen_image("img69"):
not renpy.seen_image("img7"):
not renpy.seen_image("img70"):
not renpy.seen_image("img71"):
not renpy.seen_image("img72"):
not renpy.seen_image("img73"):
not renpy.seen_image("img74"):
not renpy.seen_image("img75"):
not renpy.seen_image("img76"):
not renpy.seen_image("img77"):
not renpy.seen_image("img78"):
not renpy.seen_image("img79"):
not renpy.seen_image("img8"):
not renpy.seen_image("img80"):
not renpy.seen_image("img81"):
not renpy.seen_image("img82"):
not renpy.seen_image("img83"):
not renpy.seen_image("img84"):
not renpy.seen_image("img85"):
not renpy.seen_image("img86"):
not renpy.seen_image("img87"):
not renpy.seen_image("img88"):
not renpy.seen_image("img89"):
not renpy.seen_image("img9"):
not renpy.seen_image(img):
Sorry about that. Will be fixed next version
 
  • Like
Reactions: 5mithers

5mithers

Member
Aug 3, 2019
418
450
206
Elsa94 , another small bug report. During the shopping trip. Baily only ends up with two outfits, despite the dialog indicating 3.

Outfit 1:
1757885056385.png
Outfit 2 (dialog):
1757885078884.png
Outfit 3:
1757885103061.png

*Edit: Looking at the code, it seems like there is a day4fitting7 image that is missing being called:

Code:
    e"Seems like Bailey first."
    scene day4fitting6 with dissolve
    b"How do I look?  It's a sweet, comfy pajama set"
    e"It looks cute."
                                                       # <-- Guessing this should be scene day4fitting7 with dissolve here
    b"What about this? It's a little sexy. Hehe.."
    e"Cute and sexy!"
    scene day4fitting8 with dissolve
    b"And finally, the nurse's outfit!"

*Edit 2: Small typo/matching error in the Olivia context choices right after that:
Code:
            menu:
                "The outfit on the left.":
                    e"The right one will suit you better."

.....

                "The outfit on the right.":
                    e"The left one will suit you better."
Just need to match the left/left right/right. Currently they are cross-paired left/right right/left.
 
Last edited:
  • Heart
Reactions: Elsa94

DaFinker

Well-Known Member
Apr 24, 2024
1,154
2,198
341
Elsa94 , another small bug report. During the shopping trip. Baily only ends up with two outfits, despite the dialog indicating 3.

Outfit 1:
View attachment 5249200
Outfit 2 (dialog):
View attachment 5249201
Outfit 3:
View attachment 5249202

*Edit: Looking at the code, it seems like there is a day4fitting7 image that is missing being called:

Code:
    e"Seems like Bailey first."
    scene day4fitting6 with dissolve
    b"How do I look?  It's a sweet, comfy pajama set"
    e"It looks cute."
                                                       # <-- Guessing this should be scene day4fitting7 with dissolve here
    b"What about this? It's a little sexy. Hehe.."
    e"Cute and sexy!"
    scene day4fitting8 with dissolve
    b"And finally, the nurse's outfit!"

*Edit 2: Small typo/matching error in the Olivia context choices right after that:
Code:
            menu:
                "The outfit on the left.":
                    e"The right one will suit you better."

.....

                "The outfit on the right.":
                    e"The left one will suit you better."
Just need to match the left/left right/right. Currently they are cross-paired left/right right/left.
I reported this last release. It's still broken?
 

Regardie

Well-Known Member
Jul 27, 2017
1,582
1,281
342
I must have done something wrong as I got the "let's go shopping" talk but got no actual shopping done. I don't know if it was my choices to stay or not during tutoring or if it was because I started from an v0.18 save that I had to jump back until before the Lyra date and scene with her friends to find a save that would not error out.
 
  • Heart
Reactions: Elsa94

5mithers

Member
Aug 3, 2019
418
450
206
Elsa94 , another slightly bigger issue in the profile/photo section of the game in Episode 6:
When the girls first come to class, they have their glasses on:
1757893726445.png

When they re-enter the room, they have already removed their glasses. (And Nori has done a top color change):
1757893854350.png



But later on, it's referenced that Nori takes her glasses off during the conversation in the photo studio to flirt with you, but she was never wearing them for the entire scene. The render makes it look like she should be holding a pair of glasses off to the side there, but her hand is empty.

1757893641549.png
 
  • Heart
Reactions: Elsa94

Elsa94

Active Member
Game Developer
Jan 12, 2022
718
1,828
267
Thank you guys for the bug report! It will be definitely be fixed next update. I promise !
If there is any other bug update. Please do mention it ! It really helps
 

5mithers

Member
Aug 3, 2019
418
450
206
I figure that's the trade we get here on f95. We get to play the game for free, we should at least provide useful feedback.
 
  • Heart
Reactions: Elsa94

Avaron1974

Resident Lesbian
Aug 22, 2018
28,118
97,101
1,021
I figure that's the trade we get here on f95. We get to play the game for free, we should at least provide useful feedback.
It's a shame common sense and logical thoughts like this aren't as common as the name implies.

The more common trade off is to download something for free then piss and moan about it using as little constructive feedback as possible.

If you can think of anything to complain about at the time then starting and argument about NTR usually works ..... extra points if the game has no NTR or even remote mention of it at all.

You should also ask for incest if none is present.

If saves break you get bonus points for ignoring it's a game still in development and blaming the dev for developing his/her game. Extra star if you can fit in that other devs manage to change things without breaking saves, that's always a hit.

If you happen to find a game that's not to your liking or contains kinks you don't like then be sure to let that dev know he/she has ruined your day by daring to make something they wanted to and not catering to your specific needs.
 
3.50 star(s) 67 Votes