ThisKitty

Newbie
Jun 7, 2017
42
163
Andrealphus, there's a lot of sections with many of the girls where there's logic like this making them complain when you kiss. It seems to me like your condition is inverted. The girls shouldn't be complaining about kisses if both your charm and love are high. It's counter-intuitive. I just poked around a bit, but palla, lexi and kylie have it, at a minimum.

Python:
            if hero.charm() >= 160 - palla.love():
                show palla
                palla.say "Stop doing that."
I think it should be something more like if charm + love < 160, complain.
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,063
3,960
Andrealphus, there's a lot of sections with many of the girls where there's logic like this making them complain when you kiss. It seems to me like your condition is inverted. The girls shouldn't be complaining about kisses if both your charm and love are high. It's counter-intuitive. I just poked around a bit, but palla, lexi and kylie have it, at a minimum.

Python:
            if hero.charm() >= 160 - palla.love():
                show palla
                palla.say "Stop doing that."
I think it should be something more like if charm + love < 160, complain.
I'll revview those for the next update
 
Dec 1, 2018
37
44
The walkthrough PDF Is not being updated; the wiki is being updated by the community. (That includes you fine folks :)

When I have some free time (hahahahahaha) I'll go add some stuff for 20.2; however, 20.3 items won't be added by game devs for at least 2 weeks.
 

wwxx

Newbie
Aug 22, 2017
17
17
save seems broken from 20.2.2a to 20.3.1a
i dont know why. but there are 2 blank place icon below, one is a new" go to my neighborhood " and other is " Moive Theatre " or "Park" sometimes...
If you goto these place, game will become totally black, no background scene..
and also, when I talk to Alexis, the point she say she was raped, and come to an error like this

So the old save not work?? need a new start?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch/alexis/events.rpy", line 611, in <module>
NameError: name 'true' is not defined

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

Full traceback:
  File "start.rpyc", line 314, in script call
  File "cl/class_room.rpyc", line 228, in script call
  File "cl/class_person.rpyc", line 512, in script call
  File "cl/class_event.rpyc", line 89, in script call
  File "ch/alexis/events.rpyc", line 611, in script
  File "E:\LoSeSb-Patreon-20.3.1a-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\LoSeSb-Patreon-20.3.1a-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/ch/alexis/events.rpy", line 611, in <module>
NameError: name 'true' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.3.1a
Sun Mar 22 02:09:51 2020
 

phox00

Newbie
Apr 29, 2018
70
25
could it be that the cheat menu doesn't work anymore? I have the button but nothing happens when i click it.
 
3.60 star(s) 286 Votes