Vasin

Member
Nov 20, 2018
265
324
<root directory of game>/game/saves

example:
c:/games/losesb/game/saves
It's actually AppData\Roaming\RenPy\LoSeSb

Turns out I'm a coding genius
Python:
            if 'casual' in attr:
                if male >= 80:
                    attr.add('blackjacket')
                    attr.add('camopants')
                    if game.season == 3:
                        attr.add('beanie')
                    elif game.season == 0:
                        attr.add('tilted')
                    elif game.season == 1:
                        attr.add('straight')
I unglued her hat and even made her wear it differently based on the season.

Also attr.add('straight'). Eh? Get it?
 
Last edited:

BryEdw

Newbie
Feb 19, 2019
88
111
It's actually AppData\Roaming\RenPy\LoSeSb

Turns out I'm a coding genius
Python:
            if 'casual' in attr:
                if male >= 80:
                    attr.add('blackjacket')
                    attr.add('camopants')
                    if game.season == 3:
                        attr.add('beanie')
                    elif game.season == 0:
                        attr.add('tilted')
                    elif game.season == 1:
                        attr.add('straight')
I unglued her hat and even made her wear it differently based on the season.

Also attr.add('straight'). Eh? Get it?
cool beans!
 

GeezG

Newbie
Dec 1, 2019
82
75
Not sure if anyone else has had this happen yet, but turns out my birthday was set to Christmas. Stuck it out to see if it would fuck with the gifts but nope, can confirm double gifts.
Still not sure how to trigger battle of the bands though. Did I just miss it? It's at 100% in the hints section but nothing happens when I go practice or go to the pub in the evening. (where I assume the battle is)
edit: during the cherie storyline, he should be calling her ma cherie, not mon. If he says mon he's calling her a guy. That wouldn't be very charming at all.
 
Last edited:

Vasin

Member
Nov 20, 2018
265
324
Interesting .. I just looked and it is in both places on my system.
Yeah you have saves from the current version in the game folder, but the game also copies them into appdata, so you can delete your gamefolder completely after you update to new version. It's a RenPy feature
 

Larutotto

New Member
Jul 26, 2019
3
1
ok so i think i messed up because the walkthrough says that is doesn't matter if you refuse alexis's call she will call you anyway, so i refused but this locked her. is there any way to undo the event through save editing or console?
 

AngryBabboon

Newbie
Sep 3, 2018
65
19
Yeah you have saves from the current version in the game folder, but the game also copies them into appdata, so you can delete your gamefolder completely after you update to new version. It's a RenPy feature
<root directory of game>/game/saves

example:
c:/games/losesb/game/saves
It's actually AppData\Roaming\RenPy\LoSeSb

Turns out I'm a coding genius
Python:
            if 'casual' in attr:
                if male >= 80:
                    attr.add('blackjacket')
                    attr.add('camopants')
                    if game.season == 3:
                        attr.add('beanie')
                    elif game.season == 0:
                        attr.add('tilted')
                    elif game.season == 1:
                        attr.add('straight')
I unglued her hat and even made her wear it differently based on the season.

Also attr.add('straight'). Eh? Get it?
Thank you guys!
 

DaedusWolfe

Active Member
Oct 26, 2017
778
347
Journal does not update after making Hanna a sex slave. (LP 100, KP 66, Juicy collar)

Just noticed the same for Kylie (LP 50, KP 55, Crazy collar)
 

ThunderRob

Devoted Member
May 10, 2018
9,497
26,519
"Band Harem" for final time(until someone asks again) Anna+Kleio+Sasha love 100 all...lesbian 55...dom 100(because why not) Anna is NOT pregnant
 

DaedusWolfe

Active Member
Oct 26, 2017
778
347
An exception error saying "yes" to Lexi about being a slave
I believe I've seen this posted before so this can be confirmation.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ch/lexi/events.rpy", line 237, in <module>
File "game/cl/class_person.rpy", line 60, in __getattr__
AttributeError: set_status

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

Full traceback:
File "start.rpyc", line 318, in script call
File "cl/class_room.rpyc", line 226, in script call
File "cl/class_person.rpyc", line 526, in script call
File "cl/class_activity.rpyc", line 206, in script call
File "cl/class_event.rpyc", line 88, in script call
File "ch/lexi/events.rpyc", line 237, in script
File "D:\Games\LoSeSb-Patreon-20.2.2a-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\LoSeSb-Patreon-20.2.2a-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ch/lexi/events.rpy", line 237, in <module>
File "game/cl/class_person.rpy", line 60, in __getattr__
AttributeError: set_status

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.2.2a
Wed Mar 04 22:59:43 2020
 

Zero201

New Member
Mar 21, 2019
13
3
only open on spring or summer
Ah thank you also how do I get the morgan Kleio threesome in my game Kleio is at 100 love 0 submission while Morgan is at 70 love 30 submission both of their sexuality are at 50 yet I can only choose kleio when the event pops up.
 
3.60 star(s) 286 Votes