Ryofu888

Member
Jun 3, 2017
299
86
Would like to ask if anyone knows how to trigger the college harem event at school and the Palla sasha event? I keep getting the popup for the palla sasha event but it says i need to read about some competition but i cannot find anyway to do that. For Bree and Anna i am at the watch them at college but there is no event triggering when i see them there
 

Xantoser

Member
Apr 28, 2020
233
385
The game will not have a gallery until it is completed.
And is it known when it will be? Some time ago I read on Patreon (in comments), that developer aiming at fall 2023, but seeing how many things are left to finish I am not so optimistic.
 

Lamoucheronn

Well-Known Member
Apr 28, 2017
1,112
670
sooo is the last version prior to this version stable or was it always buggy?

I will wait for the completed tag otherwise lol
 

Burt

Ignoring Social Media
Dec 14, 2016
1,198
940
thank you for your answer.

but if i right click with the mouse i can save right ? how can i load my save game or get to the main menu without restarting the game?:confused:
This game actually can be saved or loaded by using the escape key not the usual ren'py method but that's how you should do it
 

Cartageno

Devoted Member
Dec 1, 2019
8,811
14,950
sooo is the last version prior to this version stable or was it always buggy?

I will wait for the completed tag otherwise lol
Every version is a bit buggy, but generally just a bit, nothing game breaking. The first of each month more so than the latter ones. If you're worried about that I would wait until some version ending in c, d, or a letter further down the alphabet comes along. (The letters are bugfixes)
 

Burt

Ignoring Social Media
Dec 14, 2016
1,198
940
sooo is the last version prior to this version stable, or was it always buggy?

I will wait for the completed tag otherwise, lol
It's stable only until a new version comes out, sometimes breaking earlier saves, that's why the dev always recommends a new game. It can be buggy until the fixes get to (c) i.e. v22.6(c). Because of the way the game is coded, changes in certain things have bigger impacts on the gameplay than others and sometimes change storyboard pathways which no longer go in that direction. As many of the storylines are dependent on each other, breaking the progression of one girl may impact on another, as do time specific progressions. It is a complex structure, so it is easy to break the (saves) or partly completed routes. @
Cartageno types faster than me :), but he may have a better grasp of English
 
  • Like
Reactions: Lamoucheronn

Lamoucheronn

Well-Known Member
Apr 28, 2017
1,112
670
Every version is a bit buggy, but generally just a bit, nothing game breaking. The first of each month more so than the latter ones. If you're worried about that I would wait until some version ending in c, d, or a letter further down the alphabet comes along. (The letters are bugfixes)
Isn't accessing the calendar game breaking though?
Thanks I'll wait till later versions then
 

Cartageno

Devoted Member
Dec 1, 2019
8,811
14,950
Isn't accessing the calendar game breaking though?
Thanks I'll wait till later versions then
That's why I said "generally".

Also Burt is right: you should keep in mind that any update can break your save. Now, there only was one generally save breaking update, two or so years ago, but there's always the possibility that for whatever reason a certain path will be remade and depending on circumstances it may break a mission progress or similar for you.

That's why - despite having the game bought on Steam - I download versions from here so I can continue playing, finish my game and then start anew with the new stuff implemented inbetween.
 
  • Like
Reactions: Burt
Jun 15, 2022
170
246
Just started the game and went on the phone to click calendar and I got a bug
You don't have permission to view the spoiler content. Log in or register now.
Yeah a few people, including myself, are dealing with it. I'm forgetting what days I have dates. Pissing off a lot of girls because of it. Thankfully, with the cheats, we can make it feel like it never happened :ROFLMAO:
 

Me1234

Newbie
Oct 31, 2017
38
15
Just started a new Game with the new version 22.6. Like the above player, when clicking on the calendar I get the below error and cannot click "ignore" to bypass. Having played mostly through multiple times, I become dependent upon this feature later in the game. I guess I will just wait until the 22.6b build.


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

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 49, in execute
  File "game/cl/class_ui.rpy", line 54, in execute
  File "game/cl/class_ui.rpy", line 213, in execute
  File "game/cl/class_ui.rpy", line 218, in execute
  File "game/cl/class_ui.rpy", line 219, in execute
  File "game/cl/class_ui.rpy", line 224, in execute
  File "game/cl/class_ui.rpy", line 225, in execute
  File "game/cl/class_ui.rpy", line 225, in <module>
  File "game/cl/class_appointment.rpy", line 89, in get_agenda
