Crell

Member
Aug 6, 2017
492
1,895
ok, my fav question, is it worth playing if I am only interested in the mom content? never played it before.
Nope, it's not. You can bang your sister, but the mom only has a minor scene, which sadly is non-consensual.
 

Leaom

Newbie
Jul 16, 2019
15
13
How can i take a picture of the "Nurse" Before i caught her hiding in bush ? do i need to trigger another event ?
Two ways to do it. One is to drink the strawberry drink from the cafeteria and head upstairs. Other is when doing the school tour and Lindsay falls you run to get the nurse instead of taking her there.
 
  • Like
Reactions: ariloxi
Mar 3, 2020
112
344
If all you need to do is to change text of "[name]",
then you don't need to use text filter for it.
Just override __str__ method of name.

Example in attachment.
Huh. I vaguely recall trying to do something like that, but running into issues where the functions I was trying to monkey-patch were nontrivially read-only. Either the backend has changed, or I'm misremembering, or both.

Assuming I don't run into any issues, I'll switch to your approach (which is admittedly much more efficient) the next time I update the script.
 

ZLZK

Member
Modder
Jul 2, 2017
307
893
Huh. I vaguely recall trying to do something like that, but running into issues where the functions I was trying to monkey-patch were nontrivially read-only. Either the backend has changed, or I'm misremembering, or both.

Assuming I don't run into any issues, I'll switch to your approach (which is admittedly much more efficient) the next time I update the script.
That's because Built-in Types methods are read-only.
To override their __str__ method you would need to make new class.

Here is a little trick to do so without defining new class:
varname = type(varname.__class__.__name__, (varname.__class__,), {'__str__': __str__})(varname)
 

happy395

Newbie
May 28, 2019
75
7
How can I do and where please?
(( Admin Commands: ))
mc.money = xxx
mc.intellect = xxx
mc.strength = xxx
mc.charisma = xxx
mc.lust = xxx
mc.love = xxx
just change xxx to any number
 

ghjghjghj

Member
Dec 10, 2018
155
354
I kinda hate to say this, but...

It takes way too many clicks to do anything here. All those lovingly crafted descriptions just... really get in the way. Everything is two or more clicks, and you can't even see the location of the second button until after the first click.

Add in all the highly detailed rooms... and navigation is just torturous.

The quest guide is nice - though it'd be nicer if it didn't occasionally drop down to a default 'none' - but honestly it's just not enough. There's just so much *everything* *everywhere* and it's just so. many. clicks.

I think the navigation descriptions really ought to go. Maybe they can be repurposed and made available some other way by somebody more creative than me, but even if they can't... it's a shame, and I hate to say it... but honestly in it's current state I think this will perpetually be on the "eh, not today" list.
 
3.70 star(s) 183 Votes