4.40 star(s) 35 Votes

Rake Tyler

Member
Nov 12, 2021
163
215
Wow, she brought a street rat and a sewer rat home? Doesn't she know how many diseases these rats can transmit? I think she should study a little about the Black Death. Instead of a rat like that, I would buy a ratister, they are cuter and I miss them, unless that rat is the cooking type like the one in that movie, in which case she got a good deal ;)
 
  • Like
Reactions: Alley_Cat

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
6,802
15,981
Wow, she brought a street rat and a sewer rat home? Doesn't she know how many diseases these rats can transmit? I think she should study a little about the Black Death. Instead of a rat like that, I would buy a ratister, they are cuter and I miss them, unless that rat is the cooking type like the one in that movie, in which case she got a good deal ;)
Never heard of biological warfare?:p:oops:
 

DaFinker

Active Member
Apr 24, 2024
772
1,555
It's a combat rat, trained in guerilla warfare.

View attachment 4951354
(This was an april fool's joke by the way, just in case :D)

Keep playing and some of your rat questions will be answered ingame. Have fun!
Haven't really ever seen Greek/Roman era...
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 

ohmz

Active Member
Feb 6, 2021
788
919
I had one issue with the new update. If I turn down Denise it still has the scene with Cynthia saying that she saw them kissing and asking to join them.
 

FlipDaShit

Shitballs Deluxe
Game Developer
Oct 4, 2022
266
2,207
I had one issue with the new update. If I turn down Denise it still has the scene with Cynthia saying that she saw them kissing and asking to join them.
Damn, that's not supposed to happen obviously. I'll look into it. Thanks for reporting! (y)
 

oRG4ZMo

Newbie
Oct 7, 2022
19
43
How I unlocked all gallery scenes with 2 commands in the developer console:

labels = list(renpy.get_all_labels())
[renpy.mark_label_seen(label) for label in labels]

If you have no idea at all, what this code does: don't use it.

And you can't "relock" scenes! An easy solution for this issue:
Make a backup copy of \game\saves\persistent file.

I assume, that this solution will continue to work in future game versions.

I asked Deepseek if it understands what these 2 lines do... And it described it much better, than I ever could:
You don't have permission to view the spoiler content. Log in or register now.
The commands and expected output look like this:
1750175920293.png

For completeness:
[renpy.seen_label(label) for label in labels]
This returns a list of "seen_label: True/False" values.

Before:
1750174259057.png
And After:
1750177685598.png
 
Last edited:

Maviarab

Drinking coffee, watching radar...
Donor
Jul 12, 2020
12,437
30,611
How I unlocked all gallery scenes with 2 commands in the developer console:

labels = list(renpy.get_all_labels())
[renpy.mark_label_seen(label) for label in labels]

If you have no idea at all, what this code does: don't use it.

And you can't "relock" scenes! An easy solution for this issue:
Make a backup copy of \game\saves\persistent file.

I assume, that this solution will continue to work in future game versions.

I asked Deepseek if it understands what these 2 lines do... And it described it much better, than I ever could:
You don't have permission to view the spoiler content. Log in or register now.
The commands and expected output look like this:
View attachment 4952557

For completeness:
[renpy.seen_label(label) for label in labels]
This returns a list of "seen_label: True/False" values.

Before:
View attachment 4952464
And After:
View attachment 4952655
Ummm...good for you?
 
  • Yay, update!
Reactions: c3p0
4.40 star(s) 35 Votes