Create and Fuck your AI Cum Slut –70% OFF
x
Jul 12, 2023
205
156
97
How do I buy condoms?
  1. Go to the Bookstore and buy lockpicks and go to the second floor of the School to break into the lockers. Save scum until you get a condom.
  2. Do Beatrice's story to the point that Satan announces you as his Chosen to the Church. Afterward you'll be able to buy them en mass from the Pharmacy.
 

TFFBZ

Active Member
Oct 10, 2020
921
337
197
I think it was Wednesday night at the Gym. If not just check upstairs at the Gym every weekday night. As for the scenes, no there's no way to play those particular scenes again. For some reason the dev made them as two separate Gallery scenes even though they're from the same event.
I cannot get the Celine scene no matter how many times I go to her office in the after noon I went for two weeks in game straight and she does not prompt the last side scene am I missing something supposedly it's a beach scene?
 
Jul 12, 2023
205
156
97
I cannot get the Celine scene no matter how many times I go to her office in the after noon I went for two weeks in game straight and she does not prompt the last side scene am I missing something supposedly it's a beach scene?
Had the same thing happen to me. Just kept going every weekday afternoon and eventually it popped. Wish the developer would bump up the RNG on these events though. Having to wait several in game weeks for a random scene is pretty lame.
 

TFFBZ

Active Member
Oct 10, 2020
921
337
197
Had the same thing happen to me. Just kept going every weekday afternoon and eventually it popped. Wish the developer would bump up the RNG on these events though. Having to wait several in game weeks for a random scene is pretty lame.
Do I need to do the sex in the office with 10 condoms for it to trigger or just entering the office makes it proc?
 

TFFBZ

Active Member
Oct 10, 2020
921
337
197
It pops when you enter her office.
Thank you. I will continue the grind. Is there anything you know that is needed to trigger it or 100% random since I have done 4 weeks so far.

EDIT NVM I just got it. I saw previously someone say it only has a chance to trigger on fridays. So that is a heads up as mine also triggered on a friday in game.
 
  • Like
Reactions: ButteredToast190

pewpewrobot

Member
Sep 4, 2017
131
227
268
For anyone moaning about the code, you don't need it.
Here's some really simple instructions, no downloading .rpy files.

  1. Download UnRen (or any other Renpy decompiler).
    UnRen
  2. Once decompiled, open "game\GameManagers\GalleryManager.rpy" in something like VScode
  3. Find this line: if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
  4. Change it to: if True
  5. Start the game, go to the gallery
  6. Click on the unlocker and enter anything (yes, literally anything or nothing!)
  7. Fap
I might be retarded... Actually I know I am, but I normally follow directions pretty easily...

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/GameManagers/GalleryManager.rpy", line 543: unexpected indent
GalleryScenes.append(GalleryScene(_("Linda Titfuck"), ["LindaGrindssion_25_1"], ["23Linda_Titfuck01"], "Linda", "LindaHouse", "07", 03))
^


Ren'Py Version: Ren'Py 8.0.3.22090809
Wed Nov 12 19:30:46 2025

That's the error it gave me when I changed
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
to
if True
Also tried
if true
in case there was some kinda case sensitive issue...

I thought I was stupid so I also tired
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod: True
Even though I'm positive that wouldn't work.

I changed it back to
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
and the game loads fine with that back in place...

Not sure how I fucked it up.
Any idea on what I'm doing wrong?
 

Matchbox

New Member
Aug 14, 2020
2
0
125
Hi does anyone know how to progress the Brittany and Lucifer quests after using the demonic cube for Naomi the blind nun?
 

czy199448

New Member
Jul 19, 2025
3
3
12
I might be retarded... Actually I know I am, but I normally follow directions pretty easily...

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/GameManagers/GalleryManager.rpy", line 543: unexpected indent
GalleryScenes.append(GalleryScene(_("Linda Titfuck"), ["LindaGrindssion_25_1"], ["23Linda_Titfuck01"], "Linda", "LindaHouse", "07", 03))
^


Ren'Py Version: Ren'Py 8.0.3.22090809
Wed Nov 12 19:30:46 2025

That's the error it gave me when I changed
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
to
if True
Also tried
if true
in case there was some kinda case sensitive issue...

I thought I was stupid so I also tired
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod: True
Even though I'm positive that wouldn't work.

I changed it back to
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
and the game loads fine with that back in place...

Not sure how I fucked it up.
Any idea on what I'm doing wrong?
I've encountered similar issues to yours, and I'm wondering if I've made a mistake somewhere.
 

Thicc Lord

Thiccest Mod
Moderator
Donor
Game Developer
Mar 20, 2019
5,228
15,146
851
I might be retarded... Actually I know I am, but I normally follow directions pretty easily...

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/GameManagers/GalleryManager.rpy", line 543: unexpected indent
GalleryScenes.append(GalleryScene(_("Linda Titfuck"), ["LindaGrindssion_25_1"], ["23Linda_Titfuck01"], "Linda", "LindaHouse", "07", 03))
^


Ren'Py Version: Ren'Py 8.0.3.22090809
Wed Nov 12 19:30:46 2025

That's the error it gave me when I changed
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
to
if True
Also tried
if true
in case there was some kinda case sensitive issue...

I thought I was stupid so I also tired
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod: True
Even though I'm positive that wouldn't work.

I changed it back to
if hashlib.sha512(str(passCode).lower().encode()).hexdigest()==gal_cod:
and the game loads fine with that back in place...

Not sure how I fucked it up.
Any idea on what I'm doing wrong?
I've encountered similar issues to yours, and I'm wondering if I've made a mistake somewhere.
Yes,

I made a mistake. It should be:
if True:
I forgot the colon at the end.

And it should 100% be a capital T in True. Python boolean is case-sensitive.

Updated my post.
 

NoOneElseButEmman

New Member
Oct 25, 2018
14
7
96
I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: %o format: an integer is required, not TagQuotingDict

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "script.rpyc", line 98, in script call
File "script.rpyc", line 103, in script call
File "GameManagers/MissionManager.rpyc", line 24, in script call
File "Characters/Celeste/CelesteNpc.rpyc", line 6, in script call
File "Characters/Celeste/CelesteGrindssion.rpyc", line 52, in script call
File "Characters/Celeste/CelesteGrindList.rpyc", line 70, in script call
File "Characters/Celeste/CelesteGrindssion/CelesteGrindssion_07.rpyc", line 7, in script
File "C:\Users\USERNAME\Desktop\LittleMan-0.59-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\USERNAME\Desktop\LittleMan-0.59-pc\renpy\exports.py", line 1362, in say
what = what % tag_quoting_dict
TypeError: %o format: an integer is required, not TagQuotingDict

Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Little Man 0.59
Fri Nov 14 15:02:37 2025



HELP!!!
 
3.90 star(s) 65 Votes