Actually 3 only for the characters and one is removed little by little so in the end it will be 2.Nope, there is a good 4 distinct art styles
Actually 3 only for the characters and one is removed little by little so in the end it will be 2.Nope, there is a good 4 distinct art styles
I see those alot in other scenes like when the girls are sleeping.Also just got this now, which I never got before...
Upper left hand corner message in red...
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
Can we get a sample of which style is being removed? Is it the original images?Actually 3 only for the characters and one is removed little by little so in the end it will be 2.
It's a slow burn game with hours of play, so it is not really going to have a quick path to fav girls. The pathways are linked to time and choices, so you can close paths by a wrong choiceThe calendar being wonky and the UI not having notifications (cheats especially, purchases etc) is really throwing off my enjoyment here. I also get exceptions when the MC wears protection with the girls (Bree, Sasha, Shiori, etc) I can't even tell who I'm dating on that day because the notifications for a new day go by too quickly.
I know it's the initial release, but it made the game a bit less enjoyable to play.
I love the girls, especially Anna, but it's not a problem I have with the girls, mainly just the UI and the calendar being buggy. Before I restarted for the new update, I had all the harems and was running a parallel save just for Emma. The girls and the stories are fine. It's the UI things that bother me the most.It's a slow burn game with hours of play, so it is not really going to have a quick path to fav girls. The pathways are linked to time and choices, so you can close paths by a wrong choice(so make sure you save) or you can't further a choice till you complete other unknown pathsYou don't have permission to view the spoiler content. Log in or register now.
You're probably better off waiting for a later version. I avoid the first couple versions of 'Rogue-Like" by Oni for this very reason.I love the girls, especially Anna, but it's not a problem I have with the girls, mainly just the UI and the calendar being buggy. Before I restarted for the new update, I had all the harems and was running a parallel save just for Emma. The girls and the stories are fine. It's the UI things that bother me the most.
ikr this is fucking horribleHavent played for about a year or two, what the fuck is going on with the new lag?
return [entry for _, entry in sorted(agenda)]
I'll give this a go now.I fixed the Calendar issue by modding line 89 in the Class_appointment file to : return [entry for _, entry in sorted(agenda)]
not sure whats different but assuming only the way the list is sorted is different i only tested a couple of dates at once and it seems to be working fine..Code:return [entry for _, entry in sorted(agenda)]
Many thanks. Trying this again
- you need to put the attachment file in the the game folder(not the one with the game executable but the actual folder called game)
- run the game then close it
- you should see a lot of new folders in the "game" folder
- open the cl folder and you should see the file class_appointment
- find line 89 and replace it with the code in my previous msg
Sorry i forgot that you had to use unren before this.... so you might not see new folders... my badMany thanks. Trying this again
It worked. All the files and folders are there. Calendar seems fine now. Much appreciated.Sorry i forgot that you had to use unren before this.... so you might not see new folders... my bad
just wait for the new update i guess