Cartageno

Devoted Member
Dec 1, 2019
8,897
15,016
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.
I don't remember anything happening randomly. Affection decreases are usually down to the Girl Points. I wouldn't know about "time jumps". Events trigger when their conditions are met. Sure, some have an RNG everytime they might trigger but they won't trigger "just because".
 
  • Like
Reactions: Oxcherryxo

libertypics

Active Member
Jan 23, 2019
702
1,529
Need a little help here. Been awhile since I played, got a 'would totally spank it to big cartoon titties if I knew which one was which' situation that needs to be solved. Like an F95 911/999 situation. :LOL:.

On the image on the front page/1st post, looking at it, name of the redhead chick 2 in from the left? Name of the dark haired chick with the yellowish dress on the very far right?

Those who can help me with this crisis are good and true gentleman of great class. ;)
 
Oct 26, 2017
19
32
Need a little help here. Been awhile since I played, got a 'would totally spank it to big cartoon titties if I knew which one was which' situation that needs to be solved. Like an F95 911/999 situation. :LOL:.

On the image on the front page/1st post, looking at it, name of the redhead chick 2 in from the left? Name of the dark haired chick with the yellowish dress on the very far right?

Those who can help me with this crisis are good and true gentleman of great class. ;)
Harmony and Shiori
 
  • Like
Reactions: libertypics

Hammondrich

New Member
Aug 15, 2021
12
2
hey guys,
recently downloaded the new version
I extracted it like normal
But every time i press the "LoSeSb" application in the folder, it doesn't open?
How do i fix this? I use Windows 10 btw
 

changeling

Member
Donor
Jul 5, 2017
380
541
[

It does not work, here the proof
I can't say what's the issue by seeing your screenshot. Also, I'm not a tech guy...

I just edited the original .bat file and changed the search parameters to locate Python.exe, that is inside of "lib" subfolder.

I have updated the attached file and tested it. It's working as it should for me.

Extract the attached file and put it inside the game folder (where the game executable files is at), run the .bat file and press 1.
 

Splatter_1

Member
Mar 30, 2018
174
133
Coding on this game needs a serious going over. I hit no less than 3 fatal errors playing this version. last one was when I was on a date with shinori?..... I gave up after that and quit.
 

Demoman Dan

Newbie
Nov 22, 2017
28
48
It's been four years and the game barely feels half way done. All the different art styles make me feel like person suffering from schizophrenia.
 

lolkiel

New Member
May 22, 2020
12
18
So... How do I make Lexi accept the marriage proposal? She's with 80 LP and 100 SP. Also, Home Harem was unlocked, but I want to see her exclusive end. Already got failed atempt.
 

bosa43

Active Member
Oct 20, 2017
866
977
I'm too lazy to play so can someone tell me what the ice cream with guys thing is? It sounds kinda funny
 

Gizmogobum

Member
Nov 11, 2020
265
585
Game crashes as soon as I click on calendar in the phone.
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-8.1-6.3.9600 AMD64
Ren'Py 7.5.0.22062402
Love & Sex : Second Base 22.6.0
Thu Jun 30 15:12:38 2022
 
3.60 star(s) 304 Votes