NameError: global name 'e' is not defined

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

Full traceback:
  File "start.rpyc", line 543, in script call
  File "cl/class_room.rpyc", line 342, in script
  File "renpy/ast.py", line 2212, in execute
    self.call("execute")
  File "renpy/ast.py", line 2200, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3161, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3376, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3803, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3803, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 29, in execute
  File "game/cl/class_ui.rpy", line 49, in execute
  File "game/cl/class_ui.rpy", line 54, in execute
  File "game/cl/class_ui.rpy", line 213, in execute
  File "game/cl/class_ui.rpy", line 218, in execute
  File "game/cl/class_ui.rpy", line 219, in execute
  File "game/cl/class_ui.rpy", line 224, in execute
  File "game/cl/class_ui.rpy", line 225, in execute
  File "game/cl/class_ui.rpy", line 225, in <module>
  File "game/cl/class_appointment.rpy", line 89, in get_agenda
NameError: global name 'e' is not defined

Windows-10-10.0.22000 AMD64
Ren'Py 7.5.0.22062402
Love & Sex : Second Base 22.6.0
Wed Jun 29 16:25:54 2022
 
  • Like
Reactions: k23steve

0Synergy

Member
Jul 6, 2017
120
131
Fix for me and the 2 other GNU+Linux users.
Found a GNU+Linux issue with v22-6-0, if you are getting "cannot execute: Permission denied" with the .sh all you need to do is
1. Right click and click properties go to permissions and set everyone to "Can View & Modify Content
2. Click the checkbox that says "Apply changes to all subfolders and their contents"
3. Right click LoSeSb.sh and set as executable (the devs did this last version idk why they forgot this version)
4. This is where I actually got kind of mad Go to "/LoSeSb-22.6.0-pc/lib/py2-linux-x86_64/
5. Right click "LoSeSb" and set as executable.
So yeah. they forgot to set the executables as... executable. What a fail lmao.

Also you can do this all in terminal if you wanna be cool. and for WIndows users to think everything is overly complicated and to upkeep our hacker image, here is a terminal tutorial because I am currently kind of pissed off.
1. Ctrl+Alt+T to open Terminal
2. cd to /LoSeSb-22.6.0-pc/
3. sudo chmod -R 755 /LoSeSb-22.6.0-pc/
4. sudo chmod +x /LoSeSb-22.6.0-pc/LoSeSb.sh/
5. cd /LoSeSb-22.6.0-pc/lib/py2-linux-x86_64/
6. sudo chmod +x /LoSeSb/
7. cd /LoSeSb-22.6.0-pc/
8. type /run/media/(yourname)/(yourdrive)/(anysubfolder)/LoSeSb-22.6.0-pc/LoSeSb.sh
9. Hit enter
Optional after steps these change based on your distro.
10. yay -S tmatrix or sudo apt-get install tmatrix or summon tmatrix
11. run tmatrix
12. open new terminal and type in yay -S neofetch or apt-get install neofetch or summon neofetch
13. take a screen shot of your empty desktop with both of these open and post it to your favourite forum for example:
Screenshot_20220629_173453.png
Then you have to tell everyone what distro you use and whether you use neovim or emacs and remember to tell windows users that GNU+Linux is way cooler. Oh and don't forget the programmer socks.
 

Cartageno

Devoted Member
Dec 1, 2019
8,811
14,950
You can facepalm my message if you like for this question but is that 100% that we will get an gallery when the game is completed? :)
A famous German song contains a lyric which roughly translates to "There will be no guarantees, unfortunately not even by God". So "100%" is probably too high a threshold.

That being said, both Andrealphus and modders have tried to keep up a gallery but just gave up because recoding every update was too much of a hassle, but once the game is finished nothing should stop them. So I am pretty optimistic that there will be one.

Really wish that 'sister' reveal didn't exist. Why can't she just be a bio?
Because the dev doesn't want it, because the usual incest fare is not the story he wants to tell. Instead he wants to tell this story of a "custom order bride" which really interferes with the "bio" thing.
 
Last edited:

Chaospanda83

New Member
Mar 21, 2020
11
52
I think this game needs to focus on fixing the foundations.
All the good art and harem building wont help if the game randomly decreases main stats. (Affection)
And randomly time jumps. And Randomly triggers events.

Also the newest version doesn't display additions when using money ect cheats. Or purchases in the mall or others.
 
3.60 star(s) 300 Votes